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 f916ebd commit ce86fbaCopy full SHA for ce86fba
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.1"
+gem "rake", "~> 13.2"
9
10
gem "rspec", "~> 3.13"
11
Gemfile.lock
@@ -212,7 +212,7 @@ GEM
212
thor (~> 1.0, >= 1.2.2)
213
zeitwerk (~> 2.6)
214
rainbow (3.1.1)
215
- rake (13.1.0)
+ rake (13.2.1)
216
rb_sys (0.9.90)
217
rdoc (6.6.3.1)
218
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.1)
+ rake (~> 13.2)
300
rspec (~> 3.13)
301
rubocop
302
standardrb
0 commit comments