Skip to content

Commit

Permalink
updated the dependency on nori
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jul 26, 2013
1 parent 2c7008e commit 537767f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -4,5 +4,3 @@ gemspec
gem "httpclient", "~> 2.3.0"
gem "simplecov", :require => false, :group => :test
gem "coveralls", :require => false

gem "nori", :github => "savonrb/nori"
2 changes: 1 addition & 1 deletion savon.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = s.name
s.license = 'MIT'

s.add_dependency "nori", "~> 2.2.0"
s.add_dependency "nori", "~> 2.3.0"
s.add_dependency "httpi", "~> 2.1.0"
s.add_dependency "wasabi", "~> 3.2.0"
s.add_dependency "akami", "~> 1.2.0"
Expand Down

0 comments on commit 537767f

Please sign in to comment.