Skip to content

Commit

Permalink
Bump pundit from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [pundit](https://github.com/varvet/pundit) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/varvet/pundit/releases)
- [Changelog](https://github.com/varvet/pundit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/varvet/pundit/commits)

---
updated-dependencies:
- dependency-name: pundit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent f123285 commit 0168117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'rack-brotli'
gem 'sassc-rails', '~> 2.1.2'
gem 'uglifier', '>= 1.3.0'
gem 'oj', '~> 3.13'
gem 'pundit', '~> 2.2.0'
gem 'pundit', '~> 2.3.0'
gem 'google-apis-sheets_v4'
gem 'addressable', '~> 2.8'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
memoist (0.16.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
minitest (5.17.0)
mono_logger (1.1.1)
msgpack (1.6.0)
multi_json (1.15.0)
Expand Down Expand Up @@ -212,7 +212,7 @@ GEM
public_suffix (5.0.0)
puma (6.0.1)
nio4r (~> 2.0)
pundit (2.2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
racc (1.6.1)
rack (2.2.4)
Expand Down Expand Up @@ -391,7 +391,7 @@ DEPENDENCIES
postmark-rails
pry-rails
puma (~> 6.0)
pundit (~> 2.2.0)
pundit (~> 2.3.0)
rack-brotli
rack-cors
rails (~> 7.0.4)
Expand Down

0 comments on commit 0168117

Please sign in to comment.