Bump pronto and pronto-rubocop
This commit is contained in:
parent
f08db93d74
commit
c2bf685f81
2 changed files with 15 additions and 16 deletions
4
Gemfile
4
Gemfile
|
|
@ -17,8 +17,8 @@ end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# code style
|
# code style
|
||||||
gem "pronto", "0.8.2", require: false
|
gem "pronto", "0.9.1", require: false
|
||||||
gem "pronto-rubocop", "0.8.1", require: false
|
gem "pronto-rubocop", "0.9.0", require: false
|
||||||
gem "rubocop", "0.48.1", require: false
|
gem "rubocop", "0.48.1", require: false
|
||||||
|
|
||||||
# automatic test runs
|
# automatic test runs
|
||||||
|
|
|
||||||
27
Gemfile.lock
27
Gemfile.lock
|
|
@ -63,9 +63,9 @@ GEM
|
||||||
fuubar (2.2.0)
|
fuubar (2.2.0)
|
||||||
rspec-core (~> 3.0)
|
rspec-core (~> 3.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.4)
|
||||||
gitlab (3.7.0)
|
gitlab (4.0.0)
|
||||||
httparty (~> 0.13.0)
|
httparty
|
||||||
terminal-table
|
terminal-table (= 1.7.1)
|
||||||
guard (2.14.1)
|
guard (2.14.1)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (>= 2.7, < 4.0)
|
listen (>= 2.7, < 4.0)
|
||||||
|
|
@ -84,11 +84,10 @@ GEM
|
||||||
guard (~> 2.0)
|
guard (~> 2.0)
|
||||||
rubocop (~> 0.20)
|
rubocop (~> 0.20)
|
||||||
hashdiff (0.3.2)
|
hashdiff (0.3.2)
|
||||||
httparty (0.13.7)
|
httparty (0.14.0)
|
||||||
json (~> 1.8)
|
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (0.8.1)
|
i18n (0.8.1)
|
||||||
json (1.8.6)
|
json (2.1.0)
|
||||||
json-schema (2.8.0)
|
json-schema (2.8.0)
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
json-schema-rspec (0.0.4)
|
json-schema-rspec (0.0.4)
|
||||||
|
|
@ -121,15 +120,15 @@ GEM
|
||||||
parser (2.4.0.0)
|
parser (2.4.0.0)
|
||||||
ast (~> 2.2)
|
ast (~> 2.2)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.8.2)
|
pronto (0.9.1)
|
||||||
gitlab (~> 3.6, >= 3.4.0)
|
gitlab (~> 4.0, >= 4.0.0)
|
||||||
httparty (>= 0.13.7, < 0.15)
|
httparty (>= 0.13.7, < 0.15)
|
||||||
octokit (~> 4.3, >= 4.1.0)
|
octokit (~> 4.7, >= 4.7.0)
|
||||||
rainbow (~> 2.1)
|
rainbow (~> 2.1)
|
||||||
rugged (~> 0.24, >= 0.23.0)
|
rugged (~> 0.24, >= 0.23.0)
|
||||||
thor (~> 0.19.0)
|
thor (~> 0.19.0)
|
||||||
pronto-rubocop (0.8.1)
|
pronto-rubocop (0.9.0)
|
||||||
pronto (~> 0.8.0)
|
pronto (~> 0.9.0)
|
||||||
rubocop (~> 0.38, >= 0.35.0)
|
rubocop (~> 0.38, >= 0.35.0)
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
|
|
@ -213,7 +212,7 @@ GEM
|
||||||
listen (>= 2.7, < 4.0)
|
listen (>= 2.7, < 4.0)
|
||||||
spring (>= 1.2, < 3.0)
|
spring (>= 1.2, < 3.0)
|
||||||
systemu (2.6.5)
|
systemu (2.6.5)
|
||||||
terminal-table (1.7.3)
|
terminal-table (1.7.1)
|
||||||
unicode-display_width (~> 1.1.1)
|
unicode-display_width (~> 1.1.1)
|
||||||
thor (0.19.4)
|
thor (0.19.4)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
|
|
@ -245,8 +244,8 @@ DEPENDENCIES
|
||||||
guard-rubocop
|
guard-rubocop
|
||||||
json-schema-rspec (= 0.0.4)
|
json-schema-rspec (= 0.0.4)
|
||||||
nyan-cat-formatter
|
nyan-cat-formatter
|
||||||
pronto (= 0.8.2)
|
pronto (= 0.9.1)
|
||||||
pronto-rubocop (= 0.8.1)
|
pronto-rubocop (= 0.9.0)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
rake
|
rake
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue