Skip to content

Commit

Permalink
Make Travis build pass by using newer bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed Sep 5, 2019
1 parent 11e8aa6 commit e6154dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexirest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3"
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.1.0')
Expand Down

0 comments on commit e6154dc

Please sign in to comment.