Skip to content

Commit

Permalink
bind sprockets to v3.7.2 for fixing cucumber specs (#7)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ssinghi authored Dec 6, 2019
1 parent 9ee99d8 commit c14c30f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6

script: "bundle exec rake clean spec cucumber"

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ group :development, :test do
gem 'builder'
gem 'rubocop', require: false
gem 'rspec'
gem 'sprockets', '3.7.2'
end
1 change: 1 addition & 0 deletions gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :development, :test do
gem "builder"
gem "rubocop", require: false
gem "rspec"
gem "sprockets", "3.7.2"
end

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :development, :test do
gem "builder"
gem "rubocop", require: false
gem "rspec"
gem "sprockets", "3.7.2"
end

gemspec path: "../"

0 comments on commit c14c30f

Please sign in to comment.