Skip to content

Commit

Permalink
Update addressable dependency to version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 29, 2011
1 parent f4cb957 commit cb05e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('simplecov', '~> 0.3')
s.add_development_dependency('webmock', '~> 1.6')
s.add_development_dependency('ZenTest', '~> 4.4')
s.add_runtime_dependency('addressable', '~> 2.2.3')
s.add_runtime_dependency('addressable', '~> 2.2.4')
s.add_runtime_dependency('hashie', '~> 1.0.0')
s.add_runtime_dependency('faraday', '~> 0.5.4')
s.add_runtime_dependency('faraday_middleware', '~> 0.3.1')
Expand Down

0 comments on commit cb05e77

Please sign in to comment.