Skip to content

Commit

Permalink
Pins concurrent-ruby to 1.3.4 for older versions of ActiveSupport to …
Browse files Browse the repository at this point in the history
…fix a bug running tests

Signed-off-by: Jordan Hollinger <[email protected]>
  • Loading branch information
jhollinger committed Jan 21, 2025
1 parent 7e38cf3 commit 94e07e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ end

appraise "ar-7.0" do
gem "activerecord", "~> 7.0.8"
gem "concurrent-ruby", "1.3.4"
end

appraise "ar-6.1" do
gem "activerecord", "~> 6.1.7"
gem "concurrent-ruby", "1.3.4"
end
1 change: 1 addition & 0 deletions gemfiles/ar_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "https://rubygems.org"

gem "activerecord", "~> 6.1.7"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/ar_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "https://rubygems.org"

gem "activerecord", "~> 7.0.8"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"

0 comments on commit 94e07e3

Please sign in to comment.