Created
June 6, 2010 17:01
-
-
Save dchelimsky/427710 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
gem "arel", :path => "../../vendor/arel" | |
gem "rails", :path => "../../vendor/rails" | |
gem 'sqlite3-ruby', :require => 'sqlite3' | |
# 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', '1.4.1' | |
# gem 'sqlite3-ruby', :require => 'sqlite3' | |
# gem 'aws-s3', :require => 'aws/s3' | |
# Bundle gems for certain environments: | |
# gem 'rspec', :group => :test | |
# group :test do | |
# gem 'webrat' | |
# end | |
gem "rspec-rails", :path => "/Users/dchelimsky/projects/ruby/rspec2/repos/rspec-rails" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment