Commit 9579dfaa0267351e9525308c51e22a0b447155d3

Authored by Rafael Manzo
1 parent d332d1d8

capistrano-rvm, capistrano-bundler, sshkit updated

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
Gemfile.lock
... ... @@ -41,15 +41,15 @@ GEM
41 41 i18n
42 42 rake (>= 10.0.0)
43 43 sshkit (>= 0.0.23)
44   - capistrano-bundler (1.1.1)
  44 + capistrano-bundler (1.1.2)
45 45 capistrano (~> 3.0)
46   - sshkit (>= 1.2.0)
  46 + sshkit (~> 1.2)
47 47 capistrano-rails (1.1.0)
48 48 capistrano (>= 3.0.0)
49 49 capistrano-bundler (>= 1.0.0)
50   - capistrano-rvm (0.1.0)
  50 + capistrano-rvm (0.1.1)
51 51 capistrano (~> 3.0)
52   - sshkit (~> 1.2.0)
  52 + sshkit (~> 1.2)
53 53 capybara (2.2.1)
54 54 mime-types (>= 1.16)
55 55 nokogiri (>= 1.3.3)
... ... @@ -224,7 +224,7 @@ GEM
224 224 activesupport (>= 3.0)
225 225 sprockets (~> 2.8)
226 226 sqlite3 (1.3.8)
227   - sshkit (1.2.0)
  227 + sshkit (1.3.0)
228 228 net-scp (>= 1.1.2)
229 229 net-ssh
230 230 term-ansicolor
... ...