Skip to content

Commit 89f535d

Browse files
authored
Merge pull request alexrudall#199 from alexrudall/dependabot/bundler/rubocop-1.47.0
Bump rubocop from 1.46.0 to 1.47.0
2 parents d74a109 + 030f77a commit 89f535d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.46.0"
10+
gem "rubocop", "~> 1.47.0"
1111
gem "vcr", "~> 6.1.0"
1212
gem "webmock", "~> 3.18.1"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
diff-lcs (>= 1.2.0, < 2.0)
4444
rspec-support (~> 3.12.0)
4545
rspec-support (3.12.0)
46-
rubocop (1.46.0)
46+
rubocop (1.47.0)
4747
json (~> 2.3)
4848
parallel (~> 1.10)
4949
parser (>= 3.2.0.0)
@@ -53,9 +53,9 @@ GEM
5353
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.26.0)
56+
rubocop-ast (1.27.0)
5757
parser (>= 3.2.1.0)
58-
ruby-progressbar (1.11.0)
58+
ruby-progressbar (1.12.0)
5959
unicode-display_width (2.4.2)
6060
vcr (6.1.0)
6161
webmock (3.18.1)
@@ -71,7 +71,7 @@ DEPENDENCIES
7171
dotenv (~> 2.8.1)
7272
rake (~> 13.0)
7373
rspec (~> 3.12)
74-
rubocop (~> 1.46.0)
74+
rubocop (~> 1.47.0)
7575
ruby-openai!
7676
vcr (~> 6.1.0)
7777
webmock (~> 3.18.1)

0 commit comments

Comments
 (0)