Skip to content

Commit

Permalink
Merge pull request #207 from kfriend/patch-1
Browse files Browse the repository at this point in the history
Bump public_suffix version range
  • Loading branch information
mnovelo authored Mar 27, 2024
2 parents 836be34 + 48e100f commit 784fbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|

s.add_dependency 'activerecord', '>= 5.0.0', '< 7.1'
s.add_dependency 'parallel', '< 2.0'
s.add_dependency 'public_suffix', '>= 2.0.5', '< 5.0'
s.add_dependency 'public_suffix', '>= 2.0.5', '< 6.0'
s.add_dependency 'rack', '>= 1.3.6', '< 3.0'

s.add_development_dependency 'appraisal', '~> 2.2'
Expand Down

0 comments on commit 784fbe4

Please sign in to comment.