summaryrefslogtreecommitdiff
path: root/spec/fixtures/ruby/bundler-custom-tls/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/ruby/bundler-custom-tls/Gemfile.lock')
-rw-r--r--spec/fixtures/ruby/bundler-custom-tls/Gemfile.lock40
1 files changed, 40 insertions, 0 deletions
diff --git a/spec/fixtures/ruby/bundler-custom-tls/Gemfile.lock b/spec/fixtures/ruby/bundler-custom-tls/Gemfile.lock
new file mode 100644
index 0000000..0568b0f
--- /dev/null
+++ b/spec/fixtures/ruby/bundler-custom-tls/Gemfile.lock
@@ -0,0 +1,40 @@
+GEM
+ remote: https://rubygems.test/
+ specs:
+ addressable (2.7.0)
+ public_suffix (>= 2.0.2, < 5.0)
+ mini_portile2 (2.4.0)
+ net-hippie (0.3.2)
+ nokogiri (1.10.9)
+ mini_portile2 (~> 2.4.0)
+ oj (3.10.6)
+ parslet (2.0.0)
+ public_suffix (4.0.5)
+ spandx (0.13.5)
+ addressable (~> 2.7)
+ bundler (>= 1.16, < 3.0.0)
+ net-hippie (~> 0.3)
+ nokogiri (~> 1.10)
+ oj (~> 3.10)
+ parslet (~> 2.0)
+ terminal-table (~> 1.8)
+ thor
+ tty-spinner (~> 0.9)
+ zeitwerk (~> 2.3)
+ terminal-table (1.8.0)
+ unicode-display_width (~> 1.1, >= 1.1.1)
+ thor (1.0.1)
+ tty-cursor (0.7.1)
+ tty-spinner (0.9.3)
+ tty-cursor (~> 0.7)
+ unicode-display_width (1.7.0)
+ zeitwerk (2.3.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ spandx
+
+BUNDLED WITH
+ 2.1.4