Skip to content

Commit

Permalink
Fix addressable dependency in oa-enterprise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed May 20, 2011
1 parent 6094ca4 commit 9c1e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-enterprise/oa-enterprise.gemspec
Expand Up @@ -2,7 +2,7 @@
require File.expand_path('../lib/omniauth/version', __FILE__)

Gem::Specification.new do |gem|
gem.add_runtime_dependency 'addressable', '~> 2.2.6'
gem.add_runtime_dependency 'addressable', '2.2.4'
gem.add_runtime_dependency 'nokogiri', '~> 1.4.2'
gem.add_runtime_dependency 'net-ldap', '~> 0.2.2'
gem.add_runtime_dependency 'oa-core', OmniAuth::Version::STRING
Expand Down

0 comments on commit 9c1e5ce

Please sign in to comment.