Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rubocop-0d30e6d2e4
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Sep 16, 2024
2 parents 0643454 + 44421ad commit 55508a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ gem 'mail_form', '~> 1.10.1'
gem 'mail', '~> 2.8.1'

# authorization
gem 'pundit', '~> 2.3.2'
gem 'pundit', '~> 2.4.0'

# impersonate users
gem 'pretender', '~> 0.5.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ GEM
public_suffix (5.1.1)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.2)
pundit (2.4.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (2.2.9)
Expand Down Expand Up @@ -617,7 +617,7 @@ DEPENDENCIES
premailer-rails (~> 1.12.0)
pretender (~> 0.5.0)
puma (~> 6.4.2)
pundit (~> 2.3.2)
pundit (~> 2.4.0)
rack-mini-profiler (~> 3.3.1)
rails (~> 7.2.1)
rails-controller-testing (~> 1.0.5)
Expand Down

0 comments on commit 55508a1

Please sign in to comment.