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, 26 insertions, 0 deletions
diff --git a/t/rails3-app/Gemfile b/t/rails3-app/Gemfile
new file mode 100644
index 0000000..491e910
--- /dev/null
+++ b/t/rails3-app/Gemfile
@@ -0,0 +1,26 @@
+source 'http://rubygems.org'
+
+# gem 'rails', '3.0.0.beta3'
+
+# 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