Skip to content

Commit

Permalink
Add mruby-error gem to default gembox.
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Jun 21, 2015
1 parent 272aae3 commit 9adc210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mrbgems/default.gembox
Expand Up @@ -70,4 +70,7 @@ MRuby::GemBox.new do |conf|

# Use extensional Kernel module
conf.gem :core => "mruby-kernel-ext"

# Use extensional error handling
conf.gem :core => 'mruby-error'
end

0 comments on commit 9adc210

Please sign in to comment.