Bump pronto
This commit is contained in:
parent
5edbd8f740
commit
34a149f61a
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -246,7 +246,7 @@ group :development do
|
||||||
|
|
||||||
# Linters
|
# Linters
|
||||||
gem "haml_lint", "0.26.0", require: false
|
gem "haml_lint", "0.26.0", require: false
|
||||||
gem "pronto", "0.9.4", require: false
|
gem "pronto", "0.9.5", require: false
|
||||||
gem "pronto-eslint", "0.9.1", require: false
|
gem "pronto-eslint", "0.9.1", require: false
|
||||||
gem "pronto-haml", "0.9.0", require: false
|
gem "pronto-haml", "0.9.0", require: false
|
||||||
gem "pronto-rubocop", "0.9.0", require: false
|
gem "pronto-rubocop", "0.9.0", require: false
|
||||||
|
|
|
||||||
|
|
@ -302,7 +302,7 @@ GEM
|
||||||
http-form_data (1.0.3)
|
http-form_data (1.0.3)
|
||||||
http_accept_language (2.1.1)
|
http_accept_language (2.1.1)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
httparty (0.14.0)
|
httparty (0.15.6)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
i18n (0.8.6)
|
i18n (0.8.6)
|
||||||
|
|
@ -445,9 +445,9 @@ 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.9.4)
|
pronto (0.9.5)
|
||||||
gitlab (~> 4.0, >= 4.0.0)
|
gitlab (~> 4.0, >= 4.0.0)
|
||||||
httparty (>= 0.13.7, < 0.15)
|
httparty (>= 0.13.7)
|
||||||
octokit (~> 4.7, >= 4.7.0)
|
octokit (~> 4.7, >= 4.7.0)
|
||||||
rainbow (~> 2.1)
|
rainbow (~> 2.1)
|
||||||
rugged (~> 0.24, >= 0.23.0)
|
rugged (~> 0.24, >= 0.23.0)
|
||||||
|
|
@ -830,7 +830,7 @@ DEPENDENCIES
|
||||||
openid_connect (= 1.1.3)
|
openid_connect (= 1.1.3)
|
||||||
pg (= 0.21.0)
|
pg (= 0.21.0)
|
||||||
poltergeist (= 1.16.0)
|
poltergeist (= 1.16.0)
|
||||||
pronto (= 0.9.4)
|
pronto (= 0.9.5)
|
||||||
pronto-eslint (= 0.9.1)
|
pronto-eslint (= 0.9.1)
|
||||||
pronto-haml (= 0.9.0)
|
pronto-haml (= 0.9.0)
|
||||||
pronto-rubocop (= 0.9.0)
|
pronto-rubocop (= 0.9.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue