about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-01-14 21:21:23 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-01-14 21:21:23 -0500
commit8881ff78b1a13ecbc0eb18ad92182e3ff157522d (patch)
tree950894cbf9541a226c028900b97ee3729a393e0e
parentfe0f2e5a2220223f4fd617340b98729fd3888075 (diff)
downloadwittle-main.tar.gz
wittle-main.tar.bz2
wittle-main.zip
Add gems needed for ed25519 and Capistrano HEAD main
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock5
2 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index e183bdc..4d6eda6 100644 --- a/Gemfile +++ b/Gemfile
@@ -71,6 +71,8 @@ group :development do
71 gem 'capistrano-bundler', require: false 71 gem 'capistrano-bundler', require: false
72 gem 'capistrano-passenger', require: false 72 gem 'capistrano-passenger', require: false
73 gem 'highline', require: false 73 gem 'highline', require: false
74 gem 'ed25519', '>= 1.2', '< 2.0'
75 gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0'
74end 76end
75 77
76group :test do 78group :test do
diff --git a/Gemfile.lock b/Gemfile.lock index 4397b84..bbbf45a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -80,6 +80,8 @@ GEM
80 airbrussh (1.5.0) 80 airbrussh (1.5.0)
81 sshkit (>= 1.6.1, != 1.7.0) 81 sshkit (>= 1.6.1, != 1.7.0)
82 base64 (0.2.0) 82 base64 (0.2.0)
83 bcrypt_pbkdf (1.1.1)
84 bcrypt_pbkdf (1.1.1-x86_64-darwin)
83 bigdecimal (3.1.4) 85 bigdecimal (3.1.4)
84 bindex (0.8.1) 86 bindex (0.8.1)
85 bootsnap (1.17.0) 87 bootsnap (1.17.0)
@@ -119,6 +121,7 @@ GEM
119 reline (>= 0.3.1) 121 reline (>= 0.3.1)
120 drb (2.2.0) 122 drb (2.2.0)
121 ruby2_keywords 123 ruby2_keywords
124 ed25519 (1.3.0)
122 enumerize (2.7.0) 125 enumerize (2.7.0)
123 activesupport (>= 3.2) 126 activesupport (>= 3.2)
124 erubi (1.12.0) 127 erubi (1.12.0)
@@ -289,6 +292,7 @@ PLATFORMS
289 x86_64-linux 292 x86_64-linux
290 293
291DEPENDENCIES 294DEPENDENCIES
295 bcrypt_pbkdf (>= 1.0, < 2.0)
292 bootsnap 296 bootsnap
293 capistrano (~> 3.0) 297 capistrano (~> 3.0)
294 capistrano-bundler 298 capistrano-bundler
@@ -297,6 +301,7 @@ DEPENDENCIES
297 capistrano-rvm 301 capistrano-rvm
298 capybara 302 capybara
299 debug 303 debug
304 ed25519 (>= 1.2, < 2.0)
300 enumerize 305 enumerize
301 haml 306 haml
302 highline 307 highline