Skip to content

Commit ce86fba

Browse files
Bump rake from 13.1.0 to 13.2.1 (#64)
Bumps [rake](https://github.com/ruby/rake) from 13.1.0 to 13.2.1. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.1.0...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f916ebd commit ce86fba

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.1"
8+
gem "rake", "~> 13.2"
99

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ GEM
212212
thor (~> 1.0, >= 1.2.2)
213213
zeitwerk (~> 2.6)
214214
rainbow (3.1.1)
215-
rake (13.1.0)
215+
rake (13.2.1)
216216
rb_sys (0.9.90)
217217
rdoc (6.6.3.1)
218218
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.1)
299+
rake (~> 13.2)
300300
rspec (~> 3.13)
301301
rubocop
302302
standardrb

0 commit comments

Comments
 (0)