File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ gemfile:
15
15
- gemfiles/sprockets_4_0.gemfile
16
16
- gemfiles/rails_4_2.gemfile
17
17
- gemfiles/rails_5_2.gemfile
18
+ - gemfiles/rails_6_0.gemfile
18
19
19
20
rvm :
20
21
- 2.4.6
@@ -26,6 +27,11 @@ matrix:
26
27
allow_failures :
27
28
- gemfile : gemfiles/rails_4_2.gemfile
28
29
rvm : jruby
30
+ - gemfile : gemfiles/rails_6_0.gemfile
31
+ rvm : jruby
32
+ exclude :
33
+ - gemfile : gemfiles/rails_6_0.gemfile
34
+ rvm : 2.4.6
29
35
30
36
notifications :
31
37
email : false
Original file line number Diff line number Diff line change
1
+ source 'https://rubygems.org'
2
+
3
+ gem "rails", "~> 6.0.a"
4
+
5
+ # Specify your gem's dependencies in sassc-rails.gemspec
6
+ gemspec path: "../"
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem "sprockets-rails", "~> 3.0.0 "
3
+ gem "sprockets-rails", "~> 3.2 "
4
4
5
5
# Specify your gem's dependencies in sassc-rails.gemspec
6
6
gemspec path: "../"
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem "sprockets", "~> 3.0.3 "
3
+ gem "sprockets", "~> 3.7 "
4
4
5
5
# Specify your gem's dependencies in sassc-rails.gemspec
6
6
gemspec path: "../"
You can’t perform that action at this time.
0 commit comments