Skip to content

Commit

Permalink
Fix pre Rails 7.1 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilka2 authored and Envek committed Feb 7, 2025
1 parent 81d9922 commit 0db52e7
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 @@ -23,18 +23,21 @@ end
appraise "activerecord-6-0" do
gem "activerecord", "~> 6.0.0"
gem "sqlite3", "~> 1.4"
gem "concurrent-ruby", "< 1.3.5"
end

appraise "activerecord-6-1" do
gem "activerecord", "~> 6.1.0"
gem "sqlite3", "~> 1.4"
gem "rspec-rails", "~> 4.0"
gem "concurrent-ruby", "< 1.3.5"
end

appraise "activerecord-7-0" do
gem "activerecord", "~> 7.0.0"
gem "sqlite3", "~> 1.4"
gem "rspec-rails", "~> 5.0"
gem "concurrent-ruby", "< 1.3.5"
end

appraise "activerecord-7-1" do
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 @@ -4,5 +4,6 @@ source "https://rubygems.org"

gem "activerecord", "~> 6.0.0"
gem "sqlite3", "~> 1.4"
gem "concurrent-ruby", "< 1.3.5"

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 @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "activerecord", "~> 6.1.0"
gem "sqlite3", "~> 1.4"
gem "rspec-rails", "~> 6.0"
gem "concurrent-ruby", "< 1.3.5"

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 @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "activerecord", "~> 7.0.0"
gem "sqlite3", "~> 1.4"
gem "rspec-rails", "~> 6.0"
gem "concurrent-ruby", "< 1.3.5"

gemspec path: "../"

0 comments on commit 0db52e7

Please sign in to comment.