Skip to content

Commit c6b5c79

Browse files
committed
Add Rails 6 to test target
1 parent a199e61 commit c6b5c79

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
- RAILS_VERSION=5.0
1616
- RAILS_VERSION=5.1
1717
- RAILS_VERSION=5.2
18+
- RAILS_VERSION=6.0
1819

1920
matrix:
2021
exclude:

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ source "http://rubygems.org"
55
# development dependencies will be added by default to the :development group.
66
gemspec
77

8-
version = ENV['RAILS_VERSION'] || "4.0"
8+
version = ENV['RAILS_VERSION'] || "4.2"
99

1010
eval_gemfile File.expand_path("../gemfiles/#{version}.gemfile", __FILE__)

gemfiles/6.0.gemfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
gem 'puma'
2+
gem 'jquery-rails'
3+
gem 'jquery-ui-rails'
4+
gem 'ancestry'
5+
gem 'sqlite3', '~> 1.4'
6+
7+
gem 'activeadmin'
8+
gem 'devise'
9+
gem 'rails', '~> 6.0.0'
10+
gem 'sass-rails'
11+
12+
# vim: ft=ruby

0 commit comments

Comments
 (0)