]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rack-attack from 6.0.0 to 6.1.0 (#11313)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Wed, 17 Jul 2019 23:07:02 +0000 (01:07 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 17 Jul 2019 23:07:02 +0000 (01:07 +0200)
Bumps [rack-attack](https://github.com/kickstarter/rack-attack) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/kickstarter/rack-attack/releases)
- [Changelog](https://github.com/kickstarter/rack-attack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kickstarter/rack-attack/compare/v6.0.0...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index d826733247b8ff3788d8baf2873d8c0dfc9ba8f3..d27e3560cbe7af7c457bebfb6e0d0ddc47c4d70c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -67,7 +67,7 @@ gem 'ox', '~> 2.11'
 gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c'
 gem 'pundit', '~> 2.0'
 gem 'premailer-rails'
-gem 'rack-attack', '~> 6.0'
+gem 'rack-attack', '~> 6.1'
 gem 'rack-cors', '~> 1.0', require: 'rack/cors'
 gem 'rails-i18n', '~> 5.1'
 gem 'rails-settings-cached', '~> 0.6'
index e013c4ec025cd2f662d73983ec2cc4e786086a0c..7be1679b35d4ec87355dc5b94ede0395adfd8600 100644 (file)
@@ -434,7 +434,7 @@ GEM
       activesupport (>= 3.0.0)
     raabro (1.1.6)
     rack (2.0.7)
-    rack-attack (6.0.0)
+    rack-attack (6.1.0)
       rack (>= 1.0, < 3)
     rack-cors (1.0.3)
     rack-protection (2.0.5)
@@ -734,7 +734,7 @@ DEPENDENCIES
   pry-rails (~> 0.3)
   puma (~> 4.0)
   pundit (~> 2.0)
-  rack-attack (~> 6.0)
+  rack-attack (~> 6.1)
   rack-cors (~> 1.0)
   rails (~> 5.2.3)
   rails-controller-testing (~> 1.0)