Skip to content

Commit

Permalink
Upgrade to work with Rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
robzolkos committed Nov 8, 2024
1 parent 452d79f commit bbff962
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", "< 8.0"
gem.add_dependency "activesupport", ">= 5.2", "< 8.0"
gem.add_dependency "activemodel", ">= 5.2", "< 8.1"
gem.add_dependency "activesupport", ">= 5.2", "< 8.1"


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

0 comments on commit bbff962

Please sign in to comment.