Skip to content

Commit 27016ef

Browse files
committed
Updated the Ruby versions to 2.2.x, 2.3.x and 2.4.x.
Ruby < 2.2.x is no longer supported. Also updated the Travis CI build to 2.2.x, 2.3.x and 2.4.x.
1 parent be030ec commit 27016ef

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,17 @@ before_install:
77
bundler_args: --without development
88

99
rvm:
10-
- 1.8.7
11-
- 1.9.2
12-
- 1.9.3
13-
- 2.0.0
14-
- 2.2.1
15-
# - ruby-head # The latest Ruby, whatever version it happens to be.
16-
# - jruby-18mode
17-
# - jruby-19mode
18-
10+
- 2.2.9
11+
- 2.3.6
12+
- 2.4.3
1913

2014
matrix:
2115
allow_failures:
2216
- rvm: rbx # rbx is still troublesome.
2317
include:
2418
- rvm: rbx
2519
gemfile: gemfiles/Gemfile.rbx
26-
- rvm: 2.1.5
20+
- rvm: 2.4.2
2721
env: COVERAGE=true
2822
exclude:
2923
- rvm: rbx

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This example can also be found at
120120

121121
## REQUIREMENTS: ##
122122

123-
* [Ruby][] 1.8.x, 1.9.x, 2.0.x, 2.1.x or 2.4.x.x
123+
* [Ruby][] 2.2.x, 2.3.x or 2.4.x
124124

125125

126126
* Run-time Dependencies:

rubytree.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.email = 'anupamsg@gmail.com'
2121
s.homepage = 'http://rubytree.anupamsg.me'
2222

23-
s.required_ruby_version = '>=1.8.7'
23+
s.required_ruby_version = '>=2.2'
2424

2525
s.summary = %q{A generic tree data structure.}
2626
s.description = <<-EOF

0 commit comments

Comments
 (0)