Skip to content

Commit

Permalink
added gem dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lachie committed Oct 1, 2008
1 parent 5ec45f4 commit 8e34648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ module FacesConfig

config.action_controller.session = { :session_key => "_faces_session", :secret => "zaphod beeblebrox? He's just this guy, you know?" }

config.gem 'rfeedparser', :version => '>=0.9.951', :library => 'rfeedparser'
config.gem 'addressable', :lib => 'addressable/uri'
config.gem 'rfeedparser', :version => '>=0.9.951', :lib => 'rfeedparser'

Dir.glob(File.join(RAILS_ROOT,'vendor','*','lib')).each do |dir|
config.load_paths += [dir]
Expand Down

0 comments on commit 8e34648

Please sign in to comment.