You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by gi...@git.apache.org on 2017/06/26 15:45:12 UTC

[GitHub] mikewalch commented on issue #63: Rolled Gemfile.lock back to previous version from e1a6dcd

mikewalch commented on issue #63: Rolled Gemfile.lock back to previous version from e1a6dcd
URL: https://github.com/apache/incubator-fluo-website/pull/63#issuecomment-311098725
 
 
   I am not 100% sure what is causing the problem but it could be due to the `therubyracer` gem not having an exact version in the Gemfile.  Using the rolled back Gemfile, update the version of `therubyracer` to `0.12.2`.  If that fixes the problem, we can update the Gemfile to use this version.
   
   ```
   diff --git a/Gemfile b/Gemfile
   index 368a482..0562256 100644
   --- a/Gemfile
   +++ b/Gemfile
   @@ -1,3 +1,3 @@
    source 'https://rubygems.org'
    gem 'github-pages', '110', group: :jekyll_plugins
   -gem 'therubyracer'
   +gem 'therubyracer', '0.12.2'
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services