]> cat aescling's git repositories - mastodon.git/commitdiff
Bump pundit from 2.0.1 to 2.1.0 (#11613)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Mon, 19 Aug 2019 13:36:45 +0000 (22:36 +0900)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 19 Aug 2019 13:36:45 +0000 (22:36 +0900)
Bumps [pundit](https://github.com/varvet/pundit) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/varvet/pundit/releases)
- [Changelog](https://github.com/varvet/pundit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/varvet/pundit/commits)

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

diff --git a/Gemfile b/Gemfile
index 834378a37c537e2fe3cd8c9235777350646e3d05..7946ff4989bcaaa18c0e9e209f6ada440a1c3043 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -66,7 +66,7 @@ gem 'ostatus2', '~> 2.0'
 gem 'ox', '~> 2.11'
 gem 'parslet'
 gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c'
-gem 'pundit', '~> 2.0'
+gem 'pundit', '~> 2.1'
 gem 'premailer-rails'
 gem 'rack-attack', '~> 6.1'
 gem 'rack-cors', '~> 1.0', require: 'rack/cors'
index 9f8748a917bb28025f020228be2ef1c6ad9b6086..65d0d0f3985eff37586b12f3c8bf25494bfdb637 100644 (file)
@@ -443,7 +443,7 @@ GEM
     public_suffix (3.1.1)
     puma (4.1.0)
       nio4r (~> 2.0)
-    pundit (2.0.1)
+    pundit (2.1.0)
       activesupport (>= 3.0.0)
     raabro (1.1.6)
     rack (2.0.7)
@@ -747,7 +747,7 @@ DEPENDENCIES
   pry-byebug (~> 3.7)
   pry-rails (~> 0.3)
   puma (~> 4.1)
-  pundit (~> 2.0)
+  pundit (~> 2.1)
   rack-attack (~> 6.1)
   rack-cors (~> 1.0)
   rails (~> 5.2.3)