Bump pronto
This commit is contained in:
parent
90d400724f
commit
f0cc0fdddd
2 changed files with 31 additions and 31 deletions
10
Gemfile
10
Gemfile
|
|
@ -246,11 +246,11 @@ group :development do
|
|||
# Linters
|
||||
gem "rubocop", "0.40.0"
|
||||
gem "haml_lint", "0.18.2"
|
||||
gem "pronto", "0.7.1"
|
||||
gem "pronto-eslint", "0.7.0"
|
||||
gem "pronto-rubocop", "0.7.0"
|
||||
gem "pronto-haml", "0.7.0"
|
||||
gem "pronto-scss", "0.7.0", require: false
|
||||
gem "pronto", "0.8.2"
|
||||
gem "pronto-eslint", "0.8.0"
|
||||
gem "pronto-rubocop", "0.8.0"
|
||||
gem "pronto-haml", "0.8.0"
|
||||
gem "pronto-scss", "0.8.0", require: false
|
||||
|
||||
# Preloading environment
|
||||
|
||||
|
|
|
|||
52
Gemfile.lock
52
Gemfile.lock
|
|
@ -386,7 +386,7 @@ GEM
|
|||
rails
|
||||
multi_json (1.12.1)
|
||||
multi_test (0.1.2)
|
||||
multi_xml (0.5.5)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
mysql2 (0.4.5)
|
||||
naught (1.1.0)
|
||||
|
|
@ -405,8 +405,8 @@ GEM
|
|||
multi_json (~> 1.3)
|
||||
multi_xml (~> 0.5)
|
||||
rack (>= 1.2, < 3)
|
||||
octokit (4.3.0)
|
||||
sawyer (~> 0.7.0, >= 0.5.3)
|
||||
octokit (4.6.2)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
omniauth (1.4.2)
|
||||
hashie (>= 1.2, < 4)
|
||||
rack (>= 1.0, < 3)
|
||||
|
|
@ -450,24 +450,24 @@ GEM
|
|||
cliver (~> 0.3.1)
|
||||
websocket-driver (>= 0.2.0)
|
||||
powerpack (0.1.1)
|
||||
pronto (0.7.1)
|
||||
pronto (0.8.2)
|
||||
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-eslint (0.7.0)
|
||||
pronto-eslint (0.8.0)
|
||||
eslintrb (~> 2.0, >= 2.0.0)
|
||||
pronto (~> 0.7.0)
|
||||
pronto-haml (0.7.0)
|
||||
pronto (~> 0.8.0)
|
||||
pronto-haml (0.8.0)
|
||||
haml_lint (~> 0.16, >= 0.15.0)
|
||||
pronto (~> 0.7.0)
|
||||
pronto-rubocop (0.7.0)
|
||||
pronto (~> 0.7.0)
|
||||
pronto (~> 0.8.0)
|
||||
pronto-rubocop (0.8.0)
|
||||
pronto (~> 0.8.0)
|
||||
rubocop (~> 0.38, >= 0.35.0)
|
||||
pronto-scss (0.7.0)
|
||||
pronto (~> 0.7.0)
|
||||
pronto-scss (0.8.0)
|
||||
pronto (~> 0.8.0)
|
||||
scss_lint (~> 0.43, >= 0.43.0)
|
||||
pry (0.10.4)
|
||||
coderay (~> 1.1.0)
|
||||
|
|
@ -590,7 +590,7 @@ GEM
|
|||
activesupport (= 4.2.8)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (2.1.0)
|
||||
rainbow (2.2.1)
|
||||
raindrops (0.17.0)
|
||||
rake (11.3.0)
|
||||
rb-fsevent (0.9.7)
|
||||
|
|
@ -637,7 +637,7 @@ GEM
|
|||
rubyzip (1.2.1)
|
||||
rufus-scheduler (3.3.4)
|
||||
tzinfo
|
||||
rugged (0.24.0)
|
||||
rugged (0.25.1.1)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.22)
|
||||
sass-rails (5.0.6)
|
||||
|
|
@ -646,11 +646,11 @@ GEM
|
|||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (>= 1.1, < 3)
|
||||
sawyer (0.7.0)
|
||||
addressable (>= 2.3.5, < 2.5)
|
||||
faraday (~> 0.8, < 0.10)
|
||||
scss_lint (0.49.0)
|
||||
rake (>= 0.9, < 12)
|
||||
sawyer (0.8.1)
|
||||
addressable (>= 2.3.5, < 2.6)
|
||||
faraday (~> 0.8, < 1.0)
|
||||
scss_lint (0.52.0)
|
||||
rake (>= 0.9, < 13)
|
||||
sass (~> 3.4.20)
|
||||
secure_headers (3.6.1)
|
||||
useragent
|
||||
|
|
@ -742,7 +742,7 @@ GEM
|
|||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.2)
|
||||
unicode-display_width (1.1.1)
|
||||
unicode-display_width (1.1.3)
|
||||
unicorn (5.2.0)
|
||||
kgio (~> 2.6)
|
||||
raindrops (~> 0.7)
|
||||
|
|
@ -853,11 +853,11 @@ DEPENDENCIES
|
|||
openid_connect (= 0.12.0)
|
||||
pg (= 0.19.0)
|
||||
poltergeist (= 1.13.0)
|
||||
pronto (= 0.7.1)
|
||||
pronto-eslint (= 0.7.0)
|
||||
pronto-haml (= 0.7.0)
|
||||
pronto-rubocop (= 0.7.0)
|
||||
pronto-scss (= 0.7.0)
|
||||
pronto (= 0.8.2)
|
||||
pronto-eslint (= 0.8.0)
|
||||
pronto-haml (= 0.8.0)
|
||||
pronto-rubocop (= 0.8.0)
|
||||
pronto-scss (= 0.8.0)
|
||||
pry
|
||||
pry-byebug
|
||||
quiet_assets (= 1.1.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue