Skip to content

Commit

Permalink
Merge pull request #22 from patterns-ai-core/dependabot/bundler/rake-…
Browse files Browse the repository at this point in the history
…13.2.1

Bump rake from 13.0.6 to 13.2.1
  • Loading branch information
andreibondarev authored Oct 28, 2024
2 parents 8f941b1 + 7b6e74d commit 9a78153
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 @@ -5,7 +5,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in qdrant.gemspec
gemspec

gem "rake", "~> 13.0"
gem "rake", "~> 13.2"

gem "rspec", "~> 3.0"
gem "standard", "~> 1.28.5"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
pry (>= 0.13, < 0.15)
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.9)
rspec (3.11.0)
Expand Down Expand Up @@ -89,7 +89,7 @@ PLATFORMS
DEPENDENCIES
pry-byebug (~> 3.9)
qdrant-ruby!
rake (~> 13.0)
rake (~> 13.2)
rspec (~> 3.0)
standard (~> 1.28.5)

Expand Down

0 comments on commit 9a78153

Please sign in to comment.