Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ruby] Update all Bundler dependencies (2025-01-16) #3588

Merged
merged 3 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
gem "activestorage", "~> #{rails_version}"
gem "activestorage"
gem "acts-as-taggable-on"

if rails_version == "6.1"
# Fix `<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
# https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
gem "concurrent-ruby", "1.3.4"
end
end
end
end
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
acts_as_list (1.2.4)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.8.0)
actual_db_schema (0.8.1)
activerecord
activesupport
csv
Expand All @@ -126,20 +126,20 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.1033.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1038.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
logger (~> 1.5)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
countries (7.1.0)
unaccent (~> 0.3)
Expand Down Expand Up @@ -370,7 +370,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -496,10 +496,11 @@ GEM
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
redis-client (0.23.1)
connection_pool
reek (6.3.0)
reek (6.4.0)
dry-schema (~> 1.13.0)
logger (~> 1.6)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
Expand Down Expand Up @@ -532,7 +533,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -615,10 +616,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
standard (1.43.0)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand All @@ -635,7 +636,7 @@ GEM
test-prof (1.4.4)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.5.0)
tilt (2.6.0)
timeout (0.4.3)
tty-which (0.5.0)
turbo-rails (2.0.11)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "psych", "< 4"
gem "concurrent-ruby", "1.3.4"

group :development do
gem "standard", require: false
Expand Down
32 changes: 17 additions & 15 deletions gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
acts_as_list (1.2.4)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.8.0)
actual_db_schema (0.8.1)
activerecord
activesupport
csv
Expand All @@ -113,20 +113,20 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.1033.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1038.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down Expand Up @@ -356,7 +356,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -473,10 +473,11 @@ GEM
rdoc (6.3.4.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
redis-client (0.23.1)
connection_pool
reek (6.3.0)
reek (6.4.0)
dry-schema (~> 1.13.0)
logger (~> 1.6)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
Expand Down Expand Up @@ -509,7 +510,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -591,10 +592,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
standard (1.43.0)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand All @@ -610,7 +611,7 @@ GEM
test-prof (1.4.4)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.5.0)
tilt (2.6.0)
timeout (0.4.3)
tty-which (0.5.0)
turbo-rails (2.0.11)
Expand Down Expand Up @@ -676,6 +677,7 @@ DEPENDENCIES
bundler-integrity (~> 1.0)
capybara
chartkick
concurrent-ruby (= 1.3.4)
countries
cssbundling-rails
csv
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ gem "avo-record_link_field"
gem "pagy", "> 8"
gem "csv"
gem "psych", "< 4"
gem "concurrent-ruby", "1.3.4"

group :development do
gem "standard", require: false
Expand Down
23 changes: 12 additions & 11 deletions gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
acts_as_list (1.2.4)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.8.0)
actual_db_schema (0.8.1)
activerecord
activesupport
csv
Expand All @@ -113,20 +113,20 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.1033.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1038.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down Expand Up @@ -328,7 +328,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -445,7 +445,7 @@ GEM
rdoc (6.3.4.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
redis-client (0.23.1)
connection_pool
reek (6.1.4)
kwalify (~> 0.7.0)
Expand Down Expand Up @@ -582,7 +582,7 @@ GEM
test-prof (1.4.4)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.5.0)
tilt (2.6.0)
timeout (0.4.3)
tty-which (0.5.0)
turbo-rails (2.0.11)
Expand Down Expand Up @@ -648,6 +648,7 @@ DEPENDENCIES
bundler-integrity (~> 1.0)
capybara
chartkick
concurrent-ruby (= 1.3.4)
countries
cssbundling-rails
csv
Expand Down
33 changes: 17 additions & 16 deletions gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
acts_as_list (1.2.4)
activerecord (>= 6.1)
activesupport (>= 6.1)
actual_db_schema (0.8.0)
actual_db_schema (0.8.1)
activerecord
activesupport
csv
Expand All @@ -126,20 +126,20 @@ GEM
money-rails (~> 1.12)
avo-record_link_field (0.0.2)
aws-eventstream (1.3.0)
aws-partitions (1.1033.0)
aws-sdk-core (3.214.1)
aws-partitions (1.1038.0)
aws-sdk-core (3.216.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (1.97.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-s3 (1.178.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
logger (~> 1.5)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
countries (7.1.0)
unaccent (~> 0.3)
Expand Down Expand Up @@ -370,7 +370,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -493,10 +493,11 @@ GEM
rdoc (6.3.4.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
redis-client (0.23.1)
connection_pool
reek (6.3.0)
reek (6.4.0)
dry-schema (~> 1.13.0)
logger (~> 1.6)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
Expand Down Expand Up @@ -529,7 +530,7 @@ GEM
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -612,10 +613,10 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
standard (1.43.0)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand All @@ -631,7 +632,7 @@ GEM
test-prof (1.4.4)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.5.0)
tilt (2.6.0)
timeout (0.4.3)
tty-which (0.5.0)
turbo-rails (2.0.11)
Expand Down
Loading
Loading