Bump pronto to 0.7.0
This commit is contained in:
parent
d835cc4b1b
commit
77059f11c4
2 changed files with 24 additions and 23 deletions
10
Gemfile
10
Gemfile
|
|
@ -242,11 +242,11 @@ group :development do
|
||||||
# Linters
|
# Linters
|
||||||
gem "rubocop", "0.40.0"
|
gem "rubocop", "0.40.0"
|
||||||
gem "haml_lint", "0.17.1"
|
gem "haml_lint", "0.17.1"
|
||||||
gem "pronto", "0.6.0"
|
gem "pronto", "0.7.0"
|
||||||
gem "pronto-eslint", "0.6.1"
|
gem "pronto-eslint", "0.7.0"
|
||||||
gem "pronto-rubocop", "0.6.2"
|
gem "pronto-rubocop", "0.7.0"
|
||||||
gem "pronto-haml", "0.6.0"
|
gem "pronto-haml", "0.7.0"
|
||||||
gem "pronto-scss", "0.6.0", require: false
|
gem "pronto-scss", "0.7.0", require: false
|
||||||
|
|
||||||
# Preloading environment
|
# Preloading environment
|
||||||
|
|
||||||
|
|
|
||||||
37
Gemfile.lock
37
Gemfile.lock
|
|
@ -583,22 +583,24 @@ GEM
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
websocket-driver (>= 0.2.0)
|
websocket-driver (>= 0.2.0)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pronto (0.6.0)
|
pronto (0.7.0)
|
||||||
gitlab (~> 3.6, >= 3.4.0)
|
gitlab (~> 3.6, >= 3.4.0)
|
||||||
|
httparty (~> 0.13.7)
|
||||||
octokit (~> 4.3, >= 4.1.0)
|
octokit (~> 4.3, >= 4.1.0)
|
||||||
|
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.6.1)
|
pronto-eslint (0.7.0)
|
||||||
eslintrb (~> 2.0, >= 2.0.0)
|
eslintrb (~> 2.0, >= 2.0.0)
|
||||||
pronto (~> 0.6.0)
|
pronto (~> 0.7.0)
|
||||||
pronto-haml (0.6.0)
|
pronto-haml (0.7.0)
|
||||||
haml_lint (~> 0.16, >= 0.15.0)
|
haml_lint (~> 0.16, >= 0.15.0)
|
||||||
pronto (~> 0.6.0)
|
pronto (~> 0.7.0)
|
||||||
pronto-rubocop (0.6.2)
|
pronto-rubocop (0.7.0)
|
||||||
pronto (~> 0.6.0)
|
pronto (~> 0.7.0)
|
||||||
rubocop (~> 0.38, >= 0.35.0)
|
rubocop (~> 0.38, >= 0.35.0)
|
||||||
pronto-scss (0.6.0)
|
pronto-scss (0.7.0)
|
||||||
pronto (~> 0.6.0)
|
pronto (~> 0.7.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)
|
||||||
|
|
@ -756,7 +758,6 @@ GEM
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 1.99.1, < 3.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
tins (<= 1.6.0)
|
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-oembed (0.10.1)
|
ruby-oembed (0.10.1)
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.8.1)
|
||||||
|
|
@ -775,9 +776,9 @@ GEM
|
||||||
sawyer (0.7.0)
|
sawyer (0.7.0)
|
||||||
addressable (>= 2.3.5, < 2.5)
|
addressable (>= 2.3.5, < 2.5)
|
||||||
faraday (~> 0.8, < 0.10)
|
faraday (~> 0.8, < 0.10)
|
||||||
scss_lint (0.48.0)
|
scss_lint (0.49.0)
|
||||||
rake (>= 0.9, < 12)
|
rake (>= 0.9, < 12)
|
||||||
sass (~> 3.4.15)
|
sass (~> 3.4.20)
|
||||||
securecompare (1.0.0)
|
securecompare (1.0.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
shoulda-matchers (3.1.1)
|
shoulda-matchers (3.1.1)
|
||||||
|
|
@ -866,7 +867,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.0.5)
|
unicode-display_width (1.1.0)
|
||||||
unicorn (5.1.0)
|
unicorn (5.1.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
|
|
@ -979,11 +980,11 @@ DEPENDENCIES
|
||||||
openid_connect (= 0.11.2)
|
openid_connect (= 0.11.2)
|
||||||
pg (= 0.18.4)
|
pg (= 0.18.4)
|
||||||
poltergeist (= 1.9.0)
|
poltergeist (= 1.9.0)
|
||||||
pronto (= 0.6.0)
|
pronto (= 0.7.0)
|
||||||
pronto-eslint (= 0.6.1)
|
pronto-eslint (= 0.7.0)
|
||||||
pronto-haml (= 0.6.0)
|
pronto-haml (= 0.7.0)
|
||||||
pronto-rubocop (= 0.6.2)
|
pronto-rubocop (= 0.7.0)
|
||||||
pronto-scss (= 0.6.0)
|
pronto-scss (= 0.7.0)
|
||||||
pry
|
pry
|
||||||
pry-byebug
|
pry-byebug
|
||||||
quiet_assets (= 1.1.0)
|
quiet_assets (= 1.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue