Skip to content

Commit

Permalink
Add rails 7.0 alpha to appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Sep 20, 2021
1 parent c3358d1 commit 8834fdf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
appraise "rails-7-0" do
gem "rails", "7.0.0.alpha2"
gem "sqlite3", "~> 1.4"
end

appraise "rails-6-1" do
gem "rails", "~> 6.1"
gem "sqlite3", "~> 1.4"
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal", branch: "fix-bundle-env", git: "https://github.com/excid3/appraisal.git"
gem "rails", "7.0.0.alpha2"
gem "sqlite3", "~> 1.4"

gemspec path: "../"
Binary file modified test/dummy/db/test.sqlite3
Binary file not shown.

0 comments on commit 8834fdf

Please sign in to comment.