bump pronto, pronto-rubocop, rubocop
This commit is contained in:
parent
f397dea8f7
commit
1ce7c18776
2 changed files with 24 additions and 24 deletions
6
Gemfile
6
Gemfile
|
|
@ -17,9 +17,9 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.37.2"
|
gem "rubocop", "0.38.0"
|
||||||
gem "pronto", "0.5.3"
|
gem "pronto", "0.6.0"
|
||||||
gem "pronto-rubocop", "0.5.3", require: false
|
gem "pronto-rubocop", "0.6.1", require: false
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
|
||||||
42
Gemfile.lock
42
Gemfile.lock
|
|
@ -52,7 +52,7 @@ GEM
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.3.8)
|
addressable (2.4.0)
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
ast (2.2.0)
|
ast (2.2.0)
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
|
|
@ -85,7 +85,7 @@ GEM
|
||||||
fuubar (2.0.0)
|
fuubar (2.0.0)
|
||||||
rspec (~> 3.0)
|
rspec (~> 3.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.4)
|
||||||
gitlab (3.4.0)
|
gitlab (3.6.1)
|
||||||
httparty
|
httparty
|
||||||
terminal-table
|
terminal-table
|
||||||
globalid (0.3.6)
|
globalid (0.3.6)
|
||||||
|
|
@ -146,19 +146,19 @@ GEM
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
nyan-cat-formatter (0.11)
|
nyan-cat-formatter (0.11)
|
||||||
rspec (>= 2.99, >= 2.14.2, < 4)
|
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||||
octokit (4.1.1)
|
octokit (4.3.0)
|
||||||
sawyer (~> 0.6.0, >= 0.5.3)
|
sawyer (~> 0.7.0, >= 0.5.3)
|
||||||
parser (2.3.0.6)
|
parser (2.3.0.6)
|
||||||
ast (~> 2.2)
|
ast (~> 2.2)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.5.3)
|
pronto (0.6.0)
|
||||||
gitlab (~> 3.4.0)
|
gitlab (~> 3.6, >= 3.4.0)
|
||||||
octokit (~> 4.1.0)
|
octokit (~> 4.3, >= 4.1.0)
|
||||||
rugged (~> 0.23.0)
|
rugged (~> 0.24, >= 0.23.0)
|
||||||
thor (~> 0.19.0)
|
thor (~> 0.19.0)
|
||||||
pronto-rubocop (0.5.3)
|
pronto-rubocop (0.6.1)
|
||||||
pronto (~> 0.5.0)
|
pronto (~> 0.6.0)
|
||||||
rubocop (~> 0.37.0)
|
rubocop (~> 0.38, >= 0.35.0)
|
||||||
pry (0.10.3)
|
pry (0.10.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
|
|
@ -223,17 +223,17 @@ GEM
|
||||||
rspec-mocks (~> 3.4.0)
|
rspec-mocks (~> 3.4.0)
|
||||||
rspec-support (~> 3.4.0)
|
rspec-support (~> 3.4.0)
|
||||||
rspec-support (3.4.1)
|
rspec-support (3.4.1)
|
||||||
rubocop (0.37.2)
|
rubocop (0.38.0)
|
||||||
parser (>= 2.3.0.4, < 3.0)
|
parser (>= 2.3.0.6, < 3.0)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 0.3)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.7.5)
|
ruby-progressbar (1.7.5)
|
||||||
rugged (0.23.3)
|
rugged (0.24.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sawyer (0.6.0)
|
sawyer (0.7.0)
|
||||||
addressable (~> 2.3.5)
|
addressable (>= 2.3.5, < 2.5)
|
||||||
faraday (~> 0.8, < 0.10)
|
faraday (~> 0.8, < 0.10)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
simplecov (0.11.2)
|
simplecov (0.11.2)
|
||||||
|
|
@ -266,7 +266,7 @@ GEM
|
||||||
ethon (>= 0.8.0)
|
ethon (>= 0.8.0)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (0.3.1)
|
unicode-display_width (1.0.2)
|
||||||
uuid (2.3.8)
|
uuid (2.3.8)
|
||||||
macaddr (~> 1.0)
|
macaddr (~> 1.0)
|
||||||
valid (1.1.0)
|
valid (1.1.0)
|
||||||
|
|
@ -291,15 +291,15 @@ DEPENDENCIES
|
||||||
guard-rubocop
|
guard-rubocop
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.5.3)
|
pronto (= 0.6.0)
|
||||||
pronto-rubocop (= 0.5.3)
|
pronto-rubocop (= 0.6.1)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
pry-debundle
|
pry-debundle
|
||||||
rspec-collection_matchers (~> 1.1.2)
|
rspec-collection_matchers (~> 1.1.2)
|
||||||
rspec-core (~> 3.4.3)
|
rspec-core (~> 3.4.3)
|
||||||
rspec-rails (~> 3.4.1)
|
rspec-rails (~> 3.4.1)
|
||||||
rubocop (= 0.37.2)
|
rubocop (= 0.38.0)
|
||||||
simplecov (= 0.11.2)
|
simplecov (= 0.11.2)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
spring
|
spring
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue