diff --git a/.gitignore b/.gitignore index b23e426..66be0c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ collections.yml /.bundle/ +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index fa11fb3..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,43 +0,0 @@ -PATH - remote: . - specs: - mosql (0.4.2) - bson (~> 1.10) - bson_ext - json - log4r - mongo - mongoriver (= 0.4) - pg - rake - sequel - -GEM - remote: https://rubygems.org/ - specs: - bson (1.11.1) - bson_ext (1.11.1) - bson (~> 1.11.1) - json (1.8.1) - log4r (1.1.10) - metaclass (0.0.4) - minitest (5.4.2) - mocha (1.1.0) - metaclass (~> 0.0.1) - mongo (1.11.1) - bson (= 1.11.1) - mongoriver (0.4.0) - bson_ext - log4r - mongo (>= 1.7) - pg (0.17.1) - rake (10.3.2) - sequel (4.16.0) - -PLATFORMS - ruby - -DEPENDENCIES - minitest - mocha - mosql!