Skip to content

Commit

Permalink
Fix concurrent-ruby version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollinger committed Jan 21, 2025
1 parent 15b71c4 commit 297b28b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@ appraise "ar-7.0" do
gem "activerecord", "~> 7.0.1"
gem "sqlite3", "~> 1.4.2"
gem "otr-activerecord", "~> 2.1.1"
gem "concurrent-ruby", "1.3.4"
end

appraise "ar-6.1" do
gem "activerecord", "~> 6.1.4"
gem "sqlite3", "~> 1.4.2"
gem "otr-activerecord", "~> 2.1.1"
gem "concurrent-ruby", "1.3.4"
end

appraise "ar-6.0" do
gem "activerecord", "~> 6.0.4"
gem "sqlite3", "~> 1.4.2"
gem "otr-activerecord", "~> 2.1.1"
gem "concurrent-ruby", "1.3.4"
end
1 change: 1 addition & 0 deletions gemfiles/ar_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "database_cleaner"
gem "activerecord", "~> 6.0.4"
gem "sqlite3", "~> 1.4.2"
gem "otr-activerecord", "~> 2.1.1"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/ar_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "database_cleaner"
gem "activerecord", "~> 6.1.4"
gem "sqlite3", "~> 1.4.2"
gem "otr-activerecord", "~> 2.1.1"
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 @@ -9,5 +9,6 @@ gem "database_cleaner"
gem "activerecord", "~> 7.0.1"
gem "sqlite3", "~> 1.4.2"
gem "otr-activerecord", "~> 2.1.1"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"

0 comments on commit 297b28b

Please sign in to comment.