about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 12:28:14 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 12:28:14 -0500
commit505934f510c0e4f5965054fdd3ffaccb63c7604c (patch)
treeb94950435e8d188ac5474e3765a2c6647186716b /Gemfile.lock
parenta79470b5bc9ec950493abf4df928e02ecfab2ecb (diff)
downloadpokeviewer-505934f510c0e4f5965054fdd3ffaccb63c7604c.tar.gz
pokeviewer-505934f510c0e4f5965054fdd3ffaccb63c7604c.tar.bz2
pokeviewer-505934f510c0e4f5965054fdd3ffaccb63c7604c.zip
Add gems needed for ed25519 and Capistrano
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9bb96e3..19d64ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -84,6 +84,9 @@ GEM
84 airbrussh (1.5.3) 84 airbrussh (1.5.3)
85 sshkit (>= 1.6.1, != 1.7.0) 85 sshkit (>= 1.6.1, != 1.7.0)
86 base64 (0.2.0) 86 base64 (0.2.0)
87 bcrypt_pbkdf (1.1.1)
88 bcrypt_pbkdf (1.1.1-arm64-darwin)
89 bcrypt_pbkdf (1.1.1-x86_64-darwin)
87 benchmark (0.4.0) 90 benchmark (0.4.0)
88 bigdecimal (3.1.8) 91 bigdecimal (3.1.8)
89 bindex (0.8.1) 92 bindex (0.8.1)
@@ -129,6 +132,7 @@ GEM
129 irb (~> 1.10) 132 irb (~> 1.10)
130 reline (>= 0.3.8) 133 reline (>= 0.3.8)
131 drb (2.2.1) 134 drb (2.2.1)
135 ed25519 (1.3.0)
132 enumerize (2.8.1) 136 enumerize (2.8.1)
133 activesupport (>= 3.2) 137 activesupport (>= 3.2)
134 erubi (1.13.0) 138 erubi (1.13.0)
@@ -335,6 +339,7 @@ PLATFORMS
335 339
336DEPENDENCIES 340DEPENDENCIES
337 activerecord-diff 341 activerecord-diff
342 bcrypt_pbkdf (>= 1.0, < 2.0)
338 bootsnap 343 bootsnap
339 capistrano (~> 3.0) 344 capistrano (~> 3.0)
340 capistrano-bundler 345 capistrano-bundler
@@ -344,6 +349,7 @@ DEPENDENCIES
344 capybara 349 capybara
345 coffee-rails (~> 4.2) 350 coffee-rails (~> 4.2)
346 debug 351 debug
352 ed25519 (>= 1.2, < 2.0)
347 enumerize 353 enumerize
348 haml 354 haml
349 highline 355 highline