bump pronto

This commit is contained in:
Benjamin Neff 2016-08-19 03:11:03 +02:00
parent 7314374132
commit 223552dfc4
2 changed files with 13 additions and 10 deletions

View file

@ -18,8 +18,8 @@ end
group :development do
# code style
gem "rubocop", "0.42.0"
gem "pronto", "0.6.0"
gem "pronto-rubocop", "0.6.2", require: false
gem "pronto", "0.7.0"
gem "pronto-rubocop", "0.7.0", require: false
# automatic test runs
gem "guard-rspec", require: false

View file

@ -85,8 +85,8 @@ GEM
fuubar (2.1.1)
rspec (~> 3.0)
ruby-progressbar (~> 1.4)
gitlab (3.6.1)
httparty
gitlab (3.7.0)
httparty (~> 0.13.0)
terminal-table
globalid (0.3.7)
activesupport (>= 4.1.0)
@ -108,7 +108,8 @@ GEM
guard (~> 2.0)
rubocop (~> 0.20)
hashdiff (0.3.0)
httparty (0.14.0)
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.7.0)
json (1.8.3)
@ -153,13 +154,15 @@ GEM
ast (~> 2.2)
pkg-config (1.1.7)
powerpack (0.1.1)
pronto (0.6.0)
pronto (0.7.0)
gitlab (~> 3.6, >= 3.4.0)
httparty (~> 0.13.7)
octokit (~> 4.3, >= 4.1.0)
rainbow (~> 2.1)
rugged (~> 0.24, >= 0.23.0)
thor (~> 0.19.0)
pronto-rubocop (0.6.2)
pronto (~> 0.6.0)
pronto-rubocop (0.7.0)
pronto (~> 0.7.0)
rubocop (~> 0.38, >= 0.35.0)
pry (0.10.4)
coderay (~> 1.1.0)
@ -292,8 +295,8 @@ DEPENDENCIES
guard-rubocop
logging-rails (= 0.5.0)
nyan-cat-formatter
pronto (= 0.6.0)
pronto-rubocop (= 0.6.2)
pronto (= 0.7.0)
pronto-rubocop (= 0.7.0)
pry
pry-byebug
rspec-collection_matchers (~> 1.1.2)