Skip to content

Instantly share code, notes, and snippets.

@bkeepers
Created August 30, 2010 16:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bkeepers/557603 to your computer and use it in GitHub Desktop.
Hack to get moonshine to work with Rails 2.3
task :install_as_rails_2_3 do
sudo "gem install activesupport --version=2.3.8 --no-rdoc --no-ri"
end
before 'ruby:install_moonshine_deps', 'install_as_rails_2_3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment