Skip to content

Commit 558b27c

Browse files
committed
Add compatibility for Rails 8.1 and 8.2
1 parent ba421bb commit 558b27c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
siret_validator (0.1.0)
5-
activemodel (>= 7.0, < 8.1)
5+
activemodel (>= 7.0, < 9.0)
66

77
GEM
88
remote: https://rubygems.org/

siret_validator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ["lib"]
3131

3232
# Uncomment to register a new dependency of your gem
33-
spec.add_dependency "activemodel", ">= 7.0", "< 8.1"
33+
spec.add_dependency "activemodel", ">= 7.0", "< 9.0"
3434

3535
# For more information and examples about making a new gem, check out our
3636
# guide at: https://bundler.io/guides/creating_gem.html

0 commit comments

Comments
 (0)