Skip to content

Commit c6f6347

Browse files
committed
We now require Ruby 2.4 or greater.
Also, removed the obsolete gemnasium check.
1 parent 5ac7fab commit c6f6347

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ before_install:
77
bundler_args: --without development
88

99
rvm:
10-
- 2.2.9
11-
- 2.3.6
12-
- 2.4.3
10+
- 2.4
11+
- 2.5
12+
- 2.6
1313

1414
matrix:
1515
allow_failures:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<!--
22
README.md
33
4-
Copyright (C) 2006-2017 Anupam Sengupta (anupamsg@gmail.com)
4+
Copyright (C) 2006-2017, 2020 Anupam Sengupta (anupamsg@gmail.com)
55
66
-->
77
# **RubyTree** #
88

99
[![Gem Version](https://badge.fury.io/rb/rubytree.png)](http://badge.fury.io/rb/rubytree)
1010
[![Travis Build Status](https://secure.travis-ci.org/evolve75/RubyTree.png)](http://travis-ci.org/evolve75/rubytree)
11-
[![Dependency Status](https://gemnasium.com/evolve75/RubyTree.png)](https://gemnasium.com/evolve75/RubyTree)
1211
[![Code Climate](https://codeclimate.com/github/evolve75/RubyTree.png)](https://codeclimate.com/github/evolve75/RubyTree)
1312
[![Coverage Status](https://coveralls.io/repos/evolve75/RubyTree/badge.png)](https://coveralls.io/r/evolve75/RubyTree)
1413

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 = '>=2.3'
23+
s.required_ruby_version = '>=2.4'
2424

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

0 commit comments

Comments
 (0)