Skip to content

Commit

Permalink
Fix allowed version
Browse files Browse the repository at this point in the history
  • Loading branch information
jprosevear committed Nov 17, 2024
1 parent 65d8e07 commit 8571f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activity_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.required_ruby_version = '>= 2.1.0'

s.add_dependency 'railties', '>= 5.0.0', '< 7.3'
s.add_dependency 'railties', '>= 5.0.0', '< 8.1'
s.add_dependency 'i18n', '>= 0.5.0'
s.add_dependency 'jquery-rails', '>= 3.1.1'
s.add_dependency 'swagger-blocks', '>= 3.0.0'
Expand Down

0 comments on commit 8571f81

Please sign in to comment.