Skip to content

Commit

Permalink
Bump rake from 13.0.6 to 13.1.0 (#222)
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 3, 2023
1 parent c254865 commit c038597
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 @@ -9,7 +9,7 @@ group :development do
gem 'database_cleaner-redis', '~> 2.0'
gem 'debug'
gem 'fakeredis', '~> 0.9'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'
gem 'redis', '~> 4.8'
gem 'rspec', '~> 3.12'
gem 'rubocop', '~> 1.57.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
racc
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
redis (4.8.1)
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ DEPENDENCIES
database_cleaner-redis (~> 2.0)
debug
fakeredis (~> 0.9)
rake (~> 13.0)
rake (~> 13.1)
redis (~> 4.8)
rspec (~> 3.12)
rubocop (~> 1.57.1)
Expand Down

0 comments on commit c038597

Please sign in to comment.