Skip to content

Commit

Permalink
drop bundler version spec; update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bolandrm committed Apr 22, 2019
1 parent 5d7791c commit f925b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ gemfile:
- gemfiles/rails_5_2.gemfile

rvm:
- 2.4.4
- 2.5.1
- 2.4.6
- 2.5.5
- 2.6.3
- jruby

notifications:
Expand Down
2 changes: 1 addition & 1 deletion sassc-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency 'pry'
spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency 'mocha'

Expand Down

0 comments on commit f925b34

Please sign in to comment.