Skip to content

Commit

Permalink
Merge pull request #65 from procore-oss/pin-concurrent-ruby
Browse files Browse the repository at this point in the history
Fix tests running with old versions of ActiveSupport
  • Loading branch information
jhollinger authored Jan 21, 2025
2 parents 7e38cf3 + 94e07e3 commit 34e420a
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 34e420a

Please sign in to comment.