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.
2 parents 1d0ea13 + 9aeb281 commit ae74fdfCopy full SHA for ae74fdf
Gemfile
@@ -6,6 +6,6 @@ gemspec
6
gem "byebug", "~> 11.1.3"
7
gem "rake", "~> 13.0"
8
gem "rspec", "~> 3.10"
9
-gem "rubocop", "~> 1.9.0"
+gem "rubocop", "~> 1.9.1"
10
gem "vcr", "~> 6.0.0"
11
gem "webmock", "~> 3.11.2"
Gemfile.lock
@@ -45,7 +45,7 @@ GEM
45
diff-lcs (>= 1.2.0, < 2.0)
46
rspec-support (~> 3.10.0)
47
rspec-support (3.10.1)
48
- rubocop (1.9.0)
+ rubocop (1.9.1)
49
parallel (~> 1.10)
50
parser (>= 3.0.0.0)
51
rainbow (>= 2.2.2, < 4.0)
@@ -71,7 +71,7 @@ DEPENDENCIES
71
byebug (~> 11.1.3)
72
rake (~> 13.0)
73
rspec (~> 3.10)
74
- rubocop (~> 1.9.0)
+ rubocop (~> 1.9.1)
75
ruby-openai!
76
vcr (~> 6.0.0)
77
webmock (~> 3.11.2)
0 commit comments