Bump pronto and pronto-rubocop

This commit is contained in:
Benjamin Neff 2017-04-24 22:30:35 +02:00
parent f08db93d74
commit c2bf685f81
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 15 additions and 16 deletions

View file

@ -17,8 +17,8 @@ end
group :development do
# code style
gem "pronto", "0.8.2", require: false
gem "pronto-rubocop", "0.8.1", require: false
gem "pronto", "0.9.1", require: false
gem "pronto-rubocop", "0.9.0", require: false
gem "rubocop", "0.48.1", require: false
# automatic test runs

View file

@ -63,9 +63,9 @@ GEM
fuubar (2.2.0)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
gitlab (3.7.0)
httparty (~> 0.13.0)
terminal-table
gitlab (4.0.0)
httparty
terminal-table (= 1.7.1)
guard (2.14.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
@ -84,11 +84,10 @@ GEM
guard (~> 2.0)
rubocop (~> 0.20)
hashdiff (0.3.2)
httparty (0.13.7)
json (~> 1.8)
httparty (0.14.0)
multi_xml (>= 0.5.2)
i18n (0.8.1)
json (1.8.6)
json (2.1.0)
json-schema (2.8.0)
addressable (>= 2.4)
json-schema-rspec (0.0.4)
@ -121,15 +120,15 @@ GEM
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
pronto (0.8.2)
gitlab (~> 3.6, >= 3.4.0)
pronto (0.9.1)
gitlab (~> 4.0, >= 4.0.0)
httparty (>= 0.13.7, < 0.15)
octokit (~> 4.3, >= 4.1.0)
octokit (~> 4.7, >= 4.7.0)
rainbow (~> 2.1)
rugged (~> 0.24, >= 0.23.0)
thor (~> 0.19.0)
pronto-rubocop (0.8.1)
pronto (~> 0.8.0)
pronto-rubocop (0.9.0)
pronto (~> 0.9.0)
rubocop (~> 0.38, >= 0.35.0)
pry (0.10.4)
coderay (~> 1.1.0)
@ -213,7 +212,7 @@ GEM
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
systemu (2.6.5)
terminal-table (1.7.3)
terminal-table (1.7.1)
unicode-display_width (~> 1.1.1)
thor (0.19.4)
thread_safe (0.3.6)
@ -245,8 +244,8 @@ DEPENDENCIES
guard-rubocop
json-schema-rspec (= 0.0.4)
nyan-cat-formatter
pronto (= 0.8.2)
pronto-rubocop (= 0.8.1)
pronto (= 0.9.1)
pronto-rubocop (= 0.9.0)
pry
pry-byebug
rake