diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 00:06:58 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-07 00:06:58 -0500 |
commit | e5bfdbdcd456bec8cb0e1f2b870bde00194e5db2 (patch) | |
tree | 42ac3134e6df4d3c30fd27ccf213b77b0fdc5f9c /Gemfile.lock | |
parent | 1e038cb1801857fd201edcb509315fedb9260a07 (diff) | |
download | thoughts-e5bfdbdcd456bec8cb0e1f2b870bde00194e5db2.tar.gz thoughts-e5bfdbdcd456bec8cb0e1f2b870bde00194e5db2.tar.bz2 thoughts-e5bfdbdcd456bec8cb0e1f2b870bde00194e5db2.zip |
Add gems needed for ed25519 and Capistrano
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a3417f9..ce12201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -108,6 +108,7 @@ GEM | |||
108 | request_store (~> 1.2) | 108 | request_store (~> 1.2) |
109 | base64 (0.2.0) | 109 | base64 (0.2.0) |
110 | bcrypt (3.1.19) | 110 | bcrypt (3.1.19) |
111 | bcrypt_pbkdf (1.1.1) | ||
111 | bigdecimal (3.1.4) | 112 | bigdecimal (3.1.4) |
112 | bindex (0.8.1) | 113 | bindex (0.8.1) |
113 | builder (3.2.4) | 114 | builder (3.2.4) |
@@ -154,6 +155,7 @@ GEM | |||
154 | warden (~> 1.2.3) | 155 | warden (~> 1.2.3) |
155 | drb (2.2.0) | 156 | drb (2.2.0) |
156 | ruby2_keywords | 157 | ruby2_keywords |
158 | ed25519 (1.3.0) | ||
157 | enumerize (2.7.0) | 159 | enumerize (2.7.0) |
158 | activesupport (>= 3.2) | 160 | activesupport (>= 3.2) |
159 | erubi (1.12.0) | 161 | erubi (1.12.0) |
@@ -375,6 +377,7 @@ DEPENDENCIES | |||
375 | acts-as-taggable-on | 377 | acts-as-taggable-on |
376 | akismet | 378 | akismet |
377 | audited (~> 5.0) | 379 | audited (~> 5.0) |
380 | bcrypt_pbkdf (>= 1.0, < 2.0) | ||
378 | byebug | 381 | byebug |
379 | capistrano (~> 3.0) | 382 | capistrano (~> 3.0) |
380 | capistrano-bundler | 383 | capistrano-bundler |
@@ -384,6 +387,7 @@ DEPENDENCIES | |||
384 | capybara (~> 2.13) | 387 | capybara (~> 2.13) |
385 | coffee-rails (~> 4.2) | 388 | coffee-rails (~> 4.2) |
386 | devise | 389 | devise |
390 | ed25519 (>= 1.2, < 2.0) | ||
387 | enumerize | 391 | enumerize |
388 | haml | 392 | haml |
389 | highline | 393 | highline |