Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Unlock and update all gem dependencies
johnsyweb committed Apr 29, 2022
commit 86474fcc7f0923ce071de1ab97d7d159ecd691c6
92 changes: 62 additions & 30 deletions Gemfile.lock
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)
Copy link
Author

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]

diff-lcs (1.5.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ffi (1.15.5)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ffi

Minor version upgrade 📈🔶 1.1.5 → 1.15.5

[change-log, source-code, gem-diff]

🎉 Patched vulnerabilities:

formatador (1.1.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

formatador

Gem added ⛄

[change-log, source-code, gem-diff]

guard (2.18.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guard

Major version upgrade 📈❗ 1.4.0 → 2.18.0

[change-log, source-code, gem-diff]

Commits

A 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)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guard-compat

Gem added ⛄

[change-log, source-code, gem-diff]

guard-rspec (4.7.3)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
listen (3.7.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lumberjack

Gem added ⛄

[change-log, source-code, gem-diff]

method_source (1.0.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

method_source

Gem added ⛄

[change-log, source-code, gem-diff]

mock_redis (0.31.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mock_redis

Minor version upgrade 📈🔶 0.5.4 → 0.31.0

[change-log, source-code, gem-diff]

Commits

A change of 406 commits. See the full changes on the compare page.

These are the first 10 commits:

ruby2_keywords
nenv (0.3.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nenv

Gem added ⛄

[change-log, source-code, gem-diff]

notiffany (0.1.3)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

notiffany

Gem added ⛄

[change-log, source-code, gem-diff]

nenv (~> 0.1)
shellany (~> 0.0)
pry (0.14.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pry

Gem added ⛄

[change-log, source-code, gem-diff]

coderay (~> 1.1)
method_source (~> 1.0)
rake (13.0.6)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rake

Major version upgrade 📈❗ 0.9.2.2 → 13.0.6

[change-log, source-code, gem-diff]

🎉 Patched vulnerabilities:

  • CVE-2020-8130
    OS Command Injection in Rake

    CVSS V2: 9.3 high
    URL: GHSA-jppv-gw3r-w3q8

    There is an OS command injection vulnerability in Ruby Rake < 12.3.3 in Rake::FileList when supplying a filename that begins with the pipe character |.

Commits

A change of 1443 commits. See the full changes on the compare page.

These are the first 10 commits:

rb-fsevent (0.11.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rb-inotify (0.10.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ffi (~> 1.0)
redis (4.6.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rspec (3.11.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rspec

Major version upgrade 📈❗ 2.11.0 → 3.11.0

[change-log, source-code, gem-diff]

Commits

A 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)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rspec-support

Gem added ⛄

[change-log, source-code, gem-diff]

ruby2_keywords (0.0.5)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ruby2_keywords

Gem added ⛄

[change-log, source-code, gem-diff]

shellany (0.0.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shellany

Gem added ⛄

[change-log, source-code, gem-diff]

thor (1.2.1)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timecop (0.9.5)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


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
8 changes: 4 additions & 4 deletions fresh_redis.gemspec
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'redis'

gem.add_development_dependency 'rspec'
gem.add_development_dependency 'mock_redis', '0.5.4'
gem.add_development_dependency 'guard-rspec', '2.1.0'
gem.add_development_dependency 'rake', '0.9.2.2'
gem.add_development_dependency 'timecop', '0.5.2'
gem.add_development_dependency 'mock_redis'
gem.add_development_dependency 'guard-rspec'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'timecop'
end