Skip to content

Commit

Permalink
Allow rack 3 to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 authored and mnovelo committed May 14, 2024
1 parent 0f4c823 commit d9627b1
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 @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activerecord', '>= 6.1.0', '< 7.2'
s.add_dependency 'parallel', '< 2.0'
s.add_dependency 'public_suffix', '>= 2.0.5', '< 6.0'
s.add_dependency 'rack', '>= 1.3.6', '< 3.0'
s.add_dependency 'rack', '>= 1.3.6', '< 4.0'

s.add_development_dependency 'appraisal', '~> 2.2'
s.add_development_dependency 'bundler', '>= 1.3', '< 3.0'
Expand Down

0 comments on commit d9627b1

Please sign in to comment.