Skip to content

Commit

Permalink
Merge pull request #42 from catawiki/dependabot/bundler/activesupport…
Browse files Browse the repository at this point in the history
…-gte-5.2-and-lt-7.3

Update activesupport requirement from >= 5.2, < 7.2 to >= 5.2, < 7.3
  • Loading branch information
fcbr authored Oct 24, 2024
2 parents d78f667 + 32b05aa commit 72ecd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rate_limit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activesupport', '>= 5.2', '< 7.2'
spec.add_dependency 'activesupport', '>= 5.2', '< 7.3'
spec.add_dependency 'redis', '>= 3.0.0', '<= 5.1.0'
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 72ecd9a

Please sign in to comment.