Skip to content

Commit

Permalink
[.gemspec] Update activesupport/activerecord
Browse files Browse the repository at this point in the history
Fixes some Hikari warnings (false positives for our use cases here), but
also matches the versions found in ManageIQ/manageiq
  • Loading branch information
NickLaMuro committed Mar 16, 2021
1 parent 6361582 commit 7ab3fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manageiq-appliance_console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activerecord", ">= 4.2.2"
spec.add_runtime_dependency "activesupport", ">= 4.2.2"
spec.add_runtime_dependency "activerecord", ">= 6.0.3.5", "~> 6.0.0"
spec.add_runtime_dependency "activesupport", ">= 6.0.3.5", "~> 6.0.0"
spec.add_runtime_dependency "awesome_spawn", "~> 1.4"
spec.add_runtime_dependency "bcrypt", "~> 3.1.10"
spec.add_runtime_dependency "bcrypt_pbkdf", ">= 1.0", "< 2.0"
Expand Down

0 comments on commit 7ab3fa9

Please sign in to comment.