Avoid broken faraday 0.12.0 release

This commit is contained in:
Matthew Draper 2017-04-02 18:18:52 +09:30
parent 2458e07818
commit 82a7593e3a
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,7 @@ group :cable do
gem "blade", require: false, platforms: [:ruby]
gem "blade-sauce_labs_plugin", require: false, platforms: [:ruby]
gem "faraday", "~> 0.11.0" # https://github.com/lostisland/faraday/issues/679
gem "sprockets-export", require: false
end

View File

@ -390,6 +390,7 @@ DEPENDENCIES
delayed_job_active_record
em-hiredis
erubis (~> 2.7.0)
faraday (~> 0.11.0)
hiredis
jquery-rails
json (>= 2.0.0)
@ -433,4 +434,4 @@ DEPENDENCIES
websocket-client-simple!
BUNDLED WITH
1.14.5
1.14.6