From b82b6749298306073d10d8f932418573e9e50ded Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 26 Dec 2019 01:49:16 -0500 Subject: [PATCH 1/2] Bulk update dependencies --- Gemfile.lock | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2c4200c..7059da8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,31 +1,33 @@ GEM remote: https://rubygems.org/ specs: - domain_name (0.5.20161021) + connection_pool (2.2.2) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) http-cookie (1.0.3) domain_name (~> 0.5) - mechanize (2.7.5) + mechanize (2.7.6) domain_name (~> 0.5, >= 0.5.1) http-cookie (~> 1.0) mime-types (>= 1.17.2) net-http-digest_auth (~> 1.1, >= 1.1.1) - net-http-persistent (~> 2.5, >= 2.5.2) + net-http-persistent (>= 2.5.2) nokogiri (~> 1.6) ntlm-http (~> 0.1, >= 0.1.1) webrobots (>= 0.0.9, < 0.2) - mime-types (3.1) + mime-types (3.3) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - net-http-digest_auth (1.4) - net-http-persistent (2.9.4) - nokogiri (1.6.8.1) - mini_portile2 (~> 2.1.0) + mime-types-data (3.2019.1009) + mini_portile2 (2.4.0) + net-http-digest_auth (1.4.1) + net-http-persistent (3.1.0) + connection_pool (~> 2.2) + nokogiri (1.10.7) + mini_portile2 (~> 2.4.0) ntlm-http (0.1.1) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) + unf_ext (0.0.7.6) webrobots (0.1.2) PLATFORMS @@ -35,4 +37,4 @@ DEPENDENCIES mechanize BUNDLED WITH - 1.13.6 + 1.17.2 From b6e4496947d2d0afb5a47f8a00c245916b7aef05 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Thu, 26 Dec 2019 01:49:29 -0500 Subject: [PATCH 2/2] Add an explicit .ruby-version --- .ruby-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..57cf282 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.6.5