Skip to content

Commit

Permalink
Update all Bundler dependencies (2024-09-12) (#3240)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Sep 16, 2024
1 parent 7b9626a commit a645e9a
Show file tree
Hide file tree
Showing 9 changed files with 132 additions and 129 deletions.
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: f698d735bfd237a6e36dc56b781bb42367bac503
revision: 281a00a46e0d629fea3bce3ca2bd89fa4e860171
branch: main
specs:
actioncable (8.0.0.alpha)
Expand Down Expand Up @@ -70,6 +70,7 @@ GIT
marcel (~> 1.0)
activesupport (8.0.0.alpha)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand Down Expand Up @@ -138,7 +139,7 @@ GEM
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.7.8)
actual_db_schema (0.7.9)
activerecord
activesupport
csv
Expand All @@ -157,17 +158,17 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.1)
aws-eventstream (1.3.0)
aws-partitions (1.971.0)
aws-sdk-core (3.203.0)
aws-partitions (1.974.0)
aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.89.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-kms (1.91.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.160.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-s3 (1.162.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
Expand Down Expand Up @@ -283,7 +284,7 @@ GEM
rubocop (>= 1)
smart_properties
erubi (1.13.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
Expand Down Expand Up @@ -418,13 +419,13 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.0.8)
pagy (9.0.9)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
path_expander (1.1.2)
pg (1.5.7)
path_expander (1.1.3)
pg (1.5.8)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)
Expand Down Expand Up @@ -479,7 +480,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -490,7 +491,7 @@ GEM
ripper-tags (1.0.2)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -553,7 +554,7 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
Expand Down
28 changes: 14 additions & 14 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.7.8)
actual_db_schema (0.7.9)
activerecord
activesupport
csv
Expand All @@ -118,17 +118,17 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.1)
aws-eventstream (1.3.0)
aws-partitions (1.971.0)
aws-sdk-core (3.203.0)
aws-partitions (1.974.0)
aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.89.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-kms (1.91.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.160.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-s3 (1.162.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
rubocop (>= 1)
smart_properties
erubi (1.13.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
Expand Down Expand Up @@ -375,13 +375,13 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.0.8)
pagy (9.0.9)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
path_expander (1.1.2)
pg (1.5.7)
path_expander (1.1.3)
pg (1.5.8)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)
Expand Down Expand Up @@ -450,7 +450,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -461,7 +461,7 @@ GEM
ripper-tags (1.0.2)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -523,7 +523,7 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
Expand Down
28 changes: 14 additions & 14 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.7.8)
actual_db_schema (0.7.9)
activerecord
activesupport
csv
Expand All @@ -118,17 +118,17 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.1)
aws-eventstream (1.3.0)
aws-partitions (1.971.0)
aws-sdk-core (3.203.0)
aws-partitions (1.974.0)
aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.89.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-kms (1.91.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.160.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-s3 (1.162.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
Expand Down Expand Up @@ -215,7 +215,7 @@ GEM
rubocop (>= 1)
smart_properties
erubi (1.13.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
Expand Down Expand Up @@ -349,13 +349,13 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.0.8)
pagy (9.0.9)
parallel (1.26.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
path_expander (1.1.2)
pg (1.5.7)
path_expander (1.1.3)
pg (1.5.8)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)
Expand Down Expand Up @@ -423,7 +423,7 @@ GEM
parser (~> 3.2.0)
rainbow (>= 2.0, < 4.0)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -434,7 +434,7 @@ GEM
ripper-tags (1.0.2)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -496,7 +496,7 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
Expand Down
28 changes: 14 additions & 14 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
acts_as_list (1.2.2)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.7.8)
actual_db_schema (0.7.9)
activerecord
activesupport
csv
Expand All @@ -129,17 +129,17 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.1)
aws-eventstream (1.3.0)
aws-partitions (1.971.0)
aws-sdk-core (3.203.0)
aws-partitions (1.974.0)
aws-sdk-core (3.205.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.89.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-kms (1.91.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.160.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sdk-s3 (1.162.0)
aws-sdk-core (~> 3, >= 3.205.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
Expand Down Expand Up @@ -255,7 +255,7 @@ GEM
rubocop (>= 1)
smart_properties
erubi (1.13.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
Expand Down Expand Up @@ -388,13 +388,13 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pagy (9.0.8)
pagy (9.0.9)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
path_expander (1.1.2)
pg (1.5.7)
path_expander (1.1.3)
pg (1.5.8)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)
Expand Down Expand Up @@ -469,7 +469,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.2)
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand All @@ -480,7 +480,7 @@ GEM
ripper-tags (1.0.2)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -543,7 +543,7 @@ GEM
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
Expand Down
Loading

0 comments on commit a645e9a

Please sign in to comment.