Skip to content

Commit

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

Update activerecord requirement from ~> 5.0 to >= 5, < 7
  • Loading branch information
tas50 authored Dec 31, 2019
2 parents e0f1fa6 + 2454837 commit 3353821
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 @@ -28,6 +28,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "faraday-http-cache"
spec.add_dependency "aws-sdk", "~> 2.0"
spec.add_dependency "aws-record", "~> 1.0"
spec.add_dependency "activerecord", "~> 5.0"
spec.add_dependency "activerecord", ">= 5", "< 7"
spec.add_dependency "sinatra", "~> 1.0"
end

0 comments on commit 3353821

Please sign in to comment.