Skip to content

Commit

Permalink
The version of capistrano was fixed.
Browse files Browse the repository at this point in the history
ver 2.15.4
  • Loading branch information
kazuhisa committed Oct 11, 2013
1 parent c59ec75 commit ff5ae18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "rails", '3.2.13'

gem "exception_notification"

gem "capistrano"
gem "capistrano", "2.15.4"
gem "open4"
gem "coderay"
gem "version_fu", :git => "https://github.com/jmckible/version_fu.git"
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GIT

GIT
remote: https://github.com/sosedoff/capistrano-unicorn.git
revision: df652095214dbc3a841d98aa2f8112602a754ed8
revision: 3dc0459a9092aa2802286063e703ef807a83a057
specs:
capistrano-unicorn (0.2.0)
capistrano
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
arel (3.0.2)
bcrypt-ruby (3.1.2)
builder (3.0.4)
capistrano (2.15.5)
capistrano (2.15.4)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
Expand All @@ -60,8 +60,8 @@ GEM
coderay (1.0.9)
columnize (0.3.6)
daemons (1.1.9)
database_cleaner (1.1.1)
debugger (1.6.1)
database_cleaner (1.2.0)
debugger (1.6.2)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.3)
Expand All @@ -76,10 +76,10 @@ GEM
devise (>= 2.1.0)
erubis (2.7.0)
eventmachine (1.0.3)
exception_notification (4.0.0)
exception_notification (4.0.1)
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
execjs (2.0.1)
execjs (2.0.2)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.2.1)
Expand All @@ -94,7 +94,7 @@ GEM
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.0)
kgio (2.8.0)
kgio (2.8.1)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
Expand All @@ -103,24 +103,24 @@ GEM
method_source (0.8.2)
mime-types (1.25)
minitest (4.7.5)
minitest-reporters (0.14.20)
minitest-reporters (0.14.23)
ansi
builder
minitest (>= 2.12, < 5.0)
powerbar
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.8.0)
multi_json (1.8.1)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.6.8)
net-ssh (2.7.0)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
open4 (1.3.0)
orm_adapter (0.4.0)
pg (0.16.0)
pg (0.17.0)
polyglot (0.3.3)
powerbar (1.0.11)
ansi (~> 1.4.0)
Expand Down Expand Up @@ -158,8 +158,8 @@ GEM
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
rvm-capistrano (1.5.0)
capistrano (>= 2.15.4)
rvm-capistrano (1.5.1)
capistrano (~> 2.15.4)
slop (3.4.6)
sprockets (2.2.2)
hike (~> 1.2)
Expand All @@ -178,7 +178,7 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
tzinfo (0.3.38)
uglifier (2.2.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
Expand All @@ -196,7 +196,7 @@ PLATFORMS
ruby

DEPENDENCIES
capistrano
capistrano (= 2.15.4)
capistrano-rbenv
capistrano-unicorn!
coderay
Expand Down

0 comments on commit ff5ae18

Please sign in to comment.