diff --git a/.gitignore b/.gitignore index 1b10c47..2b18cd6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ pkg/* *.rbc *.swp .bundle +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 0e17ad7..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,31 +0,0 @@ -PATH - remote: . - specs: - guard-rails-assets (0.0.5) - guard - rake - -GEM - remote: http://rubygems.org/ - specs: - diff-lcs (1.1.2) - guard (0.5.1) - thor (~> 0.14.6) - rake (0.9.2) - rspec (2.6.0) - rspec-core (~> 2.6.0) - rspec-expectations (~> 2.6.0) - rspec-mocks (~> 2.6.0) - rspec-core (2.6.4) - rspec-expectations (2.6.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.6.0) - thor (0.14.6) - -PLATFORMS - ruby - -DEPENDENCIES - guard-rails-assets! - rake - rspec