Skip to content

Commit

Permalink
Explicitly depend on wasabi >= 3.2.2
Browse files Browse the repository at this point in the history
Fixes #520, #482, #529 and possibly some other issues.
  • Loading branch information
tjarratt committed Dec 9, 2013
1 parent d45a1ec commit d27caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "nori", "~> 2.3.0"
s.add_dependency "httpi", "~> 2.1.0"
s.add_dependency "wasabi", "~> 3.2.0"
s.add_dependency "wasabi", "~> 3.2.2"
s.add_dependency "akami", "~> 1.2.0"
s.add_dependency "gyoku", "~> 1.1.0"

Expand Down

0 comments on commit d27caab

Please sign in to comment.