Skip to content

Commit 4317c8a

Browse files
Update rake requirement from ~> 13.2.1 to ~> 13.3.1 (#61)
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.2.1...v13.3.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc6805b commit 4317c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
gemspec
66

7-
gem 'rake', '~> 13.2.1'
7+
gem 'rake', '~> 13.3.1'
88
gem 'rspec', '~> 3.7'
99
gem 'rubocop', '~> 1.76.0'
1010
gem 'rubocop-rspec', '~> 3.5.0'

0 commit comments

Comments
 (0)