Skip to content

Commit

Permalink
Rails 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Oct 27, 2020
1 parent a38e819 commit 7bd4d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory_refresh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", "~> 5.0"
spec.add_dependency "activerecord", "~> 6.0"
spec.add_dependency "more_core_extensions", ">=3.5", "< 5"
spec.add_dependency "pg", "> 0"

Expand Down

0 comments on commit 7bd4d39

Please sign in to comment.