From ebc925af18eb9322eb239bbb9f61d11288d69814 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum <lucas.nussbaum@loria.fr> Date: Sat, 28 Sep 2019 07:25:26 +0200 Subject: [PATCH] Update Gemfile.lock --- Gemfile.lock | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index b92256af24..02e05b535b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,31 @@ GEM remote: https://rubygems.org/ specs: + abstract_method (1.2.1) + abstract_type (0.0.7) + adamantium (0.2.0) + ice_nine (~> 0.11.0) + memoizable (~> 0.4.0) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) + anima (0.3.1) + abstract_type (~> 0.0.7) + adamantium (~> 0.2) + equalizer (~> 0.0.11) + ast (2.4.0) backports (3.15.0) bond (0.4.3) + cheetah (0.5.0) + abstract_method (~> 1.2) + code-explorer (0.3.0) + cheetah (~> 0) + coderay (~> 1) + parser (~> 2.0) + sinatra (~> 1) + coderay (1.1.2) + concord (0.1.5) + adamantium (~> 0.2.0) + equalizer (~> 0.0.9) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -13,6 +34,7 @@ GEM docile (1.3.2) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + equalizer (0.0.11) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) @@ -24,14 +46,44 @@ GEM hashdiff (1.0.0) http-cookie (1.0.3) domain_name (~> 0.5) + ice_nine (0.11.2) ipaddress (0.8.3) json (1.8.6) mediawiki_api (0.7.1) faraday (~> 0.9, >= 0.9.0) faraday-cookie_jar (~> 0.0, >= 0.0.6) faraday_middleware (~> 0.10, >= 0.10.0) + memoizable (0.4.2) + thread_safe (~> 0.3, >= 0.3.1) mime-types (2.99.3) + morpher (0.2.6) + abstract_type (~> 0.0.7) + adamantium (~> 0.2.0) + anima (~> 0.3.0) + ast (~> 2.2) + concord (~> 0.1.5) + equalizer (~> 0.0.9) + ice_nine (~> 0.11.0) + procto (~> 0.0.2) multipart-post (2.1.1) + mutant (0.8.24) + abstract_type (~> 0.0.7) + adamantium (~> 0.2.0) + anima (~> 0.3.0) + ast (~> 2.2) + concord (~> 0.1.5) + diff-lcs (~> 1.3) + equalizer (~> 0.0.9) + ice_nine (~> 0.11.1) + memoizable (~> 0.4.2) + morpher (~> 0.2.6) + parser (~> 2.5.1) + procto (~> 0.0.2) + regexp_parser (~> 1.2) + unparser (~> 0.4.2) + mutant-rspec (0.8.24) + mutant (~> 0.8.24) + rspec-core (>= 3.4.0, < 4.0.0) net-ssh (4.2.0) net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) @@ -39,12 +91,18 @@ GEM net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) netrc (0.11.0) + parser (2.5.3.0) + ast (~> 2.4.0) peach (0.5.1) + procto (0.0.3) public_suffix (3.1.1) rack (1.6.4) rack-cache (1.9.0) rack (>= 0.4) + rack-protection (1.5.5) + rack rb-readline (0.5.5) + regexp_parser (1.6.0) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) @@ -99,9 +157,23 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) + sinatra (1.4.8) + rack (~> 1.5) + rack-protection (~> 1.4) + tilt (>= 1.3, < 3) + thread_safe (0.3.6) + tilt (2.0.10) unf (0.1.4) unf_ext unf_ext (0.0.7.6) + unparser (0.4.2) + abstract_type (~> 0.0.7) + adamantium (~> 0.2.0) + concord (~> 0.1.5) + diff-lcs (~> 1.3) + equalizer (~> 0.0.9) + parser (>= 2.3.1.2, < 2.6) + procto (~> 0.0.2) webmock (3.7.5) addressable (>= 2.3.6) crack (>= 0.3.2) @@ -111,11 +183,13 @@ PLATFORMS ruby DEPENDENCIES + code-explorer diffy dns-zone hash_validator hashdiff mediawiki_api + mutant-rspec net-ssh peach restfully -- GitLab