Skip to content

Commit

Permalink
Add rbnacl for Capistrano to work during deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
kurko committed Aug 24, 2020
1 parent b835577 commit 01fea48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ ruby '2.6.0'
source 'https://rubygems.org'

group :development do
gem 'bcrypt_pbkdf'
gem 'capistrano'
gem 'capistrano-bundler'
gem 'capistrano-rbenv'
gem 'rbnacl', '< 5.0'
end

# Middleman
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GEM
autoprefixer-rails (6.6.1)
execjs
backports (3.6.8)
bcrypt_pbkdf (1.0.1)
builder (3.2.3)
capistrano (3.8.2)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -156,6 +157,8 @@ GEM
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rbnacl (4.0.2)
ffi
redcarpet (3.4.0)
ref (2.0.0)
rouge (2.0.7)
Expand Down Expand Up @@ -198,6 +201,7 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt_pbkdf
capistrano
capistrano-bundler
capistrano-rbenv
Expand All @@ -209,6 +213,7 @@ DEPENDENCIES
nokogiri (~> 1.6.8)
pry
rake
rbnacl (< 5.0)
redcarpet (~> 3.4.0)
rouge (~> 2.0.5)
sassc
Expand Down

0 comments on commit 01fea48

Please sign in to comment.