Skip to content

Commit fff98b5

Browse files
Build(deps-dev): Bump rubocop from 0.92.0 to 1.0.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.92.0 to 1.0.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v0.92.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 845cd03 commit fff98b5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ group :development, :test do
6363
gem 'pry-remote'
6464
gem 'rspec-collection_matchers'
6565
gem 'rspec-rails'
66-
gem 'rubocop', '~> 0.92.0', require: false
66+
gem 'rubocop', '~> 1.0.0', require: false
6767
gem 'rubocop-rails', require: false
6868
gem 'bullet'
6969
end

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ GEM
213213
oauth2 (~> 1.1)
214214
omniauth (~> 1.9)
215215
parallel (1.19.2)
216-
parser (2.7.1.5)
216+
parser (2.7.2.0)
217217
ast (~> 2.4.1)
218218
pg (0.20.0)
219219
pickadate-rails (3.5.6.0)
@@ -279,7 +279,7 @@ GEM
279279
rb-inotify (0.10.1)
280280
ffi (~> 1.0)
281281
redcarpet (3.5.0)
282-
regexp_parser (1.8.1)
282+
regexp_parser (1.8.2)
283283
rexml (3.2.4)
284284
rolify (5.3.0)
285285
rollbar (3.0.1)
@@ -302,16 +302,16 @@ GEM
302302
rspec-mocks (~> 3.9)
303303
rspec-support (~> 3.9)
304304
rspec-support (3.9.3)
305-
rubocop (0.92.0)
305+
rubocop (1.0.0)
306306
parallel (~> 1.10)
307307
parser (>= 2.7.1.5)
308308
rainbow (>= 2.2.2, < 4.0)
309-
regexp_parser (>= 1.7)
309+
regexp_parser (>= 1.8)
310310
rexml
311-
rubocop-ast (>= 0.5.0)
311+
rubocop-ast (>= 0.6.0)
312312
ruby-progressbar (~> 1.7)
313313
unicode-display_width (>= 1.4.0, < 2.0)
314-
rubocop-ast (0.7.1)
314+
rubocop-ast (1.0.1)
315315
parser (>= 2.7.1.5)
316316
rubocop-rails (2.8.1)
317317
activesupport (>= 4.2.0)
@@ -438,7 +438,7 @@ DEPENDENCIES
438438
rollbar
439439
rspec-collection_matchers
440440
rspec-rails
441-
rubocop (~> 0.92.0)
441+
rubocop (~> 1.0.0)
442442
rubocop-rails
443443
sass-rails (~> 5.0.1)
444444
shoulda-matchers (~> 4.3)

0 commit comments

Comments
 (0)