Skip to content

Commit

Permalink
Unlock the capfile
Browse files Browse the repository at this point in the history
Currently this won't deploy and gives the message:
```
Capfile locked at ~> 3.17.1, but 3.18.0 is loaded
```

We do not use the lock function in other projects to avoid this problem.
  • Loading branch information
jcoyne authored Nov 6, 2023
1 parent f8da496 commit 206d661
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.17.1"
# lock "~> 3.17.1"

set :application, "dlme"
set :repo_url, "https://github.com/sul-dlss/dlme.git"
Expand Down

0 comments on commit 206d661

Please sign in to comment.