Bump MRI requirements to 2.3.0

See https://gitlab.com/yorickpeterse/oga/issues/196 for more
information.
This commit is contained in:
Yorick Peterse 2019-12-03 01:33:52 +01:00
parent e413165afd
commit 82373d164f
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ Querying a document using a namespace:
| Ruby | Required | Recommended |
|:---------|:--------------|:------------|
| MRI | >= 1.9.3 | >= 2.1.2 |
| MRI | >= 2.3.0 | >= 2.6.0 |
| Rubinius | >= 2.2 | >= 2.2.10 |
| JRuby | >= 1.7 | >= 1.7.12 |
| Maglev | Not supported | |

View File

@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.extensions = ['ext/c/extconf.rb']
end
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.3.0'
s.add_dependency 'ast'
s.add_dependency 'ruby-ll', '~> 2.1'