bump pronto

This commit is contained in:
Jonne Haß 2015-12-10 18:18:22 +01:00 committed by Dennis Schubert
parent 9dca1785c2
commit 39e445cc38
2 changed files with 23 additions and 23 deletions

12
Gemfile
View file

@ -239,13 +239,13 @@ group :development do
# Linters
gem "jshintrb", "0.3.0"
gem "rubocop", "0.34.2"
gem "rubocop", "0.35.1"
gem "haml_lint", "0.15.2"
gem "pronto", "0.4.3"
gem "pronto-jshint", "0.4.2"
gem "pronto-rubocop", "0.4.7"
gem "pronto-haml", "0.4.4"
gem "pronto-scss", "0.4.7", require: false
gem "pronto", "0.5.3"
gem "pronto-jshint", "0.5.0"
gem "pronto-rubocop", "0.5.0"
gem "pronto-haml", "0.5.0"
gem "pronto-scss", "0.5.0", require: false
# Preloading environment

View file

@ -510,23 +510,23 @@ GEM
pg (0.18.3)
phantomjs (1.9.8.0)
powerpack (0.1.1)
pronto (0.4.3)
pronto (0.5.3)
gitlab (~> 3.4.0)
octokit (~> 4.1.0)
rugged (~> 0.23.0)
thor (~> 0.19.0)
pronto-haml (0.4.4)
pronto-haml (0.5.0)
haml_lint (~> 0.15.0)
pronto (~> 0.4.0)
pronto-jshint (0.4.2)
pronto (~> 0.5.0)
pronto-jshint (0.5.0)
jshintrb (~> 0.3.0)
pronto (~> 0.4.0)
pronto-rubocop (0.4.7)
pronto (~> 0.4.0)
rubocop (~> 0.34.0)
pronto-scss (0.4.7)
pronto (~> 0.4.0)
scss_lint (~> 0.41.0)
pronto (~> 0.5.0)
pronto-rubocop (0.5.0)
pronto (~> 0.5.0)
rubocop (~> 0.35.0)
pronto-scss (0.5.0)
pronto (~> 0.5.0)
scss_lint (~> 0.42.0)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@ -705,7 +705,7 @@ GEM
sawyer (0.6.0)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
scss_lint (0.41.0)
scss_lint (0.42.2)
rainbow (~> 2.0)
sass (~> 3.4.15)
selenium-webdriver (2.47.1)
@ -884,11 +884,11 @@ DEPENDENCIES
omniauth-wordpress (= 0.2.2)
open_graph_reader (= 0.6.1)
pg (= 0.18.3)
pronto (= 0.4.3)
pronto-haml (= 0.4.4)
pronto-jshint (= 0.4.2)
pronto-rubocop (= 0.4.7)
pronto-scss (= 0.4.7)
pronto (= 0.5.3)
pronto-haml (= 0.5.0)
pronto-jshint (= 0.5.0)
pronto-rubocop (= 0.5.0)
pronto-scss (= 0.5.0)
pry
pry-byebug
pry-debundle