Skip to content

Commit

Permalink
Update capistrano lock version to 3.8.1 (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
esetomo authored and Gargron committed May 14, 2017
1 parent 5f727f9 commit 0a110d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

lock '3.8.0'
lock '3.8.1'

set :repo_url, ENV.fetch('REPO', 'https://github.com/tootsuite/mastodon.git')
set :branch, ENV.fetch('BRANCH', 'master')
Expand Down

0 comments on commit 0a110d0

Please sign in to comment.