Skip to content

Commit ae74fdf

Browse files
authored
Merge pull request alexrudall#26 from alexrudall/dependabot/bundler/rubocop-1.9.1
Bump rubocop from 1.9.0 to 1.9.1
2 parents 1d0ea13 + 9aeb281 commit ae74fdf

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
@@ -6,6 +6,6 @@ gemspec
66
gem "byebug", "~> 11.1.3"
77
gem "rake", "~> 13.0"
88
gem "rspec", "~> 3.10"
9-
gem "rubocop", "~> 1.9.0"
9+
gem "rubocop", "~> 1.9.1"
1010
gem "vcr", "~> 6.0.0"
1111
gem "webmock", "~> 3.11.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ GEM
4545
diff-lcs (>= 1.2.0, < 2.0)
4646
rspec-support (~> 3.10.0)
4747
rspec-support (3.10.1)
48-
rubocop (1.9.0)
48+
rubocop (1.9.1)
4949
parallel (~> 1.10)
5050
parser (>= 3.0.0.0)
5151
rainbow (>= 2.2.2, < 4.0)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
byebug (~> 11.1.3)
7272
rake (~> 13.0)
7373
rspec (~> 3.10)
74-
rubocop (~> 1.9.0)
74+
rubocop (~> 1.9.1)
7575
ruby-openai!
7676
vcr (~> 6.0.0)
7777
webmock (~> 3.11.2)

0 commit comments

Comments
 (0)