Skip to content

Commit

Permalink
Dev: add the gems from the Gemfile generated by 'rails new ...'
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 6, 2011
1 parent 7d4c1fc commit 69770e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gemfiles/rails-3.1.0.beta1
Expand Up @@ -3,3 +3,14 @@ require File.expand_path("../base.rb", __FILE__)
extend GemfileBase

gem "rails", "3.1.0.beta1"

# From the Gemfile generated by 'rails new ....'
gem 'sass'
gem 'coffee-script'
gem 'uglifier'
gem 'jquery-rails'

group :test do
# Pretty printed test output
gem 'turn', :require => false
end

0 comments on commit 69770e6

Please sign in to comment.