Skip to content

Commit

Permalink
Rails main requires at least rspec-rails 6.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Feb 26, 2024
1 parent 73087bc commit 8d32ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ end

appraise "rails-main" do
gem "rails", github: "rails/rails", branch: "main"
gem "rspec-rails", "~> 6.0.2"
end
1 change: 1 addition & 0 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "rails", github: "rails/rails", branch: "main"
gem "rspec-rails", "~> 6.0.2"

platforms :ruby do
gem "sqlite3"
Expand Down

0 comments on commit 8d32ada

Please sign in to comment.