Bump pronto and pronto-rubocop

This commit is contained in:
Benjamin Neff 2017-03-02 20:45:57 +01:00
parent 32fe88ada9
commit e72939a37f
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 9 additions and 9 deletions

View file

@ -17,8 +17,8 @@ end
group :development do
# code style
gem "pronto", "0.7.1"
gem "pronto-rubocop", "0.7.0", require: false
gem "pronto", "0.8.1"
gem "pronto-rubocop", "0.8.0", require: false
gem "rubocop", "0.47.1"
# automatic test runs

View file

@ -154,18 +154,18 @@ GEM
rspec (>= 2.99, >= 2.14.2, < 4)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
parser (2.3.3.1)
parser (2.4.0.0)
ast (~> 2.2)
powerpack (0.1.1)
pronto (0.7.1)
pronto (0.8.1)
gitlab (~> 3.6, >= 3.4.0)
httparty (~> 0.13.7)
httparty (>= 0.13.7, < 0.15)
octokit (~> 4.3, >= 4.1.0)
rainbow (~> 2.1)
rugged (~> 0.24, >= 0.23.0)
thor (~> 0.19.0)
pronto-rubocop (0.7.0)
pronto (~> 0.7.0)
pronto-rubocop (0.8.0)
pronto (~> 0.8.0)
rubocop (~> 0.38, >= 0.35.0)
pry (0.10.4)
coderay (~> 1.1.0)
@ -303,8 +303,8 @@ DEPENDENCIES
guard-rubocop
logging-rails (= 0.5.0)
nyan-cat-formatter
pronto (= 0.7.1)
pronto-rubocop (= 0.7.0)
pronto (= 0.8.1)
pronto-rubocop (= 0.8.0)
pry
pry-byebug
rspec-collection_matchers (~> 1.1.2)