Bump pronto
This commit is contained in:
parent
2e5224c50d
commit
7e8bf20299
2 changed files with 12 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -200,7 +200,7 @@ end
|
|||
group :development do
|
||||
# Linters
|
||||
gem "haml_lint", "0.58.0", require: false
|
||||
gem "pronto", "0.11.1", require: false
|
||||
gem "pronto", "0.11.2", require: false
|
||||
gem "pronto-eslint", "0.11.1", require: false
|
||||
gem "pronto-haml", "0.11.1", require: false
|
||||
gem "pronto-rubocop", "0.11.5", require: false
|
||||
|
|
|
|||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -91,6 +91,7 @@ GEM
|
|||
execjs (~> 2.0)
|
||||
base64 (0.2.0)
|
||||
bcrypt (3.1.20)
|
||||
bigdecimal (3.1.8)
|
||||
bindata (2.5.0)
|
||||
bootstrap-sass (3.4.1)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
|
|
@ -147,6 +148,7 @@ GEM
|
|||
crack (0.4.5)
|
||||
rexml
|
||||
crass (1.0.6)
|
||||
csv (3.3.0)
|
||||
cucumber (8.0.0)
|
||||
builder (~> 3.2, >= 3.2.4)
|
||||
cucumber-ci-environment (~> 9.0, >= 9.0.4)
|
||||
|
|
@ -337,7 +339,8 @@ GEM
|
|||
domain_name (~> 0.5)
|
||||
http-form_data (2.3.0)
|
||||
http_accept_language (2.1.1)
|
||||
httparty (0.21.0)
|
||||
httparty (0.22.0)
|
||||
csv
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.14.5)
|
||||
|
|
@ -422,7 +425,8 @@ GEM
|
|||
rails
|
||||
multi_json (1.15.0)
|
||||
multi_test (1.1.0)
|
||||
multi_xml (0.6.0)
|
||||
multi_xml (0.7.1)
|
||||
bigdecimal (~> 3.1)
|
||||
multipart-post (2.3.0)
|
||||
mysql2 (0.5.6)
|
||||
naught (1.1.0)
|
||||
|
|
@ -454,7 +458,7 @@ GEM
|
|||
rack (>= 1.2, < 4)
|
||||
snaky_hash (~> 2.0)
|
||||
version_gem (~> 1.1)
|
||||
octokit (6.1.1)
|
||||
octokit (7.2.0)
|
||||
faraday (>= 1, < 3)
|
||||
sawyer (~> 0.9)
|
||||
omniauth (2.1.2)
|
||||
|
|
@ -501,10 +505,10 @@ GEM
|
|||
racc
|
||||
pg (1.5.6)
|
||||
phantomjs (2.1.1.0)
|
||||
pronto (0.11.1)
|
||||
pronto (0.11.2)
|
||||
gitlab (>= 4.4.0, < 5.0)
|
||||
httparty (>= 0.13.7, < 1.0)
|
||||
octokit (>= 4.7.0, < 7.0)
|
||||
octokit (>= 4.7.0, < 8.0)
|
||||
rainbow (>= 2.2, < 4.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rugged (>= 0.23.0, < 2.0)
|
||||
|
|
@ -654,7 +658,7 @@ GEM
|
|||
ruby-vips (2.2.1)
|
||||
ffi (~> 1.12)
|
||||
rubyzip (2.3.2)
|
||||
rugged (1.6.3)
|
||||
rugged (1.7.2)
|
||||
sass (3.7.4)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
|
|
@ -858,7 +862,7 @@ DEPENDENCIES
|
|||
open_graph_reader (= 0.7.2)
|
||||
openid_connect (= 2.3.0)
|
||||
pg (= 1.5.6)
|
||||
pronto (= 0.11.1)
|
||||
pronto (= 0.11.2)
|
||||
pronto-eslint (= 0.11.1)
|
||||
pronto-haml (= 0.11.1)
|
||||
pronto-rubocop (= 0.11.5)
|
||||
|
|
|
|||
Loading…
Reference in a new issue