Skip to content

Commit 7627972

Browse files
Merge pull request #3257 from beefproject/dependabot/bundler/rubocop-1.70.0
Bump rubocop from 1.69.2 to 1.70.0
2 parents dbff215 + 9dee3f8 commit 7627972

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'rake', '~> 13.2'
2424
gem 'activerecord', '~> 7.2'
2525
gem 'otr-activerecord', '~> 2.5.0'
2626
gem 'sqlite3', '~> 2.5'
27-
gem 'rubocop', '~> 1.69.2', require: false
27+
gem 'rubocop', '~> 1.70.0', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
activerecord (>= 6.0, < 8.1)
116116
parallel (1.26.3)
117117
parseconfig (1.1.2)
118-
parser (3.3.6.0)
118+
parser (3.3.7.0)
119119
ast (~> 2.4.1)
120120
racc
121121
power_assert (2.0.5)
@@ -143,7 +143,7 @@ GEM
143143
rake (13.2.1)
144144
rdoc (6.11.0)
145145
psych (>= 4.0.0)
146-
regexp_parser (2.9.3)
146+
regexp_parser (2.10.0)
147147
reline (0.6.0)
148148
io-console (~> 0.5)
149149
rest-client (2.1.0)
@@ -167,7 +167,7 @@ GEM
167167
diff-lcs (>= 1.2.0, < 2.0)
168168
rspec-support (~> 3.13.0)
169169
rspec-support (3.13.2)
170-
rubocop (1.69.2)
170+
rubocop (1.70.0)
171171
json (~> 2.3)
172172
language_server-protocol (>= 3.17.0)
173173
parallel (~> 1.10)
@@ -234,7 +234,7 @@ GEM
234234
concurrent-ruby (~> 1.0)
235235
uglifier (4.2.1)
236236
execjs (>= 0.3.0, < 3)
237-
unicode-display_width (3.1.2)
237+
unicode-display_width (3.1.4)
238238
unicode-emoji (~> 4.0, >= 4.0.4)
239239
unicode-emoji (4.0.4)
240240
webrick (1.9.1)
@@ -280,7 +280,7 @@ DEPENDENCIES
280280
rdoc (~> 6.11)
281281
rest-client (~> 2.1.0)
282282
rspec (~> 3.13)
283-
rubocop (~> 1.69.2)
283+
rubocop (~> 1.70.0)
284284
rubyzip (~> 2.4)
285285
rushover (~> 0.3.0)
286286
selenium-webdriver (~> 4.27)

0 commit comments

Comments
 (0)