Skip to content

Commit 8d0462d

Browse files
authored
Merge pull request sass#130 from javierjulio/update-ci-gemfiles
Update Travis with Rails 6 and to use all current minor releases
2 parents 59ad121 + 38cc821 commit 8d0462d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff 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

1920
rvm:
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

3036
notifications:
3137
email: false

gemfiles/rails_6_0.gemfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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: "../"

gemfiles/sprockets-rails_3_0.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source '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
66
gemspec path: "../"

gemfiles/sprockets_3_0.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source '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
66
gemspec path: "../"

0 commit comments

Comments
 (0)