Skip to content
Neil-Smithline edited this page Aug 7, 2012 · 14 revisions

Is Octopress's Disqus plugin compatible with the new Disqus 2012 format?

6 August 2012: The existing Octopress Disqus plugin works with Disqus 2012 and no problems have been reported.

How do I keep Octopress, Ruby, and gem versions synchronized?

6 August 2012: The most complete solution is to use rbenv with the bundler plugin. You should follow the installation and configuration instructions for rbenv and then follow the Octopress configuration instructions. If you do not have the correct version of Ruby, be sure to follow these instructions.

A unsupported alternative is to modify the .../octopress/Gemfile.lock file. For example, if the version of Octopress that you are using specifies the 3.1.18 version of the sass gem but you have the 3.1.20 version of the gem installed, you can change the required version in the Gemfile.lock. NOTE: While this solution is expected to work, we cannot provide support for modified versions of Octopress.

Clone this wiki locally