mirror of
https://github.com/czhu12/canine.git
synced 2026-05-02 09:30:18 -05:00
Bump pundit from 2.4.0 to 2.5.0
Bumps [pundit](https://github.com/varvet/pundit) from 2.4.0 to 2.5.0. - [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md) - [Commits](https://github.com/varvet/pundit/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pundit dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -72,7 +72,7 @@ gem "name_of_person", github: "basecamp/name_of_person"
|
||||
gem "noticed", "~> 2.6"
|
||||
gem "omniauth-github", "~> 2.0"
|
||||
gem "pretender", "~> 0.3.4"
|
||||
gem "pundit", "~> 2.1"
|
||||
gem "pundit", "~> 2.5"
|
||||
gem "sidekiq", "~> 6.2"
|
||||
gem "sitemap_generator", "~> 6.1"
|
||||
gem "whenever", require: false
|
||||
|
||||
+9
-9
@@ -112,10 +112,10 @@ GEM
|
||||
turbo_power (>= 0.6.0)
|
||||
view_component (>= 3.7.0)
|
||||
zeitwerk (>= 2.6.12)
|
||||
base64 (0.2.0)
|
||||
base64 (0.3.0)
|
||||
bcrypt (3.1.20)
|
||||
benchmark (0.4.0)
|
||||
bigdecimal (3.1.9)
|
||||
benchmark (0.4.1)
|
||||
bigdecimal (3.2.2)
|
||||
bindex (0.8.1)
|
||||
bootsnap (1.18.4)
|
||||
msgpack (~> 1.2)
|
||||
@@ -135,7 +135,7 @@ GEM
|
||||
chunky_png (1.4.0)
|
||||
coderay (1.1.3)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.0)
|
||||
connection_pool (2.5.3)
|
||||
crack (1.0.0)
|
||||
bigdecimal
|
||||
rexml
|
||||
@@ -162,7 +162,7 @@ GEM
|
||||
docile (1.4.1)
|
||||
domain_name (0.6.20240107)
|
||||
dotenv (3.1.4)
|
||||
drb (2.2.1)
|
||||
drb (2.2.3)
|
||||
dry-configurable (1.2.0)
|
||||
dry-core (~> 1.0, < 2)
|
||||
zeitwerk (~> 2.6)
|
||||
@@ -283,7 +283,7 @@ GEM
|
||||
llhttp-ffi (0.5.0)
|
||||
ffi-compiler (~> 1.0)
|
||||
rake (~> 13.0)
|
||||
logger (1.6.6)
|
||||
logger (1.7.0)
|
||||
loofah (2.24.0)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.12.0)
|
||||
@@ -303,7 +303,7 @@ GEM
|
||||
mini_magick (4.13.2)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.8)
|
||||
minitest (5.25.4)
|
||||
minitest (5.25.5)
|
||||
msgpack (1.7.2)
|
||||
multi_json (1.15.0)
|
||||
multi_xml (0.7.1)
|
||||
@@ -393,7 +393,7 @@ GEM
|
||||
public_suffix (6.0.1)
|
||||
puma (6.6.0)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.4.0)
|
||||
pundit (2.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.8.1)
|
||||
@@ -671,7 +671,7 @@ DEPENDENCIES
|
||||
pretender (~> 0.3.4)
|
||||
pry (~> 0.15.2)
|
||||
puma (>= 5.0)
|
||||
pundit (~> 2.1)
|
||||
pundit (~> 2.5)
|
||||
rack (~> 2.2)
|
||||
rails (~> 7.2.2)
|
||||
redcarpet (~> 3.6)
|
||||
|
||||
Reference in New Issue
Block a user