Skip to content

Instantly share code, notes, and snippets.

@jamesarosen
Created February 3, 2010 17:02
Show Gist options
  • Save jamesarosen/293775 to your computer and use it in GitHub Desktop.
Save jamesarosen/293775 to your computer and use it in GitHub Desktop.
Having some trouble with Bundler
# Edit this Gemfile to bundle your application's dependencies.
git "git://github.com/rails/arel.git"
git "git://github.com/rails/rack.git"
source :gemcutter
gem "rails", :git => "git://github.com/rails/rails.git"
gem "sqlite3-ruby"
gem 'redgreen', '~> 1.2.2', :only => :test
gem 'timecop', '~> 0.3.4', :only => :test
# Edit this Gemfile to bundle your application's dependencies.
path "../rails", :glob => "{*/,}*.gemspec"
git "git://github.com/rails/arel.git"
git "git://github.com/rails/rack.git"
source :gemcutter
gem "rails", "3.0.pre"
gem "sqlite3-ruby"
gem 'redgreen', '~> 1.2.2', :only => :test
gem 'timecop', '~> 0.3.4', :only => :test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment