Skip to content

Commit

Permalink
Rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Sep 28, 2020
1 parent 3ceb41b commit 663d08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manageiq-gems-pending.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |s|

s.required_ruby_version = "> 2.4"

s.add_runtime_dependency "activerecord", "< 5.3"
s.add_runtime_dependency "activesupport", "< 5.3"
s.add_runtime_dependency "activerecord", "~> 6.0"
s.add_runtime_dependency "activesupport", "~> 6.0"
s.add_runtime_dependency "awesome_spawn", "~> 1.5"
s.add_runtime_dependency "aws-sdk-s3", "~> 1.0"
s.add_runtime_dependency "binary_struct", "~> 2.1"
Expand Down

0 comments on commit 663d08b

Please sign in to comment.