Skip to content

Commit

Permalink
Test against rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Apr 4, 2019
1 parent 81cd146 commit 8c09393
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ gemfile:
- gemfiles/rails5.0.gemfile
- gemfiles/rails5.1.gemfile
- gemfiles/rails5.2.gemfile
- gemfiles/rails6.0.gemfile
matrix:
fast_finish: true
allow_failures:
- rvm: ruby-head
exclude:
- rvm: 2.3
gemfile: gemfiles/rails6.0.gemfile
- rvm: 2.4
gemfile: gemfiles/rails6.0.gemfile
19 changes: 19 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,22 @@ appraise "rails5.2" do
gem "activerecord", "~> 5.2.0"
gem "railties", "~> 5.2.0"
end

appraise "rails6.0" do
gem "rails", "~> 6.0.0.beta3"
gem "bootsnap"
gem "byebug"
gem "capybara"
gem "chromedriver-helper"
gem "jbuilder"
gem "listen"
gem "puma", "~> 3.11"
gem "sass-rails"
gem "selenium-webdriver"
gem "spring"
gem "spring-watcher-listen"
gem "sqlite3", "~> 1.3.6"
gem "turbolinks"
gem "web-console"
gem "webpacker"
end
36 changes: 36 additions & 0 deletions gemfiles/rails6.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "aruba"
gem "coffee-rails"
gem "cucumber", "1.3.19"
gem "jquery-rails"
gem "rake"
gem "rspec-rails"
gem "test-unit"
gem "uglifier"
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
gem "jdbc-sqlite3", platforms: :jruby
gem "jruby-openssl", platforms: :jruby
gem "therubyrhino", platforms: :jruby
gem "sqlite3", "~> 1.3.6"
gem "rubocop", "0.54", require: false
gem "rails", "~> 6.0.0.beta3"
gem "bootsnap"
gem "byebug"
gem "capybara"
gem "chromedriver-helper"
gem "jbuilder"
gem "listen"
gem "puma", "~> 3.11"
gem "sass-rails"
gem "selenium-webdriver"
gem "spring"
gem "spring-watcher-listen"
gem "turbolinks"
gem "web-console"
gem "webpacker"

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

0 comments on commit 8c09393

Please sign in to comment.