Gemfile.lock in capistrano-pumaio-3.1.4 vs Gemfile.lock in capistrano-pumaio-3.1.6
- old
+ new
@@ -1,83 +1,93 @@
GEM
remote: http://rubygems.org/
specs:
- activesupport (4.2.6)
- i18n (~> 0.7)
- json (~> 1.7, >= 1.7.7)
+ activesupport (5.2.3)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
minitest (~> 5.1)
- thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
- addressable (2.4.0)
- builder (3.2.2)
- capistrano (3.4.0)
+ addressable (2.6.0)
+ public_suffix (>= 2.0.2, < 4.0)
+ airbrussh (1.3.1)
+ sshkit (>= 1.6.1, != 1.7.0)
+ builder (3.2.3)
+ capistrano (3.11.0)
+ airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
- sshkit (~> 1.3)
- capistrano-monit_runit (3.1.0)
+ sshkit (>= 1.9.0)
+ capistrano-monit_runit (3.1.3)
activesupport (>= 4.0)
capistrano (~> 3.4)
+ concurrent-ruby (1.1.5)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
- faraday (0.9.2)
+ faraday (0.15.4)
multipart-post (>= 1.2, < 3)
- git (1.3.0)
- github_api (0.13.1)
- addressable (~> 2.4.0)
+ git (1.5.0)
+ github_api (0.18.2)
+ addressable (~> 2.4)
descendants_tracker (~> 0.0.4)
- faraday (~> 0.8, < 0.10)
- hashie (>= 3.4)
- multi_json (>= 1.7.5, < 2.0)
- oauth2
- hashie (3.4.3)
- highline (1.7.8)
- i18n (0.7.0)
- json (1.8.3)
- juwelier (2.1.0)
+ faraday (~> 0.8)
+ hashie (~> 3.5, >= 3.5.2)
+ oauth2 (~> 1.0)
+ hashie (3.6.0)
+ highline (2.0.1)
+ i18n (1.6.0)
+ concurrent-ruby (~> 1.0)
+ juwelier (2.4.9)
builder
- bundler (>= 1.0)
- git (>= 1.2.5)
+ bundler
+ git
github_api
- highline (>= 1.6.15)
- nokogiri (>= 1.5.10)
+ highline
+ kamelcase (~> 0)
+ nokogiri
+ psych
rake
rdoc
- jwt (1.5.1)
- mini_portile2 (2.0.0)
- minitest (5.8.4)
- multi_json (1.11.2)
- multi_xml (0.5.5)
+ semver2
+ jwt (2.1.0)
+ kamelcase (0.0.2)
+ semver2 (~> 3)
+ mini_portile2 (2.4.0)
+ minitest (5.11.3)
+ multi_json (1.13.1)
+ multi_xml (0.6.0)
multipart-post (2.0.0)
- net-scp (1.2.1)
- net-ssh (>= 2.6.5)
- net-ssh (3.0.2)
- nokogiri (1.6.7.2)
- mini_portile2 (~> 2.0.0.rc2)
- oauth2 (1.1.0)
- faraday (>= 0.8, < 0.10)
- jwt (~> 1.0, < 1.5.2)
+ net-scp (2.0.0)
+ net-ssh (>= 2.6.5, < 6.0.0)
+ net-ssh (5.2.0)
+ nokogiri (1.10.2)
+ mini_portile2 (~> 2.4.0)
+ oauth2 (1.4.1)
+ faraday (>= 0.8, < 0.16.0)
+ jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
- rack (1.6.4)
- rake (11.1.1)
- rdoc (4.2.2)
- json (~> 1.4)
- sshkit (1.9.0)
+ psych (3.1.0)
+ public_suffix (3.0.3)
+ rack (2.0.6)
+ rake (12.3.2)
+ rdoc (6.1.1)
+ semver2 (3.4.2)
+ sshkit (1.18.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
- thread_safe (0.3.5)
- tzinfo (1.2.2)
+ thread_safe (0.3.6)
+ tzinfo (1.2.5)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
activesupport (>= 4.0)
- bundler (~> 1.7)
+ bundler (>= 1.7)
capistrano (~> 3.4)
capistrano-monit_runit (~> 3.1.0)
juwelier
BUNDLED WITH
- 1.11.2
+ 1.17.3