Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created September 21, 2010 16:09
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 gnufied/589945 to your computer and use it in GitHub Desktop.
Save gnufied/589945 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
# Bundle edge Rails instead:
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'hirb'
# end
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
rails (~> 3.1.0.beta) depends on
activesupport (~> 3.0.0)
rails (~> 3.1.0.beta) depends on
activesupport (3.1.0.beta)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment