Skip to content

Commit

Permalink
Allow to use Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Aug 8, 2024
1 parent d919a1a commit 34e7ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credit_card_validations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]


gem.add_dependency "activemodel", ">= 5.2", "< 7.2"
gem.add_dependency "activesupport", ">= 5.2", "< 7.2"
gem.add_dependency "activemodel", ">= 5.2", "< 8.0"
gem.add_dependency "activesupport", ">= 5.2", "< 8.0"


gem.add_development_dependency "minitest", '~> 5.14.3'
Expand Down

0 comments on commit 34e7ae3

Please sign in to comment.