Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Jan 14, 2024
1 parent 61e5719 commit 63eb2f6
Showing 1 changed file with 24 additions and 19 deletions.
43 changes: 24 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,48 @@ GEM
specs:
ast (2.4.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
json (2.6.3)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.2.0)
connection_pool (2.4.1)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.21.1)
parallel (1.24.0)
parser (3.3.0.3)
ast (~> 2.4.1)
rack (3.0.7)
racc
racc (1.7.3)
rack (3.0.8)
rainbow (3.1.1)
rake (13.0.6)
redis-client (0.14.1)
rake (13.1.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.7.0)
rexml (3.2.5)
rubocop (1.50.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
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.28.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.30.0)
rubocop-minitest (0.34.4)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
sidekiq (7.0.8)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
unicode-display_width (2.4.2)
redis-client (>= 0.14.0)
unicode-display_width (2.5.0)

PLATFORMS
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 63eb2f6

Please sign in to comment.