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