Skip to content

Commit

Permalink
lock cap at 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Thomas committed Apr 17, 2015
1 parent 0a4af92 commit 3531e2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'capistrano', '~> 3.2'
gem 'capistrano', '~> 3.4'
gem 'capistrano-slackify'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ PLATFORMS
ruby

DEPENDENCIES
capistrano (~> 3.2)
capistrano (~> 3.4)
capistrano-slackify
4 changes: 2 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# config valid only for Capistrano 3.1
lock '3.1.0'
# config valid only for Capistrano 3.4
lock '3.4.0'

# require Slack config
require './config/slack'
Expand Down

0 comments on commit 3531e2c

Please sign in to comment.