We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183f841 commit 183fe94Copy full SHA for 183fe94
.travis.yml
@@ -9,17 +9,21 @@ rvm:
9
- 2.3
10
- 2.4
11
- 2.5
12
+ - 2.6
13
14
env:
15
- RAILS_VERSION=4.2
16
- RAILS_VERSION=5.0
17
- RAILS_VERSION=5.1
18
+ - RAILS_VERSION=5.2
19
20
matrix:
21
exclude:
22
- rvm: 2.2
23
env: RAILS_VERSION=5.0
24
25
env: RAILS_VERSION=5.1
26
+ - rvm: 2.2
27
+ env: RAILS_VERSION=5.2
28
29
sudo: false
gemfiles/5.2.gemfile
@@ -0,0 +1,12 @@
1
+gem 'puma'
2
+gem 'jquery-rails'
3
+gem 'jquery-ui-rails'
4
+gem 'ancestry'
5
+gem 'sqlite3'
6
+
7
+gem 'activeadmin'
8
+gem 'devise'
+gem 'rails', '~> 5.2.0'
+gem 'sass-rails'
+# vim: ft=ruby
0 commit comments