Skip to content

Commit

Permalink
Test against Rails 6.1 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
berkos committed Jan 13, 2021
1 parent 9de5e2b commit a5c7bf3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gemfile:
- gemfiles/rails5.1.gemfile
- gemfiles/rails5.2.gemfile
- gemfiles/rails6.0.gemfile
- gemfiles/rails6.1.gemfile
matrix:
fast_finish: true
allow_failures:
Expand Down
10 changes: 10 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,13 @@ appraise "rails6.0" do
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
end

appraise "rails6.1" do
gem "byebug"
gem "listen", "~> 3.2"
gem "puma", "~> 5.0"
gem "rails", "~> 6.1.0", ">= 6.1.0.0"
gem "spring", "!= 2.1.1"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
end
19 changes: 19 additions & 0 deletions gemfiles/rails6.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "aruba"
gem "cucumber", "1.3.19"
gem "rake"
gem "rspec-rails"
gem "standard"
gem "byebug"
gem "listen", "~> 3.2"
gem "puma", "~> 5.0"
gem "rails", "~> 6.1.0", ">= 6.1.0.0"
gem "spring", "!= 2.1.1"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"

gemspec name: "factory_bot_rails", path: "../"

0 comments on commit a5c7bf3

Please sign in to comment.