Bump rack-protection from 1.5.0 to 1.5.5 (#10)

Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.0 to 1.5.5.
- [Release notes](https://github.com/sinatra/sinatra/releases)
- [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sinatra/sinatra/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-04-05 19:48:08 +02:00 committed by GitHub
parent 2559a6cc03
commit ed0fee32d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ gem 'json_pure', '=1.8.0'
gem 'multi_json', '=1.7.7'
gem 'pg', '>=0.15.1'
gem 'rack', '>=1.5.2'
gem 'rack-protection', '=1.5.0'
gem 'rack-protection', '1.5.5'
gem 'sinatra', '=1.4.3'
gem 'stringex', '=1.5.1'
gem 'thin', '=1.5.1'

View file

@ -60,7 +60,7 @@ GEM
multi_json (1.7.7)
pg (0.21.0)
rack (1.6.12)
rack-protection (1.5.0)
rack-protection (1.5.5)
rack
sinatra (1.4.3)
rack (~> 1.4)
@ -104,7 +104,7 @@ DEPENDENCIES
multi_json (= 1.7.7)
pg (>= 0.15.1)
rack (>= 1.5.2)
rack-protection (= 1.5.0)
rack-protection (= 1.5.5)
sinatra (= 1.4.3)
stringex (= 1.5.1)
thin (= 1.5.1)