Navigation Menu

Skip to content

Commit

Permalink
Install ruby-dev to avoid "cannot load such file -- mkmf (LoadError)"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 3f20bc0 commit 93c52ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions droonga/recipes/engine.rb
Expand Up @@ -40,6 +40,10 @@
supports :manage_home => true
end

package "ruby-dev" do
action :install
end

gem_package "bundler" do
action :install
end
Expand Down

0 comments on commit 93c52ea

Please sign in to comment.