diff options
Diffstat (limited to 'spec/fixtures/ruby/bundler/ruby-2.4.9/Gemfile.lock')
| -rw-r--r-- | spec/fixtures/ruby/bundler/ruby-2.4.9/Gemfile.lock | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/spec/fixtures/ruby/bundler/ruby-2.4.9/Gemfile.lock b/spec/fixtures/ruby/bundler/ruby-2.4.9/Gemfile.lock new file mode 100644 index 0000000..ccb0aef --- /dev/null +++ b/spec/fixtures/ruby/bundler/ruby-2.4.9/Gemfile.lock @@ -0,0 +1,47 @@ +GEM + remote: https://rubygems.org/ + specs: + activemodel (5.2.4.3) + activesupport (= 5.2.4.3) + activesupport (5.2.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + builder (3.2.4) + concurrent-ruby (1.1.6) + i18n (1.8.3) + concurrent-ruby (~> 1.0) + mini_portile2 (2.4.0) + minitest (5.14.1) + net-hippie (0.3.2) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + saml-kit (1.1.0) + activemodel (>= 4.2.0) + net-hippie (~> 0.1) + xml-kit (>= 0.3.0, < 1.0.0) + thread_safe (0.3.6) + tilt (2.0.10) + tzinfo (1.2.7) + thread_safe (~> 0.1) + xml-kit (0.4.0) + activemodel (>= 4.2.0) + builder (~> 3.2) + nokogiri (~> 1.10) + tilt (>= 1.4.1) + xmldsig (~> 0.6) + xmldsig (0.6.6) + nokogiri (>= 1.6.8, < 2.0.0) + +PLATFORMS + ruby + +DEPENDENCIES + saml-kit + +RUBY VERSION + ruby 2.4.9p362 + +BUNDLED WITH + 2.1.4 |
