Skip to content

Commit

Permalink
lock 'concurrent-ruby' on '1.3.4' for rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Jan 17, 2025
1 parent ec6f579 commit 40fbbde
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
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
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
3 changes: 2 additions & 1 deletion gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GEM
logger (~> 1.5)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
countries (7.1.0)
unaccent (~> 0.3)
Expand Down Expand Up @@ -677,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
3 changes: 2 additions & 1 deletion gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ GEM
logger (~> 1.5)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.3.5)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
countries (7.1.0)
unaccent (~> 0.3)
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

0 comments on commit 40fbbde

Please sign in to comment.