Skip to content

Commit

Permalink
relax rack-protection again
Browse files Browse the repository at this point in the history
We want to let people use the latest.
  • Loading branch information
jnunemaker committed Jul 26, 2022
1 parent bcad260 commit f4a41c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flipper-ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.metadata = Flipper::METADATA

gem.add_dependency 'rack', '>= 1.4', '< 3'
gem.add_dependency 'rack-protection', '>= 1.5.3', '<= 2.2.0'
gem.add_dependency 'rack-protection', '>= 1.5.3', '<= 2.3.0'
gem.add_dependency 'flipper', "~> #{Flipper::VERSION}"
gem.add_dependency 'erubi', '>= 1.0.0', '< 2.0.0'
gem.add_dependency 'sanitize', '< 7'
Expand Down

0 comments on commit f4a41c5

Please sign in to comment.