Skip to content

Commit 38058d3

Browse files
authored
Merge pull request #627 from splitrb/bump-ruby-support-to-2-5-plus
Only support Ruby versions >= 2.5
2 parents 9e45dd1 + 9ae7610 commit 38058d3

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.travis.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
language: ruby
22
rvm:
3-
- 2.2.2
4-
- 2.3.8
5-
- 2.4.9
63
- 2.5.7
7-
- 2.6.5
4+
- 2.6.6
5+
- 2.7.1
86

97
gemfile:
108
- gemfiles/5.0.gemfile
119
- gemfiles/5.1.gemfile
1210
- gemfiles/5.2.gemfile
1311
- gemfiles/6.0.gemfile
1412

15-
matrix:
16-
exclude:
17-
- rvm: 2.2.2
18-
gemfile: gemfiles/6.0.gemfile
19-
- rvm: 2.3.8
20-
gemfile: gemfiles/6.0.gemfile
21-
- rvm: 2.4.9
22-
gemfile: gemfiles/6.0.gemfile
23-
2413
before_install:
2514
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
2615
- gem install bundler --version=1.17.3

split.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
"mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
2323
}
2424

25-
s.required_ruby_version = '>= 2.2.2'
25+
s.required_ruby_version = '>= 2.5.0'
2626
s.required_rubygems_version = '>= 2.0.0'
2727

2828
s.files = `git ls-files`.split("\n")

0 commit comments

Comments
 (0)