Skip to content

Commit

Permalink
updated for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Purcell committed Aug 16, 2010
1 parent b689e79 commit 3c5909b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ gem 'rails', '3.0.0.rc'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3-ruby', :require => 'sqlite3'
group :development, :test do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem "haml", ">= 3.0.12"
end

# Use unicorn as the web server
# gem 'unicorn'
Expand All @@ -28,6 +30,12 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
# group :development, :test do
# gem 'webrat'
# end
gem "factory_girl_rails", ">= 1.0.0", :group => :test
gem "haml", ">= 3.0.12"
gem "rspec-rails", ">= 2.0.0.beta.12", :group => :test

group :test do
gem "factory_girl_rails", ">= 1.0.0", :group => :test
gem "rspec-rails", ">= 2.0.0.beta.12", :group => :test
end

group :production do
gem 'pg'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ GEM
treetop (>= 1.4.5)
mime-types (1.16)
nokogiri (1.4.3.1)
pg (0.9.0)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.9)
Expand Down Expand Up @@ -93,6 +94,7 @@ PLATFORMS
DEPENDENCIES
factory_girl_rails (>= 1.0.0)
haml (>= 3.0.12)
pg
rails (= 3.0.0.rc)
rspec-rails (>= 2.0.0.beta.12)
sqlite3-ruby

0 comments on commit 3c5909b

Please sign in to comment.