Skip to content

Commit

Permalink
Bumping httpclient version dependency for Ruby 2.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jan 8, 2016
1 parent 68a92a1 commit 285fd8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
rvm:
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
- jruby
- rbx
services: couchdb
2 changes: 1 addition & 1 deletion couchrest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.7}
s.summary = %q{Lean and RESTful interface to CouchDB.}

s.add_dependency("httpclient", ["~> 2.6.0"])
s.add_dependency("httpclient", ["~> 2.7"])
s.add_dependency("mime-types", [">= 1.15"])
s.add_dependency("multi_json", ["~> 1.7"])
s.add_development_dependency("json", [">= 1.7.0"])
Expand Down

0 comments on commit 285fd8b

Please sign in to comment.