Skip to content

Commit 6f0d113

Browse files
dependabot[bot]andreibondarev
authored andcommitted
Bump rake from 13.0.6 to 13.1.0
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] <[email protected]>
1 parent 2f5be4f commit 6f0d113

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in langchainrb_rails.gemspec
66
gemspec
77

8-
gem "rake", "~> 13.0"
8+
gem "rake", "~> 13.1"
99

1010
gem "rspec", "~> 3.0"
1111

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ GEM
211211
thor (~> 1.0, >= 1.2.2)
212212
zeitwerk (~> 2.6)
213213
rainbow (3.1.1)
214-
rake (13.0.6)
214+
rake (13.1.0)
215215
rb_sys (0.9.82)
216216
rdoc (6.6.0)
217217
psych (>= 4.0.0)
@@ -296,7 +296,7 @@ DEPENDENCIES
296296
langchainrb_rails!
297297
pry-byebug (~> 3.10.0)
298298
rails (> 6.0.0)
299-
rake (~> 13.0)
299+
rake (~> 13.1)
300300
rspec (~> 3.0)
301301
rubocop
302302
standardrb

0 commit comments

Comments
 (0)