Skip to content

Commit

Permalink
update bundler version and gems
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Aug 28, 2024
1 parent 05ab524 commit 651f11f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
async (2.12.1)
console (~> 1.25, >= 1.25.2)
fiber-annotation
Expand All @@ -20,7 +21,7 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
colorize (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
console (1.27.0)
fiber-annotation
Expand All @@ -42,8 +43,8 @@ GEM
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
minitest (5.23.1)
mutex_m (0.2.0)
logger (1.6.0)
minitest (5.25.1)
rake (13.2.1)
regexp_parser (2.9.2)
rsmp (0.31.0)
Expand All @@ -60,13 +61,14 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
securerandom (0.3.1)
simpleidn (0.2.3)
thor (1.3.1)
tzinfo (2.0.6)
Expand All @@ -91,4 +93,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.5.7
2.5.18

0 comments on commit 651f11f

Please sign in to comment.