Skip to content

Commit

Permalink
Make Rails deps more flexible to help with likely upcoming security u…
Browse files Browse the repository at this point in the history
…pdates
  • Loading branch information
h-m-m committed Sep 10, 2024
1 parent 8bb2d55 commit 91c9bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
identity_validations (0.8.0)
activemodel (~> 7.1.3)
activemodel (~> 7.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -88,7 +88,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord (~> 7.1.3)
activerecord (~> 7.1)
bundler (>= 2.5)
byebug
identity_validations!
Expand Down
4 changes: 2 additions & 2 deletions identity_validations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activemodel', '~> 7.1.3'
spec.add_development_dependency 'activerecord', '~> 7.1.3'
spec.add_dependency 'activemodel', '~> 7.1'
spec.add_development_dependency 'activerecord', '~> 7.1'
spec.add_development_dependency 'bundler', '>= 2.5'
spec.add_development_dependency 'byebug'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down

0 comments on commit 91c9bf2

Please sign in to comment.