Skip to content

Commit

Permalink
Need to lock down sinatra
Browse files Browse the repository at this point in the history
Newer version of sinatra (2+) depend on rack 2+ which requires Ruby version >= 2.2.2
breaking the travis build on older versions of ruby
See https://travis-ci.org/iain/fake_sqs/jobs/156489863
  • Loading branch information
nritholtz committed Aug 31, 2016
1 parent 7b3ccd7 commit 10a00ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fake_sqs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.license = "MIT"

gem.add_dependency "sinatra"
gem.add_dependency "sinatra", "~> 1.0"
gem.add_dependency "builder"

gem.add_development_dependency "rspec"
Expand Down

0 comments on commit 10a00ac

Please sign in to comment.