FIX: Default build should use default GEMs and not all Core GEMs

This commit is contained in:
Daniel Bovensiepen
2013-04-27 16:53:25 +08:00
parent a6b8514fec
commit 0ad9e5a37d
+1 -1
View File
@@ -12,7 +12,7 @@ MRuby::Build.new do |conf|
# conf.gem :git => 'git@github.com:masuidrive/mrbgems-example.git', :branch => 'master', :options => '-v'
# include the default GEMs
conf.gembox 'full-core'
conf.gembox 'default'
# C compiler settings
# conf.cc do |cc|