Skip to content

Commit 2bbf435

Browse files
Bump i18n-tasks from 1.0.13 to 1.0.14 (#2583)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56b3efb commit 2bbf435

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development, :test do
2525
gem "byebug"
2626
gem "dotenv-rails"
2727
gem "factory_bot_rails"
28-
gem "i18n-tasks", "1.0.13"
28+
gem "i18n-tasks", "1.0.14"
2929
gem "pry"
3030
gem "standard"
3131
gem "yard"

Gemfile.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ GEM
9090
ast (2.4.2)
9191
awesome_print (1.9.2)
9292
base64 (0.2.0)
93-
better_html (2.0.2)
94-
actionview (>= 6.0)
95-
activesupport (>= 6.0)
96-
ast (~> 2.0)
97-
erubi (~> 1.4)
98-
parser (>= 2.4)
99-
smart_properties
10093
bigdecimal (3.1.7)
10194
builder (3.2.4)
10295
byebug (11.1.3)
@@ -147,13 +140,12 @@ GEM
147140
globalid (1.2.1)
148141
activesupport (>= 6.1)
149142
hashdiff (1.1.0)
150-
highline (2.1.0)
143+
highline (3.0.1)
151144
i18n (1.14.5)
152145
concurrent-ruby (~> 1.0)
153-
i18n-tasks (1.0.13)
146+
i18n-tasks (1.0.14)
154147
activesupport (>= 4.0.2)
155148
ast (>= 2.1.0)
156-
better_html (>= 1.0, < 3.0)
157149
erubi
158150
highline (>= 2.0.0)
159151
i18n
@@ -249,7 +241,7 @@ GEM
249241
rails-html-sanitizer (1.6.0)
250242
loofah (~> 2.21)
251243
nokogiri (~> 1.14)
252-
rails-i18n (7.0.8)
244+
rails-i18n (7.0.9)
253245
i18n (>= 0.7, < 2)
254246
railties (>= 6.0.0, < 8)
255247
railties (7.0.8.1)
@@ -313,7 +305,6 @@ GEM
313305
concurrent-ruby (~> 1.0, >= 1.0.2)
314306
shoulda-matchers (6.2.0)
315307
activesupport (>= 5.2.0)
316-
smart_properties (1.17.0)
317308
sprockets (4.2.0)
318309
concurrent-ruby (~> 1.0)
319310
rack (>= 2.2.4, < 4)
@@ -358,7 +349,7 @@ GEM
358349
xpath (3.2.0)
359350
nokogiri (~> 1.8)
360351
yard (0.9.36)
361-
zeitwerk (2.6.13)
352+
zeitwerk (2.6.14)
362353

363354
PLATFORMS
364355
ruby
@@ -379,7 +370,7 @@ DEPENDENCIES
379370
formulaic
380371
front_matter_parser
381372
globalid
382-
i18n-tasks (= 1.0.13)
373+
i18n-tasks (= 1.0.14)
383374
jsbundling-rails (~> 1.1)
384375
kaminari-i18n
385376
launchy

0 commit comments

Comments
 (0)