Skip to content

Commit 9b53f17

Browse files
Update gem blind_index -> 2.7.0 (#2416)
Signed-off-by: David A. Wheeler <[email protected]>
1 parent e131740 commit 9b53f17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'activesupport', '~> 8.0.1' # Rails. Underlying library.
3232
# gem 'activetext' # Not used. Text editor that fails to support markdown.
3333
gem 'attr_encrypted', '~> 4' # Simplify encrypting model attributes
3434
gem 'bcrypt', '~> 3.1.18' # Security - for salted hashed interacted passwords
35-
gem 'blind_index', '~> 2.6.1' # Index encrypted data (email addresses)
35+
gem 'blind_index', '~> 2.7.0' # Index encrypted data (email addresses)
3636
gem 'bootstrap-sass', '~> 3.4' # Use bootstrap v3
3737
gem 'bootstrap-social-rails', '~> 4.12' # Pretty social media buttons
3838
gem 'bootstrap_form', '~> 2.7' # DO NOT update unless updating bootstrap

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ GEM
8888
benchmark (0.4.1)
8989
bigdecimal (3.2.2)
9090
bindex (0.8.1)
91-
blind_index (2.6.2)
92-
activesupport (>= 7)
91+
blind_index (2.7.0)
92+
activesupport (>= 7.1)
9393
argon2-kdf (>= 0.2)
9494
bootsnap (1.18.6)
9595
msgpack (~> 1.2)
@@ -601,7 +601,7 @@ DEPENDENCIES
601601
attr_encrypted (~> 4)
602602
awesome_print
603603
bcrypt (~> 3.1.18)
604-
blind_index (~> 2.6.1)
604+
blind_index (~> 2.7.0)
605605
bootsnap
606606
bootstrap-sass (~> 3.4)
607607
bootstrap-social-rails (~> 4.12)

0 commit comments

Comments
 (0)