Skip to content

Commit

Permalink
chore(deps): bump devise-i18n from 1.11.0 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [devise-i18n](https://github.com/tigrish/devise-i18n) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/tigrish/devise-i18n/releases)
- [Changelog](https://github.com/tigrish/devise-i18n/blob/master/CHANGELOG.md)
- [Commits](tigrish/devise-i18n@v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: devise-i18n
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent b927e71 commit 1701dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gem 'faraday', '~> 2.7.11'
## 用户认证
gem 'pundit', '~> 2.3.1'
gem 'devise', '~> 4.9.2'
gem 'devise-i18n', '~> 1.11.0'
gem 'devise-i18n', '~> 1.12.0'

gem 'omniauth', '~> 2.1.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
attr_required (1.0.1)
awesome_print (1.9.2)
base64 (0.1.1)
bcrypt (3.1.18)
bcrypt (3.1.19)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.11.0)
devise-i18n (1.12.0)
devise (>= 4.9.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
Expand Down Expand Up @@ -557,7 +557,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.3)
debug (~> 1.8.0)
devise (~> 4.9.2)
devise-i18n (~> 1.11.0)
devise-i18n (~> 1.12.0)
dotenv-rails
faraday (~> 2.7.11)
friendly_id (~> 5.5.0)
Expand Down

0 comments on commit 1701dc6

Please sign in to comment.