Skip to content

Commit

Permalink
rails8: bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Nov 21, 2024
1 parent 99d75e2 commit 5f5e6b0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formatador (1.1.0)
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (2.7.5)
json (2.8.2)
jwt (2.9.3)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -208,12 +208,12 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.1)
msgpack (1.7.3)
msgpack (1.7.5)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mysql2 (0.5.6)
nenv (0.3.0)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.5.1)
date
Expand Down Expand Up @@ -247,11 +247,11 @@ GEM
snaky_hash (~> 2.0)
version_gem (~> 1.1)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.11)
Expand Down Expand Up @@ -308,7 +308,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
ranked-model (0.4.10)
ranked-model (0.4.11)
activerecord (>= 5.2)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
Expand All @@ -318,7 +318,7 @@ GEM
redcarpet (3.6.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.9)
Expand All @@ -333,7 +333,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -421,7 +421,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.2)
useragent (0.16.10)
version_gem (1.1.4)
web-console (4.2.1)
Expand Down

0 comments on commit 5f5e6b0

Please sign in to comment.