ruby - Can't install rails-assets-tether -


when try install rails-assets-tether, error.

retrying fetcher due error (2/4): bundler::fetcher::certificatefailureerror not verify ssl certificate http://rails-assets.org/. there chance experiencing man-in-the-middle attack, system doesn't have ca certificates needed verification. information openssl certificates, see http://------/ruby-ssl. connect without using ssl, edit y our gemfile sources , change 'https' 'http'. 

this part of gemfile:

# bootstrap gem 'bootstrap', '~> 4.0.0.alpha3' source 'https://rails-assets.org'   gem 'rails-assets-tether', '>= 1.1.0' end 

changing https http didn't work me.

i'm using windows 10

here solution of problem https://gist.github.com/fnichol/867550


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -