diff --git a/.gitignore b/.gitignore index 2d4549a..e4ae86e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # ide .idea/ pkg/ +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index e259751..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,20 +0,0 @@ -PATH - remote: . - specs: - geminabox-release (0.2.1) - bundler (>= 1.0.14) - -GEM - remote: https://rubygems.org/ - specs: - rake (10.1.0) - -PLATFORMS - ruby - -DEPENDENCIES - geminabox-release! - rake - -BUNDLED WITH - 1.13.7