Skip to content

Commit c14c30f

Browse files
authored
bind sprockets to v3.7.2 for fixing cucumber specs (#7)
* bind sprockets to v3.7.2 because of rails/sprockets-rails#444, rails 4.2 by default does require 'rails/all' * add ruby 2.5 and 2.6
1 parent 9ee99d8 commit c14c30f

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ rvm:
55
- 2.2
66
- 2.3
77
- 2.4
8+
- 2.5
9+
- 2.6
810

911
script: "bundle exec rake clean spec cucumber"
1012

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ group :development, :test do
1313
gem 'builder'
1414
gem 'rubocop', require: false
1515
gem 'rspec'
16+
gem 'sprockets', '3.7.2'
1617
end

gemfiles/4.2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ group :development, :test do
1212
gem "builder"
1313
gem "rubocop", require: false
1414
gem "rspec"
15+
gem "sprockets", "3.7.2"
1516
end
1617

1718
gemspec path: "../"

gemfiles/5.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ group :development, :test do
1212
gem "builder"
1313
gem "rubocop", require: false
1414
gem "rspec"
15+
gem "sprockets", "3.7.2"
1516
end
1617

1718
gemspec path: "../"

0 commit comments

Comments
 (0)