I am getting the following error while installing:
C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/json_web_token-0.3.2/lib/json_web_token.rb:36: warning:
An easy way I got around the LoadError: Could not open library 'libcurl'
was to:
Take a libcurl.dll
from one of the packages found here, https://curl.haxx.se/download.html#Win64, and put it on the PATH.
(I just put it under \ruby24\bin\
)
(Link was updated, but originally pointed to version 7.40
)
For further details, see the answers to these questions:
jekyll serve dependency error - Could not open 'lib curl'
Typhoeus Windows installation
How to solve 'libcurl' not found with Rails on Windows
Rails Typhoeus Curl Trouble