Skip to content

Commit

Permalink
Bump minimum required Rack version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens authored Mar 10, 2020
1 parent 2c3e5d5 commit 20bca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ EOF

s.required_ruby_version = '>= 2.2.0'

s.add_dependency 'rack', '~> 2.0'
s.add_dependency 'rack', '~> 2.2'
s.add_dependency 'tilt', '~> 2.0'
s.add_dependency 'rack-protection', version
s.add_dependency 'mustermann', '~> 1.0'
Expand Down

0 comments on commit 20bca55

Please sign in to comment.