Skip to content

Commit 8b85b1f

Browse files
Update rake requirement from ~> 13.1.0 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.1.0...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2ca3aa commit 8b85b1f

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
@@ -13,7 +13,7 @@ group :development do
1313
gem 'commonmarker', '~> 1.0.4', require: false
1414
end
1515
group :test do
16-
gem 'rake', '~> 13.1.0'
16+
gem 'rake', '~> 13.2.1'
1717
gem 'minitest', '~> 5.22.2'
1818
end
1919
end

0 commit comments

Comments
 (0)