summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Gemfile.lock27
2 files changed, 1 insertions, 27 deletions
diff --git a/.gitignore b/.gitignore
index 8079d04..c1e0bee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ lib/ffi_c.bundle
lib/ffi_c.so
vendor
.bundle
+Gemfile.lock
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index 66378c3..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,27 +0,0 @@
-GEM
- remote: https://rubygems.org/
- specs:
- diff-lcs (1.2.5)
- rake (10.3.2)
- rake-compiler (0.9.3)
- rake
- rspec (2.14.1)
- rspec-core (~> 2.14.0)
- rspec-expectations (~> 2.14.0)
- rspec-mocks (~> 2.14.0)
- rspec-core (2.14.8)
- rspec-expectations (2.14.5)
- diff-lcs (>= 1.1.3, < 2.0)
- rspec-mocks (2.14.6)
- rubygems-tasks (0.2.4)
-
-PLATFORMS
- java
- ruby
-
-DEPENDENCIES
- rake (~> 10.1)
- rake-compiler (~> 0.9.2)
- rspec (~> 2.14.1)
- rubygems-tasks (~> 0.2.4)
- rubysl (~> 2.0)