Skip to content

Commit

Permalink
Updated a couple things
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyl313 committed Oct 24, 2011
1 parent 2b86828 commit ddf1bf7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
@@ -1,6 +1,6 @@
Vagrant::Config.run do |config|
config.vm.box = "lucid19"
config.vm.box_url = "http://dl.dropbox.com/u/8443957/lucid19.box"
config.vm.box = "lucid64ruby19"
config.vm.box_url = "http://dl.dropbox.com/u/8443957/lucid64ruby19.box"

config.vm.network("192.168.34.10")

Expand Down
5 changes: 5 additions & 0 deletions cookbooks/rails/recipes/default.rb
@@ -1,3 +1,8 @@
require_recipe "apt"

package "libxml2-dev"
package "libxslt1-dev"

gem_package "rails" do
version node[:rails][:version]
end
Expand Down
1 change: 0 additions & 1 deletion cookbooks/rails/templates/default/Gemfile.erb
@@ -1,5 +1,4 @@
source "http://rubygems.org"
gem "rake", "0.8.7"
gem "<%= @db_gem %>"
gem "rails", "<%= node[:rails][:version] %>"
gem "haml"
Expand Down

0 comments on commit ddf1bf7

Please sign in to comment.