Skip to content

Commit

Permalink
fixing issue with therubyracer
Browse files Browse the repository at this point in the history
  • Loading branch information
gealgaro committed May 7, 2011
1 parent d9c8629 commit 92bf4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ gem 'sqlite3'
# Asset template engines
gem 'sass'
gem 'coffee-script'
gem 'uglifier'
#gem 'uglifier'
gem "therubyracer-heroku", "~>0.8.0"
gem "uglifier", "~>0.5.0"

gem 'jquery-rails'

Expand All @@ -29,6 +31,5 @@ group :test do
end

group :production do
gem 'therubyracer-heroku'
gem 'pg'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ DEPENDENCIES
rails (= 3.1.0.beta1)
sass
sqlite3
therubyracer-heroku
therubyracer-heroku (~> 0.8.0)
turn
uglifier
uglifier (~> 0.5.0)

0 comments on commit 92bf4df

Please sign in to comment.