Skip to content
Closed
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
42 changes: 25 additions & 17 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.7)
trollop

GEM
Expand All @@ -14,10 +14,11 @@ GEM
celluloid (0.16.0)
timers (~> 4.0.0)
coderay (1.1.0)
connection_pool (2.2.3)
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)
facets (3.1.0)
ffi (1.9.6)
formatador (0.2.5)
guard (2.11.1)
Expand All @@ -35,30 +36,35 @@ 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)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mechanize (2.7.3)
mechanize (2.7.7)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (~> 2.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.5, >= 2.5.2)
nokogiri (~> 1.4)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrick (~> 1.7)
webrobots (>= 0.0.9, < 0.2)
method_source (0.8.2)
mime-types (2.6.1)
mini_portile (0.6.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mini_portile2 (2.5.0)
nenv (0.1.1)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
net-http-digest_auth (1.4.1)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
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 +73,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 +95,12 @@ 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)
webrick (1.7.0)
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', '2.7.3'
spec.add_dependency 'mechanize', '2.7.7'
spec.add_dependency 'andand'

spec.add_development_dependency 'bundler', '~> 1.6'
Expand Down