Skip to content

Commit

Permalink
Merge pull request #5 from chef/dependabot/bundler/sinatra-gte-1-and-…
Browse files Browse the repository at this point in the history
…lt-3

Update sinatra requirement from ~> 1.0 to >= 1, < 3
  • Loading branch information
tas50 authored Dec 31, 2019
2 parents 3353821 + 6bd8ca6 commit 275abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion welcome_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_dependency "aws-record", "~> 1.0"
spec.add_dependency "activerecord", ">= 5", "< 7"
spec.add_dependency "sinatra", "~> 1.0"
spec.add_dependency "sinatra", ">= 1", "< 3"
end

0 comments on commit 275abe8

Please sign in to comment.