Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Bump rubocop from 0.67.2 to 0.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and buren committed May 10, 2019
1 parent 5a4662b commit dc89d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ group :development, :test, :docs do
gem 'immigrant', '~> 0.3'
gem 'rspec-rails', '~> 3.8'
gem 'rspec_junit_formatter', '~> 0.4'
gem 'rubocop', '~> 0.67', require: false
gem 'rubocop', '~> 0.68', require: false
end

group :development do
Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -554,11 +554,10 @@ GEM
mimemagic (~> 0.3.0)
terrapin (~> 0.6.0)
parallel (1.17.0)
parser (2.6.2.1)
parser (2.6.3.0)
ast (~> 2.4.0)
personnummer (0.1.0)
pg (1.1.4)
psych (3.1.0)
public_suffix (3.0.3)
puma (3.12.1)
pundit (2.0.1)
Expand Down Expand Up @@ -668,11 +667,10 @@ GEM
rspec-support (3.8.0)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.67.2)
rubocop (0.68.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.6)
Expand Down Expand Up @@ -845,7 +843,7 @@ DEPENDENCIES
rspec-activemodel-mocks (~> 1.1)
rspec-rails (~> 3.8)
rspec_junit_formatter (~> 0.4)
rubocop (~> 0.67)
rubocop (~> 0.68)
sidekiq (< 6)
simplecov (~> 0.16)
spring (~> 2.0)
Expand Down

0 comments on commit dc89d83

Please sign in to comment.