Skip to content

Commit

Permalink
Update addressable dependency to version ~> 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 27, 2011
1 parent 007a26f commit 66a9ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oa-enterprise/oa-enterprise.gemspec
Original file line number Diff line number Diff line change
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.4'
gem.add_runtime_dependency 'addressable', '~> 2.2.6'
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 66a9ef5

Please sign in to comment.