Add feedzirra gem
This commit is contained in:
parent
a2e61df566
commit
0427d66201
2 changed files with 18 additions and 0 deletions
1
Gemfile
1
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
|
||||
|
|
17
Gemfile.lock
17
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)
|
||||
|
|
Reference in a new issue