diff --git a/.gitignore b/.gitignore index 634eb8e..4904f71 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ doc *.gem .rvmrc .bundle +Gemfile.lock \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 0590f8e..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,16 +0,0 @@ -PATH - remote: . - specs: - therubyrhino (1.72.7) - -GEM - remote: http://rubygems.org/ - specs: - rspec (1.3.0) - -PLATFORMS - java - -DEPENDENCIES - rspec - therubyrhino!