Revert "Install the local build of the oauth-plugin gem from git"

This reverts commit 169a29a5d7.
This commit is contained in:
Tom Hughes 2012-04-29 22:52:28 +01:00
parent 169a29a5d7
commit 7f18acbd6d
2 changed files with 13 additions and 19 deletions

View file

@ -14,7 +14,7 @@ gem 'jquery-rails'
gem 'rails-i18n', ">= 0.6.3"
gem 'dynamic_form'
gem 'rinku', '>= 1.2.2', :require => 'rails_rinku'
gem 'oauth-plugin', '>= 0.4.0.1', :git => "git://github.com/tomhughes/oauth-plugin.git", :branch => "openstreetmap"
gem 'oauth-plugin', '>= 0.4.0.1'
gem 'open_id_authentication', '>= 1.1.0'
gem 'validates_email_format_of', '>= 1.5.1'
gem 'composite_primary_keys', '>= 5.0.0'