gplugin/gplugin

Add ruby 2.4 and 2.5 as allowed versions
feature/ruby-loader
2018-07-18, Jason Scherer
80402c26bcc1
Parents e182652acae6
Children 3166e87ee56d
Add ruby 2.4 and 2.5 as allowed versions
--- a/ruby/meson.build Sun Jun 04 20:59:27 2017 -0500
+++ b/ruby/meson.build Wed Jul 18 22:33:36 2018 -0500
@@ -14,7 +14,9 @@
'gplugin-ruby-plugin.h',
]
- _RUBYS = [['ruby-2.3', '>=2.3.0'],
+ _RUBYS = [['ruby-2.5', '>=2.5.0'],
+ ['ruby-2.4', '>=2.4.0'],
+ ['ruby-2.3', '>=2.3.0'],
['ruby-2.2', '>=2.2.0'],
['ruby-2.1', '>=2.1.0']]
RUBY_FOUND = false