Skip to content

Commit

Permalink
Add concurrent-ruby to gemfiles to fix tests in Rails < 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstarck committed Jan 28, 2025
1 parent 9143ed7 commit afdb1a7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ gem 'test-unit', '3.6.2'

gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"

gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ DEPENDENCIES
appraisal-matrix
base64 (~> 0.2.0)
bigdecimal
concurrent-ruby (~> 1.3, < 1.3.5)
jquery-rails
minitest (~> 5.25)
minitest-reporters
Expand Down
1 change: 1 addition & 0 deletions gemfiles/activerecord_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "test_after_commit", require: false
gem "test-unit", "3.6.2"
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "activerecord", "~> 6.0.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/activerecord_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "test_after_commit", require: false
gem "test-unit", "3.6.2"
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "activerecord", "~> 6.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/activerecord_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "test_after_commit", require: false
gem "test-unit", "3.6.2"
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "activerecord", "~> 7.0.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/activerecord_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "test_after_commit", require: false
gem "test-unit", "3.6.2"
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "activerecord", "~> 7.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/activerecord_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "test_after_commit", require: false
gem "test-unit", "3.6.2"
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "activerecord", "~> 7.2.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/activerecord_8_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem "test_after_commit", require: false
gem "test-unit", "3.6.2"
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "activerecord", "~> 8.0.0"

gemspec path: "../"

0 comments on commit afdb1a7

Please sign in to comment.