From f331533a2926a837bc331221a557b5095abb23c5 Mon Sep 17 00:00:00 2001 From: magnolia-fan Date: Thu, 30 Jun 2011 09:32:51 +0400 Subject: [PATCH] Gems fix --- Gemfile | 12 ++++++------ Gemfile.lock | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index dfb0386..c4d850c 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 5fc6176..c97dfb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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