Skip to content

Commit

Permalink
Bump i18n-tasks from 1.0.12 to 1.0.13 (#500)
Browse files Browse the repository at this point in the history
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](glebm/i18n-tasks@v1.0.12...v1.0.13)

---
updated-dependencies:
- dependency-name: i18n-tasks
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 51cb595 commit d7a2f18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ group :development do
gem 'better_errors', '~> 2.10'
gem 'binding_of_caller', '~> 1.0'
gem 'brakeman', '~> 6.0'
gem 'i18n-tasks', '~> 1.0.12'
gem 'i18n-tasks', '~> 1.0.13'
gem 'letter_opener', '~> 1.7'
gem 'listen', '~> 3.8'
gem 'rails_best_practices', '~> 1.20'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@ GEM
highline (2.1.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.12)
i18n-tasks (1.0.13)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
better_html (>= 1.0, < 3.0)
erubi
highline (>= 2.0.0)
i18n
parser (>= 2.2.3.0)
parser (>= 3.2.2.1)
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
Expand Down Expand Up @@ -358,7 +358,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.7)
rails-i18n (7.0.8)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_best_practices (1.23.2)
Expand Down Expand Up @@ -539,7 +539,7 @@ DEPENDENCIES
flipper (~> 1.0.0)
flipper-active_record (~> 1.0.0)
flipper-ui (~> 1.0.0)
i18n-tasks (~> 1.0.12)
i18n-tasks (~> 1.0.13)
jbuilder (~> 2.10)
knapsack (~> 4.0)
letter_opener (~> 1.7)
Expand Down

0 comments on commit d7a2f18

Please sign in to comment.