summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Gemfile.lock35
2 files changed, 2 insertions, 35 deletions
diff --git a/.gitignore b/.gitignore
index b04a8c8..5c249f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
# rspec failure tracking
.rspec_status
+
+Gemfile.lock
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index 43b682f..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,35 +0,0 @@
-PATH
- remote: .
- specs:
- super_good-solidus_taxjar (0.1.0)
-
-GEM
- remote: https://rubygems.org/
- specs:
- diff-lcs (1.3)
- rake (10.5.0)
- rspec (3.8.0)
- rspec-core (~> 3.8.0)
- rspec-expectations (~> 3.8.0)
- rspec-mocks (~> 3.8.0)
- rspec-core (3.8.0)
- rspec-support (~> 3.8.0)
- rspec-expectations (3.8.2)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-mocks (3.8.0)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.8.0)
- rspec-support (3.8.0)
-
-PLATFORMS
- ruby
-
-DEPENDENCIES
- bundler (~> 1.17)
- rake (~> 10.0)
- rspec (~> 3.0)
- super_good-solidus_taxjar!
-
-BUNDLED WITH
- 1.17.1