Skip to content

Commit 03e2f97

Browse files
ivoanjoAlexandr Evstigneev
authored andcommitted
Bump required_ruby_version to 2.0 to match README
1 parent 97650d6 commit 03e2f97

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.10.13](https://github.com/ruby-debug/debase-ruby_core_source/compare/v0.10.12...v0.10.13)
2+
3+
* updated `required_ruby_version` to require ruby 2.0
4+
15
## [0.10.10](https://github.com/ruby-debug/debase-ruby_core_source/compare/v0.10.9...v0.10.10)
26

37
* removed ruby 2.7.0 preview sources to avoid falling back on them for release versions

debase-ruby_core_source.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.description = %q{Provide Ruby core source files for C extensions that need them.}
1313
s.license = "MIT"
1414
s.required_rubygems_version = ">= 1.3.6"
15-
s.required_ruby_version = '>= 1.9.3'
15+
s.required_ruby_version = '>= 2.0.0'
1616
s.extra_rdoc_files = [ "README.md"]
1717
s.files = `git ls-files`.split("\n")
1818
s.add_development_dependency "archive-tar-minitar", ">= 0.5.2"

0 commit comments

Comments
 (0)