pump rubocop and pronto
This commit is contained in:
parent
531bc32504
commit
127d4fa463
2 changed files with 15 additions and 13 deletions
6
Gemfile
6
Gemfile
|
|
@ -17,9 +17,9 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "rubocop", "0.34.2"
|
gem "rubocop", "0.35.1"
|
||||||
gem "pronto", "0.4.3"
|
gem "pronto", "0.5.3"
|
||||||
gem "pronto-rubocop", "0.4.7", require: false
|
gem "pronto-rubocop", "0.5.0", require: false
|
||||||
|
|
||||||
# debugging
|
# debugging
|
||||||
gem "pry"
|
gem "pry"
|
||||||
|
|
|
||||||
22
Gemfile.lock
22
Gemfile.lock
|
|
@ -149,14 +149,14 @@ GEM
|
||||||
parser (2.2.3.0)
|
parser (2.2.3.0)
|
||||||
ast (>= 1.1, < 3.0)
|
ast (>= 1.1, < 3.0)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.4.3)
|
pronto (0.5.3)
|
||||||
gitlab (~> 3.4.0)
|
gitlab (~> 3.4.0)
|
||||||
octokit (~> 4.1.0)
|
octokit (~> 4.1.0)
|
||||||
rugged (~> 0.23.0)
|
rugged (~> 0.23.0)
|
||||||
thor (~> 0.19.0)
|
thor (~> 0.19.0)
|
||||||
pronto-rubocop (0.4.7)
|
pronto-rubocop (0.5.0)
|
||||||
pronto (~> 0.4.0)
|
pronto (~> 0.5.0)
|
||||||
rubocop (~> 0.34.0)
|
rubocop (~> 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)
|
||||||
|
|
@ -221,12 +221,13 @@ GEM
|
||||||
rspec-mocks (~> 3.3.0)
|
rspec-mocks (~> 3.3.0)
|
||||||
rspec-support (~> 3.3.0)
|
rspec-support (~> 3.3.0)
|
||||||
rspec-support (3.3.0)
|
rspec-support (3.3.0)
|
||||||
rubocop (0.34.2)
|
rubocop (0.35.1)
|
||||||
astrolabe (~> 1.3)
|
astrolabe (~> 1.3)
|
||||||
parser (>= 2.2.2.5, < 3.0)
|
parser (>= 2.2.3.0, < 3.0)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.7)
|
||||||
|
tins (<= 1.6.0)
|
||||||
ruby-progressbar (1.7.5)
|
ruby-progressbar (1.7.5)
|
||||||
rugged (0.23.3)
|
rugged (0.23.3)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
|
|
@ -259,6 +260,7 @@ GEM
|
||||||
terminal-table (1.5.2)
|
terminal-table (1.5.2)
|
||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
|
tins (1.6.0)
|
||||||
typhoeus (0.8.0)
|
typhoeus (0.8.0)
|
||||||
ethon (>= 0.8.0)
|
ethon (>= 0.8.0)
|
||||||
tzinfo (1.2.2)
|
tzinfo (1.2.2)
|
||||||
|
|
@ -286,14 +288,14 @@ DEPENDENCIES
|
||||||
guard-rspec
|
guard-rspec
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.4.3)
|
pronto (= 0.5.3)
|
||||||
pronto-rubocop (= 0.4.7)
|
pronto-rubocop (= 0.5.0)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
pry-debundle
|
pry-debundle
|
||||||
rspec-collection_matchers (~> 1.1.2)
|
rspec-collection_matchers (~> 1.1.2)
|
||||||
rspec-rails (~> 3.3.2)
|
rspec-rails (~> 3.3.2)
|
||||||
rubocop (= 0.34.2)
|
rubocop (= 0.35.1)
|
||||||
simplecov (= 0.10.0)
|
simplecov (= 0.10.0)
|
||||||
simplecov-rcov (= 0.2.3)
|
simplecov-rcov (= 0.2.3)
|
||||||
spring
|
spring
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue