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 407a907 commit c90b3e6
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 @@ -16,3 +16,5 @@ gem 'minitest-reporters'
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.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 @@ -214,6 +214,7 @@ DEPENDENCIES
attr_default!
base64 (~> 0.2.0)
bigdecimal (~> 3.1)
concurrent-ruby (~> 1.3, < 1.3.5)
minitest
minitest-reporters
mutex_m (~> 0.2.0)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "minitest-reporters"
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "rails", "~> 6.0.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "minitest-reporters"
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "rails", "~> 6.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "minitest-reporters"
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "rails", "~> 7.0.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "minitest-reporters"
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "rails", "~> 7.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "minitest-reporters"
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "rails", "~> 7.2.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_8_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem "minitest-reporters"
gem "base64", "~> 0.2.0"
gem "bigdecimal", "~> 3.1"
gem "mutex_m", "~> 0.2.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "rails", "~> 8.0.0"

gemspec path: "../"

0 comments on commit c90b3e6

Please sign in to comment.