From c138b9ea30874fc27039c579b0d84b6f388ccf28 Mon Sep 17 00:00:00 2001 From: Takeshi Watanabe Date: Tue, 20 Aug 2019 23:52:21 +0900 Subject: Use mruby-onig-regexp instead in example --- build_config.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_config.rb b/build_config.rb index 751317c7a..c0c079c89 100644 --- a/build_config.rb +++ b/build_config.rb @@ -18,9 +18,9 @@ MRuby::Build.new do |conf| # end # conf.gem 'examples/mrbgems/c_and_ruby_extension_example' # conf.gem :core => 'mruby-eval' - # conf.gem :mgem => 'mruby-io' - # conf.gem :github => 'iij/mruby-io' - # conf.gem :git => 'git@github.com:iij/mruby-io.git', :branch => 'master', :options => '-v' + # conf.gem :mgem => 'mruby-onig-regexp' + # conf.gem :github => 'mattn/mruby-onig-regexp' + # conf.gem :git => 'git@github.com:mattn/mruby-onig-regexp.git', :branch => 'master', :options => '-v' # include the default GEMs conf.gembox 'default' -- cgit v1.2.3