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 Oct 30, 2023
1 parent 732cc97 commit 6566b4d
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,6 +6,6 @@ source 'https://rubygems.org'
gemspec

gem 'activerecord', '~> 6.0'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'
gem 'rspec', '~> 3.0'
gem 'vcr', '~> 6.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
dry-struct (~> 1.6.0)
dry-validation (~> 1.10.0)
httparty (~> 0.21.0)
rake (13.0.6)
rake (13.1.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -109,7 +109,7 @@ PLATFORMS
DEPENDENCIES
active_pinecone!
activerecord (~> 6.0)
rake (~> 13.0)
rake (~> 13.1)
rspec (~> 3.0)
vcr (~> 6.0)

Expand Down

0 comments on commit 6566b4d

Please sign in to comment.