Commit a4c55ca
Changed files (2)
Gemfile
@@ -22,6 +22,7 @@ gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
+gem 'typhoeus'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Gemfile.lock
@@ -59,7 +59,10 @@ GEM
debugger-linecache (1.2.0)
dotenv (1.0.2)
erubis (2.7.0)
+ ethon (0.7.2)
+ ffi (>= 1.3.0)
execjs (2.2.2)
+ ffi (1.9.6)
foreman (0.77.0)
dotenv (~> 1.0.2)
thor (~> 0.19.1)
@@ -153,6 +156,8 @@ GEM
tilt (1.4.1)
turbolinks (2.5.3)
coffee-rails
+ typhoeus (0.7.1)
+ ethon (>= 0.7.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.0)
@@ -182,5 +187,6 @@ DEPENDENCIES
sneakers
spring
turbolinks
+ typhoeus
uglifier (>= 1.3.0)
web-console (~> 2.0)