Skip to content

Commit 2d5d5cf

Browse files
Build(deps-dev): Bump i18n-tasks from 1.0.14 to 1.0.15
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.14 to 1.0.15. - [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.14...v1.0.15) --- updated-dependencies: - dependency-name: i18n-tasks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a0a856 commit 2d5d5cf

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-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.0.12'
65+
gem 'i18n-tasks', '~> 1.0.15'
6666
# Pry for a powerful shell alternative to IRB
6767
gem 'pry'
6868
# RuboCop for static code analysis

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,12 @@ GEM
350350
groupdate (6.5.1)
351351
activesupport (>= 7)
352352
hashie (5.0.0)
353-
highline (3.1.0)
353+
highline (3.1.2)
354354
reline
355355
htmlentities (4.3.4)
356356
i18n (1.14.7)
357357
concurrent-ruby (~> 1.0)
358-
i18n-tasks (1.0.14)
358+
i18n-tasks (1.0.15)
359359
activesupport (>= 4.0.2)
360360
ast (>= 2.1.0)
361361
erubi
@@ -364,6 +364,7 @@ GEM
364364
parser (>= 3.2.2.1)
365365
rails-i18n
366366
rainbow (>= 2.2.2, < 4.0)
367+
ruby-progressbar (~> 1.8, >= 1.8.1)
367368
terminal-table (>= 1.5.1)
368369
i18n-timezones (1.4.8)
369370
i18n (>= 0.9.3)
@@ -686,8 +687,8 @@ GEM
686687
sync (0.5.0)
687688
term-ansicolor (1.11.2)
688689
tins (~> 1.0)
689-
terminal-table (3.0.2)
690-
unicode-display_width (>= 1.1.1, < 3)
690+
terminal-table (4.0.0)
691+
unicode-display_width (>= 1.1.1, < 4)
691692
thor (1.3.2)
692693
thread (0.2.2)
693694
thread_safe (0.3.6)
@@ -708,7 +709,9 @@ GEM
708709
uglifier (4.2.1)
709710
execjs (>= 0.3.0, < 3)
710711
unf (0.2.0)
711-
unicode-display_width (2.6.0)
712+
unicode-display_width (3.1.4)
713+
unicode-emoji (~> 4.0, >= 4.0.4)
714+
unicode-emoji (4.0.4)
712715
uri (1.0.3)
713716
virtus (2.0.0)
714717
axiom-types (~> 0.1)
@@ -759,7 +762,7 @@ DEPENDENCIES
759762
faker
760763
fog-aws
761764
fuubar
762-
i18n-tasks (~> 1.0.12)
765+
i18n-tasks (~> 1.0.15)
763766
i18n_generators
764767
listen (>= 3.0.5, < 3.10)
765768
pg (>= 0.18, < 2.0)

0 commit comments

Comments
 (0)