Skip to content

Commit

Permalink
fix: bundle updated
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshpurohit committed Jun 28, 2024
1 parent 9a574e2 commit b5770d6
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GEM
benchmark-malloc (0.2.0)
benchmark-perf (0.6.0)
benchmark-trend (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand All @@ -29,20 +31,24 @@ GEM
json (2.7.2)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parser (3.3.2.0)
mize (0.4.1)
protocol (~> 2.0)
parallel (1.25.1)
parser (3.3.3.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)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -54,14 +60,14 @@ GEM
rspec (>= 3.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-json_expectations (2.2.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -76,6 +82,10 @@ GEM
rubocop-ast (1.31.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)
Expand All @@ -84,10 +94,12 @@ GEM
strscan (3.1.0)
strscan (3.1.0-java)
sync (0.5.0)
term-ansicolor (1.7.1)
term-ansicolor (1.10.2)
mize
tins (~> 1.0)
thor (1.2.1)
tins (1.31.0)
thor (1.3.1)
tins (1.33.0)
bigdecimal
sync
unicode-display_width (2.5.0)

Expand All @@ -109,4 +121,4 @@ DEPENDENCIES
simplecov-lcov!

BUNDLED WITH
2.1.4
2.5.6

0 comments on commit b5770d6

Please sign in to comment.