From 0427d66201cb76643f9b958f8c2166aed83e2403 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Sat, 7 Apr 2012 18:46:52 +0200 Subject: [PATCH] Add feedzirra gem --- Gemfile | 1 + Gemfile.lock | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/Gemfile b/Gemfile index 7689850..3f8b85e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,7 @@ gem 'rails', '3.2.0' # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3' +gem 'feedzirra' # Gems used only for assets and not required diff --git a/Gemfile.lock b/Gemfile.lock index c7c9138..af2411a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,9 +37,20 @@ GEM coffee-script-source execjs coffee-script-source (1.2.0) + curb (0.7.18) erubis (2.7.0) execjs (1.3.0) multi_json (~> 1.0) + feedzirra (0.0.31) + activesupport (>= 3.0.8) + builder (~> 3.0.0) + curb (~> 0.7.15) + i18n (>= 0.5.0) + loofah (~> 1.0.0) + nokogiri (~> 1.4.4) + rake (>= 0.9.2) + rdoc (~> 3.8) + sax-machine (~> 0.0.20) hike (1.2.1) i18n (0.6.0) journey (1.0.3) @@ -47,12 +58,15 @@ GEM railties (>= 3.2.0, < 5.0) thor (~> 0.14) json (1.6.6) + loofah (1.0.0) + nokogiri (>= 1.3.3) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.18) multi_json (1.2.0) + nokogiri (1.4.7) polyglot (0.3.3) rack (1.4.1) rack-cache (1.2) @@ -84,6 +98,8 @@ GEM railties (~> 3.2.0) sass (>= 3.1.10) tilt (~> 1.3) + sax-machine (0.0.20) + nokogiri (> 0.0.0) sprockets (2.1.2) hike (~> 1.2) rack (~> 1.0) @@ -104,6 +120,7 @@ PLATFORMS DEPENDENCIES coffee-rails (~> 3.2.1) + feedzirra jquery-rails rails (= 3.2.0) sass-rails (~> 3.2.3)