Skip to content

Commit

Permalink
Gemfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Iiro Uusitalo committed Apr 24, 2012
1 parent c04652a commit d696b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -16,7 +16,7 @@ group :assets do
gem 'coffee-rails', '~> 3.2.1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
gem 'therubyracer'

gem 'uglifier', '>= 1.0.3'
end
Expand All @@ -26,7 +26,7 @@ gem 'jquery-rails'
#gem 'ruby-mp3info'
gem 'mp3info'

gem 'rockstar', :git => 'git://github.com/gigbeat/rockstar.git'
gem 'rockstar', :git => 'git://github.com/bitboxer/rockstar.git'

gem 'dynamic_form'

Expand Down

0 comments on commit d696b4d

Please sign in to comment.