Skip to content

Commit

Permalink
chore: Update base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matsales28 committed Feb 2, 2024
1 parent 4d84359 commit 397d551
Showing 1 changed file with 32 additions and 19 deletions.
51 changes: 32 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.0)
ruby2_keywords
fssm (0.2.10)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.16.3)
minitest (5.21.2)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -33,13 +44,13 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.3)
rack (3.0.0)
rack (3.0.9)
rainbow (3.1.1)
rake (13.0.1)
redcarpet (3.5.0)
regexp_parser (2.8.3)
redcarpet (3.6.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rouge (3.22.0)
rouge (4.2.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -49,15 +60,15 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.59.0)
rspec-support (3.12.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -68,18 +79,20 @@ GEM
parser (>= 3.2.1.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-rails (2.16.1)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
thor (1.2.2)
tzinfo (2.0.5)
ruby2_keywords (0.0.5)
thor (1.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
warnings_logger (0.1.1)
yard (0.9.25)
zeus (0.15.14)
yard (0.9.34)
zeus (0.16.0)
method_source (>= 0.6.7)

PLATFORMS
Expand Down

0 comments on commit 397d551

Please sign in to comment.