-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Redis Deprecations #2
base: master
Are you sure you want to change the base?
Changes from 1 commit
3e6d0c8
86474fc
cd9c855
a900beb
8da9b69
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,41 +7,73 @@ PATH | |
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
diff-lcs (1.1.3) | ||
ffi (1.1.5) | ||
guard (1.4.0) | ||
listen (>= 0.4.2) | ||
thor (>= 0.14.6) | ||
guard-rspec (2.1.0) | ||
guard (>= 1.1) | ||
rspec (~> 2.11) | ||
listen (0.5.3) | ||
mock_redis (0.5.4) | ||
rake (0.9.2.2) | ||
rb-fsevent (0.9.2) | ||
rb-inotify (0.8.8) | ||
ffi (>= 0.5.0) | ||
redis (3.2.0) | ||
rspec (2.11.0) | ||
rspec-core (~> 2.11.0) | ||
rspec-expectations (~> 2.11.0) | ||
rspec-mocks (~> 2.11.0) | ||
rspec-core (2.11.1) | ||
rspec-expectations (2.11.3) | ||
diff-lcs (~> 1.1.3) | ||
rspec-mocks (2.11.3) | ||
thor (0.16.0) | ||
timecop (0.5.2) | ||
coderay (1.1.3) | ||
diff-lcs (1.5.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. diff-lcsMinor version upgrade 📈🔶 1.1.3 → 1.5.0 [ CommitsA change of 143 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
ffi (1.15.5) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ffiMinor version upgrade 📈🔶 1.1.5 → 1.15.5 [change-log, source-code, gem-diff] 🎉 Patched vulnerabilities:
|
||
formatador (1.1.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
guard (2.18.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. guardMajor version upgrade 📈❗ 1.4.0 → 2.18.0 [ CommitsA change of 1218 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
formatador (>= 0.2.4) | ||
listen (>= 2.7, < 4.0) | ||
lumberjack (>= 1.0.12, < 2.0) | ||
nenv (~> 0.1) | ||
notiffany (~> 0.0) | ||
pry (>= 0.13.0) | ||
shellany (~> 0.0) | ||
thor (>= 0.18.1) | ||
guard-compat (1.2.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
guard-rspec (4.7.3) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. guard-rspecMajor version upgrade 📈❗ 2.1.0 → 4.7.3 [ CommitsA change of 403 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
guard (~> 2.1) | ||
guard-compat (~> 1.1) | ||
rspec (>= 2.99.0, < 4.0) | ||
listen (3.7.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. listenMajor version upgrade 📈❗ 0.5.3 → 3.7.1 [change-log, source-code, gem-diff] CommitsA change of 1055 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
lumberjack (1.2.8) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
method_source (1.0.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
mock_redis (0.31.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. mock_redisMinor version upgrade 📈🔶 0.5.4 → 0.31.0 [ CommitsA change of 406 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
ruby2_keywords | ||
nenv (0.3.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
notiffany (0.1.3) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
nenv (~> 0.1) | ||
shellany (~> 0.0) | ||
pry (0.14.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
rake (13.0.6) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rakeMajor version upgrade 📈❗ 0.9.2.2 → 13.0.6 [change-log, source-code, gem-diff] 🎉 Patched vulnerabilities:
CommitsA change of 1443 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
rb-fsevent (0.11.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rb-fseventMinor version upgrade 📈🔶 0.9.2 → 0.11.1 [ CommitsA change of 93 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
rb-inotify (0.10.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rb-inotifyMinor version upgrade 📈🔶 0.8.8 → 0.10.1 [ CommitsA change of 102 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
ffi (~> 1.0) | ||
redis (4.6.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. redisMajor version upgrade 📈❗ 3.2.0 → 4.6.0 [change-log, source-code, gem-diff] CommitsA change of 673 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
rspec (3.11.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rspecMajor version upgrade 📈❗ 2.11.0 → 3.11.0 [ CommitsA change of 94 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
rspec-core (~> 3.11.0) | ||
rspec-expectations (~> 3.11.0) | ||
rspec-mocks (~> 3.11.0) | ||
rspec-core (3.11.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rspec-coreMajor version upgrade 📈❗ 2.11.1 → 3.11.0 [change-log, source-code, gem-diff] CommitsA change of 3788 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
rspec-support (~> 3.11.0) | ||
rspec-expectations (3.11.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rspec-expectationsMajor version upgrade 📈❗ 2.11.3 → 3.11.0 [change-log, source-code, gem-diff] CommitsA change of 1969 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.11.0) | ||
rspec-mocks (3.11.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rspec-mocksMajor version upgrade 📈❗ 2.11.3 → 3.11.1 [change-log, source-code, gem-diff] CommitsA change of 2040 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.11.0) | ||
rspec-support (3.11.0) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
ruby2_keywords (0.0.5) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
shellany (0.0.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
thor (1.2.1) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thorMajor version upgrade 📈❗ 0.16.0 → 1.2.1 [change-log, source-code, gem-diff] CommitsA change of 712 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
timecop (0.9.5) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. timecopMinor version upgrade 📈🔶 0.5.2 → 0.9.5 [ CommitsA change of 278 commits. See the full changes on the compare page. These are the first 10 commits:
|
||
|
||
PLATFORMS | ||
ruby | ||
x86_64-darwin-19 | ||
|
||
DEPENDENCIES | ||
fresh_redis! | ||
guard-rspec (= 2.1.0) | ||
mock_redis (= 0.5.4) | ||
rake (= 0.9.2.2) | ||
guard-rspec | ||
mock_redis | ||
rake | ||
rb-fsevent | ||
rb-inotify | ||
rspec | ||
timecop (= 0.5.2) | ||
timecop | ||
|
||
BUNDLED WITH | ||
2.3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coderay
Gem added ⛄
[
change-log, source-code,gem-diff]