Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Bump rubocop from 0.13.1 to 1.50.2 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 23 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
GEM
remote: http://rubygems.org/
specs:
ast (1.1.0)
ast (2.4.2)
atomic (1.1.101)
avl_tree (1.2.1)
atomic (~> 1.1)
Expand Down Expand Up @@ -50,6 +50,7 @@ GEM
ffi (1.15.5)
hitimes (1.3.1)
http_parser.rb (0.5.3)
json (2.6.3)
method_source (0.8.2)
metriks (0.9.9.8)
atomic (~> 1.0)
Expand All @@ -62,17 +63,15 @@ GEM
ruby2_keywords (~> 0.0.1)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
parallel (1.4.1)
parser (2.0.0.pre8)
ast (~> 1.1)
slop (~> 3.4, >= 3.4.5)
parallel (1.23.0)
parser (3.2.2.0)
ast (~> 2.4.1)
poltergeist (1.0.3)
capybara (~> 1.1)
childprocess (~> 0.3)
faye-websocket (~> 0.4.4)
http_parser.rb (~> 0.5.3)
multi_json (~> 1.0)
powerpack (0.0.8)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand All @@ -85,9 +84,11 @@ GEM
rack
rack-test (0.6.2)
rack (>= 1.0)
rainbow (1.1.4)
rainbow (3.1.1)
rake (10.1.0)
redis (4.4.0)
regexp_parser (2.8.0)
rexml (3.2.5)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -98,10 +99,19 @@ GEM
rspec-fire (1.2.0)
rspec (~> 2.11)
rspec-mocks (2.14.3)
rubocop (0.13.1)
parser (~> 2.0.0.pre6)
powerpack (~> 0.0.6)
rainbow (>= 1.1.4)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (0.9.9)
rusage (0.2.0)
Expand All @@ -119,7 +129,7 @@ GEM
rack (~> 2.2)
rack-protection (= 2.2.0)
tilt (~> 2.0)
slop (3.4.6)
slop (3.6.0)
statsd-ruby (1.5.0)
thin (1.7.0)
daemons (~> 1.0, >= 1.0.9)
Expand All @@ -128,6 +138,7 @@ GEM
thor (0.20.3)
tilt (2.0.10)
timecop (0.9.5)
unicode-display_width (2.4.2)
vegas (0.1.11)
rack (>= 1.0.0)
websocket (1.0.7)
Expand Down