diff --git a/.gitignore b/.gitignore index 267eb50..430de50 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ pkg rdoc pristine_app/tmp pristine_app/log +pristine_app/Gemfile.lock test/soup \ No newline at end of file diff --git a/pristine_app/Gemfile b/pristine_app/Gemfile index e69de29..5054ac7 100644 --- a/pristine_app/Gemfile +++ b/pristine_app/Gemfile @@ -0,0 +1,3 @@ +source :rubygems + +gem 'vanilla', :path => File.expand_path("../..", __FILE__) \ No newline at end of file