diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..58ec121 --- /dev/null +++ b/Gemfile.lock | |||
@@ -0,0 +1,19 @@ | |||
1 | GEM | ||
2 | remote: https://rubygems.org/ | ||
3 | specs: | ||
4 | mini_portile2 (2.3.0) | ||
5 | nokogiri (1.8.2) | ||
6 | mini_portile2 (~> 2.3.0) | ||
7 | sequel (5.5.0) | ||
8 | sqlite3 (1.3.13) | ||
9 | |||
10 | PLATFORMS | ||
11 | ruby | ||
12 | |||
13 | DEPENDENCIES | ||
14 | nokogiri | ||
15 | sequel | ||
16 | sqlite3 | ||
17 | |||
18 | BUNDLED WITH | ||
19 | 1.16.1 | ||