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