Skip to content

Commit

Permalink
Allow activesupport 7.x usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren authored Oct 11, 2024
1 parent 3d11c47 commit 9502595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap_fluff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.7', '< 4'

s.add_dependency('activesupport', '>= 5', '< 7')
s.add_dependency('activesupport', '>= 5', '< 8')
s.add_dependency('net-ldap', '>= 0.11', '< 1')
s.add_development_dependency('minitest', '~> 5.0')
s.add_development_dependency('rake', '~> 13.1')
Expand Down

0 comments on commit 9502595

Please sign in to comment.