File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 44 - 1.9.3
55 - 2.0.0
66 - 2.1
7- - 2.2
7+ - 2.2.5
8+ - 2.3.1
89 - rbx-2
910
1011gemfile :
1112 - gemfiles/Gemfile-rails-4-0
1213 - gemfiles/Gemfile-rails-4-1
1314 - gemfiles/Gemfile-rails-4-2
15+ - gemfiles/Gemfile-rails-5.0
1416 - gemfiles/Gemfile-sprockets-2-11
1517 - gemfiles/Gemfile-sprockets-2-12
1618 - gemfiles/Gemfile-sprockets-2-8
@@ -33,7 +35,9 @@ matrix:
3335 - rvm : rbx-2
3436 include :
3537 - gemfile : Gemfile
36- rvm : 2.2.2
38+ rvm : 2.2.5
39+ - gemfile : Gemfile
40+ rvm : 2.3.1
3741
3842notifications :
3943 email : false
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", github: 'rails/rails', branch: '5-0-stable'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313 s . description = %q{Sass adapter for the Rails asset pipeline.}
1414 s . license = %q{MIT}
1515
16- s . add_dependency 'railties' , '>= 4.0.0' , '< 5.0 '
16+ s . add_dependency 'railties' , '>= 4.0.0' , '< 6 '
1717 s . add_dependency 'sass' , '~> 3.1'
1818 s . add_dependency 'sprockets-rails' , '>= 2.0' , '< 4.0'
1919 s . add_dependency 'sprockets' , '>= 2.8' , '< 4.0'
You can’t perform that action at this time.
0 commit comments