Skip to content

Commit

Permalink
Update Gemfile and Gemfile.lock
Browse files Browse the repository at this point in the history
Locked devise-i18n to version 1.12 >= 1.12.1
  • Loading branch information
BGMP committed Jul 26, 2024
1 parent be5285c commit 102f355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'countries', '~> 5.7' # Collecti
gem 'country_select', '~> 8.0', '>= 8.0.3' # Provides a simple helper to get an HTML select list of countries
gem 'cssbundling-rails', '~> 1.1' # Use SCSS for stylesheets
gem 'devise', '~> 4.9.2' # Flexible authentication solution for Rails with Warden
gem 'devise-i18n'
gem 'devise-i18n', '~> 1.12', '>= 1.12.1' # Translations for the devise gem
gem 'faraday-http-cache', '~> 2.4' # Faraday middleware that respects HTTP cache
gem 'foreman', '~> 0.87.2' # Process manager for applications with multiple components
gem 'github_api', '~> 0.19.0' # GitHub API
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.12.0)
devise-i18n (1.12.1)
devise (>= 4.9.0)
diff-lcs (1.5.0)
down (5.4.1)
Expand Down Expand Up @@ -459,7 +459,7 @@ DEPENDENCIES
country_select (~> 8.0, >= 8.0.3)
cssbundling-rails (~> 1.1)
devise (~> 4.9.2)
devise-i18n
devise-i18n (~> 1.12, >= 1.12.1)
ed25519 (~> 1.3)
error_highlight (>= 0.4.0)
factory_bot_rails (~> 6.2)
Expand Down

0 comments on commit 102f355

Please sign in to comment.