diff options
Diffstat (limited to 'week-7/final7/Gemfile.lock')
| -rw-r--r-- | week-7/final7/Gemfile.lock | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/week-7/final7/Gemfile.lock b/week-7/final7/Gemfile.lock new file mode 100644 index 0000000..6020b5a --- /dev/null +++ b/week-7/final7/Gemfile.lock @@ -0,0 +1,15 @@ +GEM + remote: https://rubygems.org/ + specs: + bson (1.12.0) + bson_ext (1.12.0) + bson (~> 1.12.0) + mongo (1.12.0) + bson (= 1.12.0) + +PLATFORMS + ruby + +DEPENDENCIES + bson_ext + mongo |
