From 48cf08446111ccd7cde0f5382646ac8a072e86a2 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Mon, 19 Sep 2011 19:14:01 +0400 Subject: [PATCH] Gemfile: use pch's repo for lastfm-client, use latest version of musicbrainz gem --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6863a70..07cc83c 100644 --- a/Gemfile +++ b/Gemfile @@ -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'