mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
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:
parent
2559a6cc03
commit
ed0fee32d7
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue