Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
gitdeploy (1.4.0)
andand
facets
mechanize
mechanize (= 2.7.3)
trollop

GEM
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gitdeploy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion lib/gitdeploy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gitdeploy
VERSION = '1.4.5'
VERSION = '1.4.6'
end