Skip to content

Commit

Permalink
Bump rake from 13.0.6 to 13.1.0
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.1.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent e3ec1a2 commit ccb9c0f
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 @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'pry-byebug', '~> 3.10'
gem 'rake', '~> 13.0.6'
gem 'rake', '~> 13.1.0'
gem 'redcarpet', '~> 3.6.0'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.57.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
pry (>= 0.13, < 0.15)
racc (1.7.2)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rbi (0.0.17)
ast
parser (>= 3.0.0)
Expand Down Expand Up @@ -126,7 +126,7 @@ PLATFORMS

DEPENDENCIES
pry-byebug (~> 3.10)
rake (~> 13.0.6)
rake (~> 13.1.0)
redcarpet (~> 3.6.0)
rspec (~> 3.12.0)
rubocop (~> 1.57.2)
Expand Down

0 comments on commit ccb9c0f

Please sign in to comment.