File tree 5 files changed +29
-3
lines changed
5 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 9
9
- 2.3
10
10
- 2.4
11
11
- 2.5
12
+ - 2.6
12
13
13
14
env :
14
15
- RAILS_VERSION=4.2
15
16
- RAILS_VERSION=5.0
16
17
- RAILS_VERSION=5.1
18
+ - RAILS_VERSION=5.2
17
19
18
20
matrix :
19
21
exclude :
20
22
- rvm : 2.2
21
23
env : RAILS_VERSION=5.0
22
24
- rvm : 2.2
23
25
env : RAILS_VERSION=5.1
26
+ - rvm : 2.2
27
+ env : RAILS_VERSION=5.2
28
+ - rvm : 2.5
29
+ env : RAILS_VERSION=4.2
30
+ - rvm : 2.5
31
+ env : RAILS_VERSION=5.0
32
+ - rvm : 2.6
33
+ env : RAILS_VERSION=4.2
34
+ - rvm : 2.6
35
+ env : RAILS_VERSION=5.0
24
36
25
37
sudo : false
Original file line number Diff line number Diff line change
1
+ gem 'puma'
1
2
gem 'jquery-rails'
2
3
gem 'jquery-ui-rails'
3
4
gem 'ancestry'
4
- gem 'sqlite3'
5
+ gem 'sqlite3' , '~> 1.3.6'
5
6
6
7
gem 'activeadmin'
7
8
gem 'devise'
Original file line number Diff line number Diff line change
1
+ gem 'puma'
1
2
gem 'jquery-rails'
2
3
gem 'jquery-ui-rails'
3
4
gem 'ancestry'
4
- gem 'sqlite3'
5
+ gem 'sqlite3' , '~> 1.3.6'
5
6
6
7
gem 'activeadmin'
7
8
gem 'devise'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ gem 'puma'
2
2
gem 'jquery-rails'
3
3
gem 'jquery-ui-rails'
4
4
gem 'ancestry'
5
- gem 'sqlite3'
5
+ gem 'sqlite3' , '~> 1.3.6'
6
6
7
7
gem 'activeadmin'
8
8
gem 'devise'
Original file line number Diff line number Diff line change
1
+ gem 'puma'
2
+ gem 'jquery-rails'
3
+ gem 'jquery-ui-rails'
4
+ gem 'ancestry'
5
+ gem 'sqlite3' , '~> 1.3.6'
6
+
7
+ gem 'activeadmin'
8
+ gem 'devise'
9
+ gem 'rails' , '~> 5.2.0'
10
+ gem 'sass-rails'
11
+
12
+ # vim: ft=ruby
You can’t perform that action at this time.
0 commit comments