1
0
Fork 0
This commit is contained in:
magnolia-fan 2011-06-30 09:32:51 +04:00
parent 31a1cb88e2
commit f331533a29
2 changed files with 8 additions and 8 deletions

12
Gemfile
View File

@ -4,6 +4,12 @@ gem 'rails', '3.0.9'
gem 'json'
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'
@ -11,12 +17,6 @@ gem 'musicbrainz-ruby', :git => 'git://github.com/magnolia-fan/musicbrainz-ruby.
group :development do
gem 'sqlite3'
gem 'sass'
gem 'coffee-script'
gem 'therubyracer', :require => false
gem 'barista'
end
group :production do

View File

@ -98,7 +98,7 @@ GEM
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2)
rdoc (3.6.1)
rdoc (3.8)
sass (3.1.3)
sqlite3 (1.3.3)
therubyracer (0.9.2)
@ -106,7 +106,7 @@ GEM
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.28)
tzinfo (0.3.29)
xml-simple (1.1.0)
PLATFORMS