Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nledez committed Jun 18, 2011
1 parent 042576a commit 7a65ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -27,8 +27,10 @@ gem 'redis'
# Deploy with Capistrano
# gem 'capistrano'

# Rails 3.1 - Heroku
group :production do
gem 'therubyracer-heroku', '0.8.1.pre3'
gem 'therubyracer-heroku', '0.8.1.pre3'
gem 'pg'
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -103,6 +103,7 @@ GEM
plucky (~> 0.3.8)
multi_json (1.0.3)
nokogiri (1.4.4)
pg (0.11.0)
plucky (0.3.8)
mongo (~> 1.3)
polyglot (0.3.1)
Expand Down Expand Up @@ -197,6 +198,7 @@ DEPENDENCIES
jquery-rails
launchy
mongo_mapper
pg
rails (= 3.1.0.rc4)
rb-fsevent
redis
Expand Down

0 comments on commit 7a65ea3

Please sign in to comment.