Skip to content

Instantly share code, notes, and snippets.

@phoet
Created January 30, 2011 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phoet/802913 to your computer and use it in GitHub Desktop.
Save phoet/802913 to your computer and use it in GitHub Desktop.
Gemfile fuckup
source :gemcutter
gem "rails", "~> 3.0.3"
gem "rails_redis_cache", "~> 0.0.4"
gem "haml", "~> 3.0.25"
gem "hashie", "~> 1.0.0"
gem "asin", "~> 0.2.0" # hashie 1.0.0
gem "twitter", "~> 1.1.1" # hashie 0.4.0
gem "coderay", "~> 0.9.3"
gem "httpclient", "~> 2.1.6.1"
group :test, :development do
gem "test-unit", "~> 1.2.3"
gem "wirble", "~> 0.1.3"
gem 'ruby-debug19', :require => 'ruby-debug'
end
group :heroku do
gem "heroku", "~> 1.10.14"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment