Skip to content

Commit

Permalink
downgraded capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Dec 5, 2014
1 parent d07c76c commit 3fe6bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'mysql2', '~> 0.3'
gem 'haml', '~> 4.0'
gem 'haml-rails', '~> 0.4'
gem 'jquery-rails', '~> 3.0'
gem 'capistrano', '~> 3.0'
gem 'capistrano', '~> 3.0.1'
gem 'escape', '~> 0.0.4'
gem 'thin', '~> 1.6'
gem 'resque', '~> 1.2'
Expand Down
12 changes: 5 additions & 7 deletions Gemfile.lock
Expand Up @@ -35,21 +35,19 @@ GEM
treetop (~> 1.4)
unicode_utils (~> 1.4)
builder (3.0.4)
capistrano (3.3.3)
capistrano-stats (~> 1.0.3)
capistrano (3.0.1)
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
capistrano-stats (1.0.3)
sshkit (>= 0.0.23)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
coffee-rails (3.2.2)
coffee-rails (3.2.1)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
railties (~> 3.2.0.beta)
coffee-script (2.3.0)
coffee-script-source
execjs
Expand Down Expand Up @@ -246,7 +244,7 @@ PLATFORMS

DEPENDENCIES
biodiversity (~> 3.1)
capistrano (~> 3.0)
capistrano (~> 3.0.1)
capybara (~> 2.2)
coffee-rails (~> 3.1)
composite_primary_keys (~> 5.0)
Expand Down

0 comments on commit 3fe6bc9

Please sign in to comment.