Skip to content

Commit

Permalink
fix: outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshpurohit committed Sep 5, 2024
1 parent 2a21a59 commit 8918619
Showing 1 changed file with 14 additions and 28 deletions.
42 changes: 14 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,23 @@ GEM
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
diff-lcs (1.5.1)
docile (1.4.0)
dry-inflector (1.0.0)
docile (1.4.1)
dry-inflector (1.1.0)
json (2.7.2)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
mize (0.4.1)
protocol (~> 2.0)
parallel (1.25.1)
parser (3.3.3.0)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pluginator (1.5.0)
pre-commit (0.40.0)
pluginator (~> 1.5)
protocol (2.0.0)
ruby_parser (~> 3.0)
racc (1.8.0)
racc (1.8.0-java)
racc (1.8.1)
racc (1.8.1-java)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -58,46 +52,38 @@ GEM
benchmark-perf (~> 0.6)
benchmark-trend (~> 0.4)
rspec (>= 3.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-json_expectations (2.2.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby_parser (3.21.0)
racc (~> 1.5)
sexp_processor (~> 4.16)
sexp_processor (4.17.1)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
strscan (3.1.0)
strscan (3.1.0-java)
sync (0.5.0)
term-ansicolor (1.10.2)
mize
term-ansicolor (1.11.2)
tins (~> 1.0)
thor (1.3.1)
thor (1.3.2)
tins (1.33.0)
bigdecimal
sync
Expand Down

0 comments on commit 8918619

Please sign in to comment.