We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5be4f commit 6f0d113Copy full SHA for 6f0d113
Gemfile
@@ -5,7 +5,7 @@ source "https://rubygems.org"
5
# Specify your gem's dependencies in langchainrb_rails.gemspec
6
gemspec
7
8
-gem "rake", "~> 13.0"
+gem "rake", "~> 13.1"
9
10
gem "rspec", "~> 3.0"
11
Gemfile.lock
@@ -211,7 +211,7 @@ GEM
211
thor (~> 1.0, >= 1.2.2)
212
zeitwerk (~> 2.6)
213
rainbow (3.1.1)
214
- rake (13.0.6)
+ rake (13.1.0)
215
rb_sys (0.9.82)
216
rdoc (6.6.0)
217
psych (>= 4.0.0)
@@ -296,7 +296,7 @@ DEPENDENCIES
296
langchainrb_rails!
297
pry-byebug (~> 3.10.0)
298
rails (> 6.0.0)
299
- rake (~> 13.0)
+ rake (~> 13.1)
300
rspec (~> 3.0)
301
rubocop
302
standardrb
0 commit comments