Skip to content

Commit 4add659

Browse files
committed
Drop support for ruby 1.9.3
1 parent bbc5149 commit 4add659

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
rvm:
3-
- 1.9.3
43
- 2.0
54
- 2.1.10
65
- 2.2.2
@@ -18,14 +17,6 @@ gemfile:
1817

1918
matrix:
2019
exclude:
21-
- rvm: 1.9.3
22-
gemfile: gemfiles/5.0.gemfile
23-
- rvm: 1.9.3
24-
gemfile: gemfiles/5.1.gemfile
25-
- rvm: 1.9.3
26-
gemfile: gemfiles/5.2.gemfile
27-
- rvm: 1.9.3
28-
gemfile: gemfiles/6.0.gemfile
2920
- rvm: 2.0
3021
gemfile: gemfiles/5.0.gemfile
3122
- rvm: 2.0

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 = '>= 1.9.3'
25+
s.required_ruby_version = '>= 2.2.2'
2626
s.required_rubygems_version = '>= 2.0.0'
2727

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

0 commit comments

Comments
 (0)