Skip to content

Commit

Permalink
Merge pull request #160 from pundit-community/dependabot/bundler/rake…
Browse files Browse the repository at this point in the history
…-13.2.1

Bump rake from 13.1.0 to 13.2.1
  • Loading branch information
tagliala authored Apr 8, 2024
2 parents 41dea63 + cd2bf00 commit 3015ef4
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 @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

gem 'bundler', '~> 2.4'
gem 'rake', '~> 13.1'
gem 'rake', '~> 13.2'
gem 'rubocop', '~> 1.62', require: false
gem 'rubocop-packaging', '~> 0.5.2', require: false
gem 'rubocop-performance', '~> 1.21', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec-core (3.13.0)
Expand Down Expand Up @@ -80,7 +80,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.4)
pundit-matchers!
rake (~> 13.1)
rake (~> 13.2)
rubocop (~> 1.62)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.21)
Expand Down

0 comments on commit 3015ef4

Please sign in to comment.