This repository was archived by the owner on Oct 24, 2025. It is now read-only.
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:
1515 - gemfiles/sprockets_4_0.gemfile
1616 - gemfiles/rails_4_2.gemfile
1717 - gemfiles/rails_5_2.gemfile
18+ - gemfiles/rails_6_0.gemfile
1819
1920rvm :
2021 - 2.4.6
@@ -26,6 +27,11 @@ matrix:
2627 allow_failures :
2728 - gemfile : gemfiles/rails_4_2.gemfile
2829 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
2935
3036notifications :
3137 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 11source 'https://rubygems.org'
22
3- gem "sprockets-rails", "~> 3.0.0 "
3+ gem "sprockets-rails", "~> 3.2 "
44
55# Specify your gem's dependencies in sassc-rails.gemspec
66gemspec path: "../"
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
3- gem "sprockets", "~> 3.0.3 "
3+ gem "sprockets", "~> 3.7 "
44
55# Specify your gem's dependencies in sassc-rails.gemspec
66gemspec path: "../"
You can’t perform that action at this time.
0 commit comments