Skip to content

Commit 79a819d

Browse files
committed
Drop Ruby 2.3 support
1 parent 77c64be commit 79a819d

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ script:
1414

1515
matrix:
1616
include:
17-
- name: "2.3"
18-
rvm: 2.3
1917
- name: "2.4"
2018
rvm: 2.4.5
2119
- name: "2.5"
@@ -24,5 +22,3 @@ matrix:
2422
rvm: 2.6
2523
- name: "trunk"
2624
rvm: ruby-head
27-
allow_failures:
28-
- rvm: 2.3

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ environment:
1818
- ruby_version: "25-x64"
1919
- ruby_version: "24"
2020
- ruby_version: "24-x64"
21-
matrix:
22-
allow_failures:
23-
- ruby_version: "23"
24-
- ruby_version: "23-x64"

bigdecimal.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
3030
sample/pi.rb
3131
]
3232

33-
s.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
33+
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
3434

3535
s.add_development_dependency "rake", "~> 10.0"
3636
s.add_development_dependency "rake-compiler", ">= 0.9"

0 commit comments

Comments
 (0)