]> cat aescling's git repositories - mastodon.git/commitdiff
Bump pundit from 1.1.0 to 2.0.0 (#8873)
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>
Fri, 12 Oct 2018 20:48:16 +0000 (22:48 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 12 Oct 2018 20:48:16 +0000 (22:48 +0200)
Bumps [pundit](https://github.com/varvet/pundit) from 1.1.0 to 2.0.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/compare/v1.1.0...v2.0.0)

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

diff --git a/Gemfile b/Gemfile
index 9cee35e4a5cb5f3a1ea4012491d09bafe11c8b10..0e50dce218a274b6fbf52541c04306df5012232e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -63,7 +63,7 @@ gem 'oj', '~> 3.6'
 gem 'ostatus2', '~> 2.0'
 gem 'ox', '~> 2.10'
 gem 'posix-spawn', git: 'https://github.com/rtomayko/posix-spawn', ref: '58465d2e213991f8afb13b984854a49fcdcc980c'
-gem 'pundit', '~> 1.1'
+gem 'pundit', '~> 2.0'
 gem 'premailer-rails'
 gem 'rack-attack', '~> 5.4'
 gem 'rack-cors', '~> 1.0', require: 'rack/cors'
index 3245c2d286f63d9c8f2fc75a8d081845811c4787..024d3c68719ff4569dc8aa12d035217374061381 100644 (file)
@@ -415,7 +415,7 @@ GEM
       pry (>= 0.10.4)
     public_suffix (3.0.3)
     puma (3.12.0)
-    pundit (1.1.0)
+    pundit (2.0.0)
       activesupport (>= 3.0.0)
     raabro (1.1.6)
     rack (2.0.5)
@@ -724,7 +724,7 @@ DEPENDENCIES
   pry-byebug (~> 3.6)
   pry-rails (~> 0.3)
   puma (~> 3.12)
-  pundit (~> 1.1)
+  pundit (~> 2.0)
   rack-attack (~> 5.4)
   rack-cors (~> 1.0)
   rails (~> 5.2.1)