cookbooks/tvdinner/templates/default/Gemfile.erb in tvd-tvdinner-0.0.24 vs cookbooks/tvdinner/templates/default/Gemfile.erb in tvd-tvdinner-0.0.25

- old
+ new

@@ -1,9 +1,9 @@ source "https://rubygems.org" gemspec -require "#{File.expand_path("..", __FILE__)}/lib/development.rb" +require File.expand_path("../lib/development.rb", __FILE__) gem "tvd-tvdinner" unless File.exists?(File.expand_path("../tvd-tvdinner.gemspec", __FILE__)) gem "chefspec" gem "minitest-chef-handler" gem "foodcritic", :platforms => :ruby_19