Skip to content

Commit 28d0397

Browse files
authored
Merge pull request alexrudall#195 from alexrudall/dependabot/bundler/rubocop-1.46.0
Bump rubocop from 1.45.1 to 1.46.0
2 parents c29472d + 84b7cb5 commit 28d0397

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ gem "byebug", "~> 11.1.3"
77
gem "dotenv", "~> 2.8.1"
88
gem "rake", "~> 13.0"
99
gem "rspec", "~> 3.12"
10-
gem "rubocop", "~> 1.45.1"
10+
gem "rubocop", "~> 1.46.0"
1111
gem "vcr", "~> 6.1.0"
1212
gem "webmock", "~> 3.18.1"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
mini_mime (1.1.2)
2424
multi_xml (0.6.0)
2525
parallel (1.22.1)
26-
parser (3.2.0.0)
26+
parser (3.2.1.0)
2727
ast (~> 2.4.1)
2828
public_suffix (5.0.1)
2929
rainbow (3.1.1)
@@ -43,18 +43,18 @@ GEM
4343
diff-lcs (>= 1.2.0, < 2.0)
4444
rspec-support (~> 3.12.0)
4545
rspec-support (3.12.0)
46-
rubocop (1.45.1)
46+
rubocop (1.46.0)
4747
json (~> 2.3)
4848
parallel (~> 1.10)
4949
parser (>= 3.2.0.0)
5050
rainbow (>= 2.2.2, < 4.0)
5151
regexp_parser (>= 1.8, < 3.0)
5252
rexml (>= 3.2.5, < 4.0)
53-
rubocop-ast (>= 1.24.1, < 2.0)
53+
rubocop-ast (>= 1.26.0, < 2.0)
5454
ruby-progressbar (~> 1.7)
5555
unicode-display_width (>= 2.4.0, < 3.0)
56-
rubocop-ast (1.24.1)
57-
parser (>= 3.1.1.0)
56+
rubocop-ast (1.26.0)
57+
parser (>= 3.2.1.0)
5858
ruby-progressbar (1.11.0)
5959
unicode-display_width (2.4.2)
6060
vcr (6.1.0)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
dotenv (~> 2.8.1)
7272
rake (~> 13.0)
7373
rspec (~> 3.12)
74-
rubocop (~> 1.45.1)
74+
rubocop (~> 1.46.0)
7575
ruby-openai!
7676
vcr (~> 6.1.0)
7777
webmock (~> 3.18.1)

0 commit comments

Comments
 (0)