Skip to content

Commit 61a8e97

Browse files
committed
Locking the cap version in Capfile
1 parent d479039 commit 61a8e97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Capfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Load DSL and set up stages
34
require "capistrano/setup"
45

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# config valid for current version and patch releases of Capistrano
2-
lock "~> 3.17.0"
2+
lock "~> 3.16.0"
33

44
set :application, "pdc_discovery"
55
set :repo_url, "https://github.com/pulibrary/pdc_discovery.git"

0 commit comments

Comments
 (0)