File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,20 @@ matrix:
26
26
include :
27
27
- gemfile : gemfiles/Gemfile-rails-5-0
28
28
rvm : 2.3.4
29
+ - gemfile : gemfiles/Gemfile-rails-5-1
30
+ rvm : 2.3.4
29
31
- gemfile : Gemfile
30
32
rvm : 2.3.4
31
33
- gemfile : gemfiles/Gemfile-rails-5-0
32
34
rvm : 2.4.1
35
+ - gemfile : gemfiles/Gemfile-rails-5-1
36
+ rvm : 2.4.1
33
37
- gemfile : Gemfile
34
38
rvm : 2.4.1
35
39
- gemfile : gemfiles/Gemfile-rails-5-0
36
40
rvm : ruby-head
41
+ - gemfile : gemfiles/Gemfile-rails-5-1
42
+ rvm : ruby-head
37
43
- gemfile : Gemfile
38
44
rvm : ruby-head
39
45
Original file line number Diff line number Diff line change
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem"s dependencies in sass-rails.gemspec
4
+ gemspec path: ".."
5
+
6
+ gem "rails", "~> 5.1.0"
7
+ gem "sprockets", "~> 4.0.0.beta2"
8
+ gem "sprockets-rails", "~> 3.0.4"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
s . description = %q{Sass adapter for the Rails asset pipeline.}
14
14
s . license = %q{MIT}
15
15
16
- s . add_dependency 'railties' , '>= 4.0.0' , '< 5.1 '
16
+ s . add_dependency 'railties' , '>= 4.0.0' , '< 5.2 '
17
17
s . add_dependency 'sass' , '~> 3.4'
18
18
s . add_dependency 'sprockets-rails' , '< 4.0'
19
19
s . add_dependency 'sprockets' , '~> 4.x'
You can’t perform that action at this time.
0 commit comments