about summary refs log tree commit homepage
path: root/t/rails3-app/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 't/rails3-app/Gemfile')
-rw-r--r--t/rails3-app/Gemfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/t/rails3-app/Gemfile b/t/rails3-app/Gemfile
deleted file mode 100644
index d996f34..0000000
--- a/t/rails3-app/Gemfile
+++ /dev/null
@@ -1,26 +0,0 @@
-source 'http://rubygems.org'
-
-# gem 'rails', '3.0.0'
-
-# Bundle edge Rails instead:
-# gem 'rails', :git => 'git://github.com/rails/rails.git'
-
-# gem 'sqlite3-ruby', :require => 'sqlite3'
-
-# Use unicorn as the web server
-# gem 'unicorn'
-
-# Deploy with Capistrano
-# gem 'capistrano'
-
-# 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