Skip to content

Commit

Permalink
Merge pull request sass#130 from javierjulio/update-ci-gemfiles
Browse files Browse the repository at this point in the history
Update Travis with Rails 6 and to use all current minor releases
  • Loading branch information
bolandrm authored Dec 2, 2019
2 parents 59ad121 + 38cc821 commit 8d0462d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gemfile:
- gemfiles/sprockets_4_0.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_6_0.gemfile

rvm:
- 2.4.6
Expand All @@ -26,6 +27,11 @@ matrix:
allow_failures:
- gemfile: gemfiles/rails_4_2.gemfile
rvm: jruby
- gemfile: gemfiles/rails_6_0.gemfile
rvm: jruby
exclude:
- gemfile: gemfiles/rails_6_0.gemfile
rvm: 2.4.6

notifications:
email: false
6 changes: 6 additions & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gem "rails", "~> 6.0.a"

# Specify your gem's dependencies in sassc-rails.gemspec
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/sprockets-rails_3_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "sprockets-rails", "~> 3.0.0"
gem "sprockets-rails", "~> 3.2"

# Specify your gem's dependencies in sassc-rails.gemspec
gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/sprockets_3_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "sprockets", "~> 3.0.3"
gem "sprockets", "~> 3.7"

# Specify your gem's dependencies in sassc-rails.gemspec
gemspec path: "../"

0 comments on commit 8d0462d

Please sign in to comment.