Skip to content

Commit d9007a4

Browse files
chore(deps-dev): bump i18n-tasks from 1.1.0 to 1.1.2
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.1.0 to 1.1.2. - [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.1.0...v1.1.2) --- updated-dependencies: - dependency-name: i18n-tasks dependency-version: 1.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e379713 commit d9007a4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ group :development, :test do
6262
# Fuubar for fancy test progress bar
6363
gem 'fuubar'
6464
# Help with managing translation databasde
65-
gem 'i18n-tasks', '~> 1.1.0'
65+
gem 'i18n-tasks', '~> 1.1.2'
6666
# Pry for a powerful shell alternative to IRB
6767
gem 'pry'
6868
# RuboCop for static code analysis

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ GEM
225225
coercible (1.0.0)
226226
descendants_tracker (~> 0.0.1)
227227
concurrent-ruby (1.3.5)
228-
connection_pool (2.5.4)
228+
connection_pool (2.5.5)
229229
coveralls_reborn (0.29.0)
230230
simplecov (~> 0.22.0)
231231
term-ansicolor (~> 1.7)
@@ -385,7 +385,7 @@ GEM
385385
i18n
386386
i18n (1.14.7)
387387
concurrent-ruby (~> 1.0)
388-
i18n-tasks (1.1.0)
388+
i18n-tasks (1.1.2)
389389
activesupport (>= 4.0.2)
390390
ast (>= 2.1.0)
391391
erubi
@@ -469,7 +469,7 @@ GEM
469469
benchmark
470470
logger
471471
mini_mime (1.1.5)
472-
minitest (5.26.1)
472+
minitest (5.26.2)
473473
mobility (1.3.2)
474474
i18n (>= 0.6.10, < 2)
475475
request_store (~> 1.0)
@@ -583,7 +583,7 @@ GEM
583583
rails-html-sanitizer (1.6.2)
584584
loofah (~> 2.21)
585585
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
586-
rails-i18n (8.0.2)
586+
rails-i18n (8.1.0)
587587
i18n (>= 0.7, < 2)
588588
railties (>= 8.0.0, < 9)
589589
railties (8.0.3)
@@ -605,7 +605,7 @@ GEM
605605
ffi (>= 1.0.6)
606606
msgpack (>= 0.4.3)
607607
optimist (>= 3.0.0)
608-
rdoc (6.15.1)
608+
rdoc (6.16.0)
609609
erb
610610
psych (>= 4.0.0)
611611
tsort
@@ -866,7 +866,7 @@ DEPENDENCIES
866866
faker
867867
fog-aws
868868
fuubar
869-
i18n-tasks (~> 1.1.0)
869+
i18n-tasks (~> 1.1.2)
870870
i18n_generators
871871
listen (>= 3.0.5, < 3.10)
872872
pg (>= 0.18, < 2.0)

0 commit comments

Comments
 (0)