skip to Main Content

jekyll serve –livereload fails with "Unable to load the EventMachine C extension; To use the pure-ruby reactor, require 'em/pure_ruby'" – SEO

The solution to this issue given on rubyinstaller does not work for me https://github.com/oneclick/rubyinstaller2/issues/96 gem uninstall eventmachine gem install eventmachine --platform ruby Any thoughts? PS D:wiecejwolnosci> jekyll new site2 . Running bundle install in D:/wiecejwolnosci/site2... Bundler: Fetching gem metadata from…

VIEW QUESTION

Xcode – Installing Cocoapods via Ruby causes Error

I try to install Cocoapods like so sudo gem install cocoapods This is the output I get: Building native extensions. This could take a while... ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension. current directory: /Library/Ruby/Gems/2.6.0/gems/ffi-1.14.2/ext/ffi_c /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby…

VIEW QUESTION

bundle exec jekyll serve: cannot load such file – SEO

I am trying to contribute to a Github Page/Jekyll site and want to be able to visualise changes locally but when I run bundle exec jekyll serve but I get this output: bundler: failed to load command: jekyll (/usr/local/lib/ruby/gems/3.0.0/bin/jekyll) /usr/local/lib/ruby/gems/3.0.0/gems/kramdown-1.17.0/lib/kramdown/parser/html.rb:10:in…

VIEW QUESTION

How to enable TLS for Redis 6 on Sidekiq?

Problem On my Ruby on Rails app, I keep getting the error below for the Heroku Redis Premium 0 add-on: OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) Heroku Redis documentation mentions that I…

VIEW QUESTION
Back To Top
Search