diff --git a/Gemfile.lock b/Gemfile.lock index 2d274b1..015a21a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH gitdeploy (1.4.0) andand facets - mechanize + mechanize (= 2.7.3) trollop GEM @@ -15,10 +15,10 @@ GEM timers (~> 4.0.0) coderay (1.1.0) diff-lcs (1.2.5) - domain_name (0.5.24) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - facets (3.0.0) - ffi (1.9.6) + facets (3.1.0) + ffi (1.14.2) formatador (0.2.5) guard (2.11.1) formatador (>= 0.2.4) @@ -35,7 +35,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hitimes (1.2.2) - http-cookie (1.0.2) + http-cookie (1.0.3) domain_name (~> 0.5) listen (2.8.5) celluloid (>= 0.15.2) @@ -52,13 +52,14 @@ GEM ntlm-http (~> 0.1, >= 0.1.1) webrobots (>= 0.0.9, < 0.2) method_source (0.8.2) - mime-types (2.6.1) - mini_portile (0.6.2) + mime-types (2.99.3) + mini_portile2 (2.5.0) nenv (0.1.1) - net-http-digest_auth (1.4) + net-http-digest_auth (1.4.1) net-http-persistent (2.9.4) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) notiffany (0.0.3) nenv (~> 0.1) shellany (~> 0.0) @@ -67,6 +68,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + racc (1.5.2) rake (10.4.2) rb-fsevent (0.9.4) rb-inotify (0.9.5) @@ -88,11 +90,11 @@ GEM thor (0.19.1) timers (4.0.1) hitimes - trollop (2.1.2) + trollop (2.9.10) unf (0.1.4) unf_ext - unf_ext (0.0.7.1) - webrobots (0.1.1) + unf_ext (0.0.7.7) + webrobots (0.1.2) PLATFORMS ruby diff --git a/gitdeploy.gemspec b/gitdeploy.gemspec index 929c6f1..d91f25d 100644 --- a/gitdeploy.gemspec +++ b/gitdeploy.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'facets' spec.add_dependency 'trollop' - spec.add_dependency 'mechanize' + spec.add_dependency 'mechanize', '2.7.3' spec.add_dependency 'andand' spec.add_development_dependency 'bundler', '~> 1.6' diff --git a/lib/gitdeploy/version.rb b/lib/gitdeploy/version.rb index a44d5a0..82e61b0 100644 --- a/lib/gitdeploy/version.rb +++ b/lib/gitdeploy/version.rb @@ -1,3 +1,3 @@ module Gitdeploy - VERSION = '1.4.5' + VERSION = '1.4.6' end