Skip to content

Commit

Permalink
Fixes #37010 - Support safe navigation operator in safemode
Browse files Browse the repository at this point in the history
Safemode 1.4.0 has added support for this. This makes sure that version
is included.
  • Loading branch information
ekohl committed Dec 21, 2023
1 parent a1142ab commit a9fb7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'deep_cloneable', '>= 3', '< 4'
gem 'validates_lengths_from_database', '~> 0.5'
gem 'friendly_id', '>= 5.4.2', '< 6'
gem 'secure_headers', '~> 6.3'
gem 'safemode', '>= 1.3.5', '< 2'
gem 'safemode', '>= 1.4', '< 2'
gem 'fast_gettext', '~> 1.4'
gem 'gettext_i18n_rails', '~> 1.8'
gem 'rails-i18n', '~> 7.0'
Expand Down

0 comments on commit a9fb7fe

Please sign in to comment.