Skip to content

Commit

Permalink
Bump i18n-tasks from 1.0.13 to 1.0.14 (#713)
Browse files Browse the repository at this point in the history
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.13 to 1.0.14.
- [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.13...v1.0.14)

---
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] committed May 14, 2024
1 parent bc03b1a commit b8c4f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :development do
gem 'better_errors', '~> 2.10'
gem 'binding_of_caller', '~> 1.0'
gem 'brakeman', '~> 6.1'
gem 'i18n-tasks', '~> 1.0.13'
gem 'i18n-tasks', '~> 1.0.14'
gem 'letter_opener', '~> 1.10'
gem 'listen', '~> 3.9'
gem 'rails_best_practices', '~> 1.20'
Expand Down
15 changes: 3 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.8)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -271,10 +264,9 @@ GEM
highline (3.0.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.13)
i18n-tasks (1.0.14)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
better_html (>= 1.0, < 3.0)
erubi
highline (>= 2.0.0)
i18n
Expand Down Expand Up @@ -430,7 +422,7 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (7.0.8)
rails-i18n (7.0.9)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_best_practices (1.23.2)
Expand Down Expand Up @@ -572,7 +564,6 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -634,7 +625,7 @@ DEPENDENCIES
flipper (~> 1.3.0)
flipper-active_record (~> 1.3.0)
flipper-ui (~> 1.3.0)
i18n-tasks (~> 1.0.13)
i18n-tasks (~> 1.0.14)
jbuilder (~> 2.12)
jsbundling-rails (~> 1.3)
knapsack (~> 4.0)
Expand Down

0 comments on commit b8c4f1b

Please sign in to comment.