Update Gemfile.lock
This commit is contained in:
parent
7533f6994e
commit
5db72c0235
1 changed files with 14 additions and 16 deletions
30
Gemfile.lock
30
Gemfile.lock
|
@ -6,25 +6,24 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
ast (2.3.0)
|
ast (2.4.0)
|
||||||
byebug (9.0.6)
|
byebug (10.0.2)
|
||||||
coderay (1.1.1)
|
coderay (1.1.2)
|
||||||
curses (1.2.3)
|
curses (1.2.4)
|
||||||
method_source (0.8.2)
|
method_source (0.9.0)
|
||||||
parallel (1.11.2)
|
parallel (1.12.1)
|
||||||
parser (2.4.0.0)
|
parser (2.5.0.5)
|
||||||
ast (~> 2.2)
|
ast (~> 2.4.0)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pry (0.10.4)
|
pry (0.11.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.9.0)
|
||||||
slop (~> 3.4)
|
pry-byebug (3.6.0)
|
||||||
pry-byebug (3.4.2)
|
byebug (~> 10.0)
|
||||||
byebug (~> 9.0)
|
|
||||||
pry (~> 0.10)
|
pry (~> 0.10)
|
||||||
rainbow (2.2.2)
|
rainbow (2.2.2)
|
||||||
rake
|
rake
|
||||||
rake (12.0.0)
|
rake (12.3.1)
|
||||||
rubocop (0.49.1)
|
rubocop (0.49.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.3.3.1, < 3.0)
|
parser (>= 2.3.3.1, < 3.0)
|
||||||
|
@ -32,8 +31,7 @@ GEM
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.9.0)
|
||||||
slop (3.6.0)
|
|
||||||
unicode-display_width (1.3.0)
|
unicode-display_width (1.3.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
Reference in a new issue