Skip to content

Commit

Permalink
Locked the Capistrano version to a minor release (rather than a patch
Browse files Browse the repository at this point in the history
release)
  • Loading branch information
jrgriffiniii committed Oct 18, 2019
1 parent eebe64e commit 552f22d
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,5 +1,5 @@
# config valid for current version and patch releases of Capistrano
lock "~> 3.11.2"
lock "~> 3.11"

set :application, "plantain"
set :repo_url, "https://github.com/pulibrary/plantain.git"
Expand Down

0 comments on commit 552f22d

Please sign in to comment.