Skip to content

Commit 799a322

Browse files
Update rake requirement from ~> 13.0.1 to ~> 13.2.1
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.0.1...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76c3454 commit 799a322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'berkshelf'
66

77
group :style do
88
gem 'cookstyle', '~> 7.25.9'
9-
gem 'rake', '~> 13.0.1'
9+
gem 'rake', '~> 13.2.1'
1010
gem 'rubocop', '~> 1.22.3'
1111
gem 'rubocop-gitlab-security', '~> 0.1.1'
1212
end

0 commit comments

Comments
 (0)