Skip to content

Commit

Permalink
Bump required Ruby version to 2.2.2+
Browse files Browse the repository at this point in the history
Socketry also requires this version at a minimum
  • Loading branch information
tarcieri committed Sep 24, 2016
1 parent 5c05b3f commit cb420da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ env:
- JRUBY_OPTS="$JRUBY_OPTS --debug"

rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.2.2
- 2.3.1
- jruby-9.1.0.0
- jruby-head
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
This library aims to support and is [tested against][travis] the following Ruby
versions:

* Ruby 2.0.0
* Ruby 2.1.x
* Ruby 2.2.x
* Ruby 2.2.2+
* Ruby 2.3.x
* JRuby 9.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = HTTP::VERSION

gem.required_ruby_version = ">= 2.0"
gem.required_ruby_version = ">= 2.2.2"

gem.add_runtime_dependency "addressable", "~> 2.3"
gem.add_runtime_dependency "http-cookie", "~> 1.0"
Expand Down

0 comments on commit cb420da

Please sign in to comment.