Skip to content

Commit

Permalink
Fixes #36574 - Update fast_gettext to ~> 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jul 7, 2023
1 parent d93941a commit 1252a16
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 @@ -22,7 +22,7 @@ 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 'fast_gettext', '~> 1.4'
gem 'fast_gettext', '~> 2.1'
gem 'gettext_i18n_rails', '~> 1.8'
gem 'rails-i18n', '~> 7.0'
gem 'logging', '>= 1.8.0', '< 3.0.0'
Expand Down

0 comments on commit 1252a16

Please sign in to comment.