File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ gem 'activesupport', '~> 8.0.1' # Rails. Underlying library.
32
32
# gem 'activetext' # Not used. Text editor that fails to support markdown.
33
33
gem 'attr_encrypted' , '~> 4' # Simplify encrypting model attributes
34
34
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)
36
36
gem 'bootstrap-sass' , '~> 3.4' # Use bootstrap v3
37
37
gem 'bootstrap-social-rails' , '~> 4.12' # Pretty social media buttons
38
38
gem 'bootstrap_form' , '~> 2.7' # DO NOT update unless updating bootstrap
Original file line number Diff line number Diff line change 88
88
benchmark (0.4.1 )
89
89
bigdecimal (3.2.2 )
90
90
bindex (0.8.1 )
91
- blind_index (2.6.2 )
92
- activesupport (>= 7 )
91
+ blind_index (2.7.0 )
92
+ activesupport (>= 7.1 )
93
93
argon2-kdf (>= 0.2 )
94
94
bootsnap (1.18.6 )
95
95
msgpack (~> 1.2 )
@@ -601,7 +601,7 @@ DEPENDENCIES
601
601
attr_encrypted (~> 4 )
602
602
awesome_print
603
603
bcrypt (~> 3.1.18 )
604
- blind_index (~> 2.6.1 )
604
+ blind_index (~> 2.7.0 )
605
605
bootsnap
606
606
bootstrap-sass (~> 3.4 )
607
607
bootstrap-social-rails (~> 4.12 )
You can’t perform that action at this time.
0 commit comments