diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2009-02-12 01:32:50 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2009-02-12 01:32:50 +0000 |
commit | 14e445c600b5efefa2e7333d0a5cf85bdabf2653 (patch) | |
tree | 2694cb4d334d6264e243e3e1e392881254659caa /config/environment.rb | |
parent | 4500b606ce263799bb1b0f54a3fdb6d20782cee5 (diff) | |
download | redmine-14e445c600b5efefa2e7333d0a5cf85bdabf2653.tar.gz redmine-14e445c600b5efefa2e7333d0a5cf85bdabf2653.zip |
Fixed the bundled ruby-openid gem
* The open_id_authentication plugin will require the gem automatically so
it doesn't need to be added to environment.rb
* Changed the version requirement on the open_id_authentication to match
the latest stable version. Rails config.gem looks for a directory named
after that specific version and will not load newer versions.
#699
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2452 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environment.rb b/config/environment.rb index 70d0c55aa..fdac6b4f0 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -54,6 +54,4 @@ Rails::Initializer.run do |config| # Define your email configuration in email.yml instead. # It will automatically turn deliveries on config.action_mailer.perform_deliveries = false - - config.gem 'ruby-openid', :lib => 'openid' end |