summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-06-03 19:13:26 -0300
committericebaker <icebaker@proton.me>2023-06-03 19:13:26 -0300
commitcb8a84a60773cfe9e7fab03d93fc6430e4574351 (patch)
tree27839477aafb56128804393a328c94d341d5b394 /Gemfile.lock
parent2c50a06b68a21ce904e5dfd15833e3569ff64bfa (diff)
add cryptography to state and user identifiers
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 5 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index facc989..f5acf72 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,6 +7,7 @@ PATH
faraday (~> 2.7, >= 2.7.5)
pry (~> 0.14.2)
rainbow (~> 3.1, >= 3.1.1)
+ rbnacl (~> 7.1, >= 7.1.1)
ruby-openai (~> 4.0)
sweet-moon (~> 0.0.7)
@@ -35,6 +36,8 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
rainbow (3.1.1)
+ rbnacl (7.1.1)
+ ffi
regexp_parser (2.8.0)
rexml (3.2.5)
rspec (3.12.0)
@@ -50,7 +53,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
- rubocop (1.51.0)
+ rubocop (1.52.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
@@ -60,7 +63,7 @@ GEM
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
- rubocop-ast (1.28.1)
+ rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)