Gems fix
This commit is contained in:
parent
31a1cb88e2
commit
f331533a29
12
Gemfile
12
Gemfile
|
@ -4,6 +4,12 @@ gem 'rails', '3.0.9'
|
||||||
|
|
||||||
gem 'json'
|
gem 'json'
|
||||||
|
|
||||||
|
gem 'sass'
|
||||||
|
gem 'coffee-script'
|
||||||
|
|
||||||
|
gem 'therubyracer', :require => false
|
||||||
|
gem 'barista'
|
||||||
|
|
||||||
gem 'awesome_print', :require => 'ap'
|
gem 'awesome_print', :require => 'ap'
|
||||||
gem 'delayed_job'
|
gem 'delayed_job'
|
||||||
gem 'lastfm', :git => 'git://github.com/magnolia-fan/ruby-lastfm.git'
|
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
|
group :development do
|
||||||
gem 'sqlite3'
|
gem 'sqlite3'
|
||||||
|
|
||||||
gem 'sass'
|
|
||||||
gem 'coffee-script'
|
|
||||||
|
|
||||||
gem 'therubyracer', :require => false
|
|
||||||
gem 'barista'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
|
|
@ -98,7 +98,7 @@ GEM
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
thor (~> 0.14.4)
|
thor (~> 0.14.4)
|
||||||
rake (0.9.2)
|
rake (0.9.2)
|
||||||
rdoc (3.6.1)
|
rdoc (3.8)
|
||||||
sass (3.1.3)
|
sass (3.1.3)
|
||||||
sqlite3 (1.3.3)
|
sqlite3 (1.3.3)
|
||||||
therubyracer (0.9.2)
|
therubyracer (0.9.2)
|
||||||
|
@ -106,7 +106,7 @@ GEM
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
treetop (1.4.9)
|
treetop (1.4.9)
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
tzinfo (0.3.28)
|
tzinfo (0.3.29)
|
||||||
xml-simple (1.1.0)
|
xml-simple (1.1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
Loading…
Reference in New Issue