Skip to content

Commit

Permalink
Merge pull request #269 from pulibrary/hotfix-cap-3.16-jrgriffiniii
Browse files Browse the repository at this point in the history
Pinning Capistrano to 3.16 releases
  • Loading branch information
hectorcorrea authored May 3, 2022
2 parents 928c4fe + 61a8e97 commit 35cbe51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Capfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Load DSL and set up stages
require "capistrano/setup"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ end

group :development do
gem "bcrypt_pbkdf"
gem "capistrano", "~> 3.10", require: false
gem "capistrano", "3.16", "< 3.17", require: false
gem "capistrano-passenger", require: false
gem "capistrano-rails", "~> 1.4", require: false
gem "ed25519"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
sassc-rails (>= 2.0.0)
builder (3.2.4)
byebug (11.1.3)
capistrano (3.17.0)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -524,7 +524,7 @@ DEPENDENCIES
bootsnap (>= 1.4.4)
bootstrap (~> 4.0)
byebug
capistrano (~> 3.10)
capistrano (= 3.16, < 3.17)
capistrano-passenger
capistrano-rails (~> 1.4)
capybara (>= 3.26)
Expand Down Expand Up @@ -571,4 +571,4 @@ RUBY VERSION
ruby 3.0.3p157

BUNDLED WITH
2.3.11
2.3.8
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.0"
lock "~> 3.16.0"

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

0 comments on commit 35cbe51

Please sign in to comment.