summarylogtreecommitdiffstats
path: root/build_config.rb.patch
blob: 971274e8d8a069353e9b00a06024dd8abd937d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/build_config.rb b/build_config.rb
index d5e7ea9..53f645a 100644
--- a/build_config.rb
+++ b/build_config.rb
@@ -1,5 +1,9 @@
 def gem_config(conf)
   conf.gem File.expand_path(File.dirname(__FILE__))
+
+  conf.gem github: 'eagletmt/mitamae-pacman', checksum_hash: 'v0.2.0'
+  conf.gem github: 'eagletmt/mitamae-secrets', checksum_hash: 'v0.1.1'
+  conf.gem core: "mruby-enum-ext"
 end
 
 def debug_config(conf)