Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MirahImage committed Jan 11, 2024
1 parent f88e88a commit f2c0e3d
Show file tree
Hide file tree
Showing 48 changed files with 32 additions and 30 deletions.
62 changes: 32 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
amq-protocol (2.3.2)
ast (2.4.2)
base64 (0.2.0)
bunny (2.22.0)
amq-protocol (~> 2.3, >= 2.3.1)
sorted_set (~> 1, >= 1.0.2)
Expand Down Expand Up @@ -37,81 +38,82 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
hashie (4.1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
mqtt (0.6.0)
multi_json (1.15.0)
multipart-post (2.3.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
parallel (1.23.0)
parser (3.2.2.3)
nio4r (2.7.0)
parallel (1.24.0)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
public_suffix (5.0.1)
puma (6.3.1)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
rabbitmq_http_api_client (2.2.0)
addressable (~> 2.7)
faraday (~> 1.3)
faraday_middleware (~> 1.2)
hashie (~> 4.1)
multi_json (~> 1.15)
racc (1.7.1)
rack (2.2.6.4)
rack-protection (3.0.6)
rack
racc (1.7.3)
rack (2.2.8)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rainbow (3.1.1)
rbtree (0.4.6)
regexp_parser (2.8.1)
rexml (3.2.5)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.54.1)
rspec-support (3.12.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
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)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
set (1.0.3)
sinatra (3.0.6)
set (1.1.0)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.6)
rack-protection (= 3.2.0)
tilt (~> 2.0)
sinatra-contrib (3.0.6)
multi_json
sinatra-contrib (3.2.0)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 3.0.6)
sinatra (= 3.0.6)
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
tilt (~> 2.0)
sorted_set (1.0.3)
rbtree
set (~> 1.0)
stomp (1.4.10)
tilt (2.1.0)
unicode-display_width (2.4.2)
tilt (2.3.0)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand Down
Binary file removed vendor/cache/addressable-2.8.1.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.8.6.gem
Binary file not shown.
Binary file added vendor/cache/base64-0.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.6.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.7.1.gem
Binary file not shown.
Binary file removed vendor/cache/nio4r-2.5.9.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-2.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/parallel-1.23.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.2.2.3.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.0.2.gem
Binary file not shown.
Binary file removed vendor/cache/public_suffix-5.0.1.gem
Binary file not shown.
Binary file added vendor/cache/public_suffix-5.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/puma-6.3.1.gem
Binary file not shown.
Binary file added vendor/cache/puma-6.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/racc-1.7.1.gem
Binary file not shown.
Binary file added vendor/cache/racc-1.7.3.gem
Binary file not shown.
Binary file removed vendor/cache/rack-2.2.6.4.gem
Binary file not shown.
Binary file added vendor/cache/rack-2.2.8.gem
Binary file not shown.
Binary file removed vendor/cache/rack-protection-3.0.6.gem
Binary file not shown.
Binary file added vendor/cache/rack-protection-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.8.1.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/rexml-3.2.5.gem
Binary file not shown.
Binary file added vendor/cache/rexml-3.2.6.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.12.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.12.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.12.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.12.3.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.12.3.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.12.6.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.12.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.12.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.54.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.59.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.29.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.30.0.gem
Binary file not shown.
Binary file removed vendor/cache/set-1.0.3.gem
Binary file not shown.
Binary file added vendor/cache/set-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-3.0.6.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/sinatra-contrib-3.0.6.gem
Binary file not shown.
Binary file added vendor/cache/sinatra-contrib-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/tilt-2.1.0.gem
Binary file not shown.
Binary file added vendor/cache/tilt-2.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.4.2.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-2.5.0.gem
Binary file not shown.

0 comments on commit f2c0e3d

Please sign in to comment.