We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a199e61 commit c6b5c79Copy full SHA for c6b5c79
.travis.yml
@@ -15,6 +15,7 @@ env:
15
- RAILS_VERSION=5.0
16
- RAILS_VERSION=5.1
17
- RAILS_VERSION=5.2
18
+ - RAILS_VERSION=6.0
19
20
matrix:
21
exclude:
Gemfile
@@ -5,6 +5,6 @@ source "http://rubygems.org"
5
# development dependencies will be added by default to the :development group.
6
gemspec
7
8
-version = ENV['RAILS_VERSION'] || "4.0"
+version = ENV['RAILS_VERSION'] || "4.2"
9
10
eval_gemfile File.expand_path("../gemfiles/#{version}.gemfile", __FILE__)
gemfiles/6.0.gemfile
@@ -0,0 +1,12 @@
1
+gem 'puma'
2
+gem 'jquery-rails'
3
+gem 'jquery-ui-rails'
4
+gem 'ancestry'
+gem 'sqlite3', '~> 1.4'
+
+gem 'activeadmin'
+gem 'devise'
+gem 'rails', '~> 6.0.0'
+gem 'sass-rails'
11
12
+# vim: ft=ruby
0 commit comments