diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..b844b143d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index b77b007a0..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,38 +0,0 @@ -PATH - remote: . - specs: - resque (1.16.0) - json (>= 1.4.6, < 1.6) - redis-namespace (~> 1.0.2) - sinatra (>= 0.9.2) - vegas (~> 0.1.2) - -GEM - remote: http://rubygems.org/ - specs: - json (1.5.1) - leftright (0.9.1) - mocha (0.9.7) - rake - rack (1.2.2) - rack-test (0.5.7) - rack (>= 1.0) - rake (0.8.7) - redis (2.2.0) - redis-namespace (1.0.2) - redis (< 3.0.0) - sinatra (1.2.6) - rack (~> 1.1) - tilt (>= 1.2.2, < 2.0) - tilt (1.3) - vegas (0.1.8) - rack (>= 1.0.0) - -PLATFORMS - ruby - -DEPENDENCIES - leftright - mocha (~> 0.9.7) - rack-test (~> 0.5) - resque!