Skip to content

Commit 9027aa7

Browse files
Update rake requirement from ~> 13.1.0 to ~> 13.2.1 (#543)
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.1.0...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31f9fad commit 9027aa7

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
@@ -9,7 +9,7 @@ gem "allure-ruby-commons", path: "allure-ruby-commons"
99
group :development do
1010
gem "colorize", "~> 1.1.0"
1111
gem "debug", "~> 1.8"
12-
gem "rake", "~> 13.1.0"
12+
gem "rake", "~> 13.2.1"
1313
gem "semver2", "~> 3.4"
1414
gem "solargraph", "~> 0.50.0"
1515
end

0 commit comments

Comments
 (0)