diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-21 15:36:18 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-21 15:36:18 -0700 |
| commit | 795122a46ebe0d80069344558e737093f5d2474e (patch) | |
| tree | dcf8d48fbd934ec2bc01bd74bb67c8fd6fbc6c88 /Gemfile.lock | |
| parent | a4e0247551ff0e493c91c812e0ad9a3c038eee12 (diff) | |
chore: use bundler
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..3a83a38 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,18 @@ +GEM + remote: https://rubygems.org/ + specs: + graphql (1.11.6) + rack (2.2.3) + rack-test (1.1.0) + rack (>= 1.0, < 3) + +PLATFORMS + ruby + +DEPENDENCIES + graphql (~> 1.11) + rack (~> 2.2) + rack-test (~> 1.1) + +BUNDLED WITH + 2.1.4 |
