summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock45
1 files changed, 45 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..fdce3bb
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,45 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ charlock_holmes (0.7.9)
+ faraday (1.2.0)
+ multipart-post (>= 1.2, < 3)
+ ruby2_keywords
+ faraday_middleware (1.2.0)
+ faraday (~> 1.0)
+ multipart-post (2.4.1)
+ nokogiri (1.16.7-aarch64-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-arm-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-arm64-darwin)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86-linux)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86_64-darwin)
+ racc (~> 1.4)
+ nokogiri (1.16.7-x86_64-linux)
+ racc (~> 1.4)
+ parallel (1.26.3)
+ racc (1.8.1)
+ ruby2_keywords (0.0.5)
+ unicode_utils (1.4.0)
+
+PLATFORMS
+ aarch64-linux
+ arm-linux
+ arm64-darwin
+ x86-linux
+ x86_64-darwin
+ x86_64-linux
+
+DEPENDENCIES
+ charlock_holmes
+ faraday
+ faraday_middleware
+ nokogiri
+ parallel
+ unicode_utils
+
+BUNDLED WITH
+ 2.5.18