1
0
Fork 0

Gemfile: use pch's repo for lastfm-client, use latest version of musicbrainz gem

This commit is contained in:
Gregory Eremin 2011-09-19 19:14:01 +04:00
parent 54032a4ad3
commit 48cf084461
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ gem 'barista'
gem 'awesome_print', :require => 'ap'
gem 'delayed_job'
gem 'lastfm-client', :git => 'http://github.com/magnolia-fan/lastfm-client.git'
gem 'musicbrainz', '~> 0.4.3'
gem 'lastfm-client', :git => 'http://github.com/pch/lastfm-client.git'
gem 'musicbrainz'
gem 'bitmask_attributes'