Skip to content

Commit

Permalink
Merge pull request #406 from rubyzip/bump-supported-ruby
Browse files Browse the repository at this point in the history
Bump supported ruby versions
  • Loading branch information
jdleesmiller committed Sep 25, 2019
2 parents 3641a96 + 35446f4 commit e1d9af6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Expand Up @@ -2,22 +2,16 @@ language: ruby
dist: trusty
cache: bundler
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- ruby-head
matrix:
include:
- rvm: jruby
jdk: oraclejdk8
- rvm: jruby-9.1
jdk: openjdk7
- rvm: jruby-9.2
jdk: openjdk8
- rvm: jruby-head
jdk: oraclejdk8
jdk: openjdk8
- rvm: rbx-4
allow_failures:
- rvm: ruby-head
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ gem 'zip-zip' # will load compatibility for old rubyzip API.

## Requirements

- Ruby 1.9.2 or greater
- Ruby 2.4 or greater (for rubyzip 2.0; use 1.x for older rubies)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion rubyzip.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
'source_code_uri' => "https://github.com/rubyzip/rubyzip/tree/v#{s.version}",
'wiki_uri' => 'https://github.com/rubyzip/rubyzip/wiki'
}
s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 2.4'
s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'pry', '~> 0.10'
s.add_development_dependency 'minitest', '~> 5.4'
Expand Down

0 comments on commit e1d9af6

Please sign in to comment.