1
0
Fork 0
oldhaven/Gemfile

26 lines
409 B
Ruby

source 'http://rubygems.org'
gem 'rails', '3.1.0'
gem 'json'
gem 'haml'
gem 'sass'
gem 'coffee-script'
gem 'therubyracer', :require => false
gem 'barista'
gem 'awesome_print', :require => 'ap'
gem 'delayed_job'
gem 'lastfm', :git => 'git://github.com/magnolia-fan/ruby-lastfm.git'
gem 'musicbrainz', '~> 0.4.3'
group :development do
gem 'sqlite3'
end
group :production do
gem 'pg'
gem 'uglifier'
end