Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'bosh-template'
gem 'net-scp'
gem 'net-ssh'
gem 'net-ssh-gateway'
gem 'redis', '=4.6.0'
gem 'redis', '5.4.1'
gem 'rake'
gem 'rspec_junit_formatter'
gem 'process_helper'
Expand Down
80 changes: 23 additions & 57 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1411,57 +1411,43 @@ GEM
aws-sigv2 (1.1.0)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
backport (1.2.0)
benchmark (0.2.1)
bosh-template (2.4.0)
semi_semantic (~> 1.2.0)
byebug (11.1.3)
coderay (1.1.3)
connection_pool (2.5.3)
diff-lcs (1.5.0)
e2mmap (0.1.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
jaro_winkler (1.5.6)
jmespath (1.6.2)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
multi_xml (0.6.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-ssh (7.1.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parser (2.7.2.0)
ast (~> 2.4.1)
racc
process_helper (0.1.2)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.1)
rainbow (3.1.1)
rack (2.2.17)
rack-protection (2.2.4)
rack
rake (13.0.6)
rbs (2.8.4)
redis (4.6.0)
regexp_parser (2.8.1)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.25.2)
connection_pool
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -1481,40 +1467,20 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
semi_semantic (1.2.0)
solargraph (0.49.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
thor (1.2.2)
solargraph (0.13.0)
parser (~> 2.4)
sinatra (~> 2)
thor (~> 0.19, >= 0.19.4)
yard (~> 0.9)
thor (0.20.3)
tilt (2.2.0)
unicode-display_width (2.4.2)
yard (0.9.34)

PLATFORMS
Expand All @@ -1531,7 +1497,7 @@ DEPENDENCIES
pry
pry-byebug
rake
redis (= 4.6.0)
redis (= 5.4.1)
rspec
rspec-eventually
rspec-instafail
Expand Down