Skip to content

Commit 137e706

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

File tree

2 files changed

+9
-8
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ GEM
303303
base64
304304
faraday (>= 1, < 3)
305305
multi_json
306-
erb (5.1.3)
306+
erb (6.0.0)
307307
erubi (1.13.1)
308308
et-orbi (1.3.0)
309309
tzinfo
@@ -385,13 +385,14 @@ GEM
385385
i18n
386386
i18n (1.14.7)
387387
concurrent-ruby (~> 1.0)
388-
i18n-tasks (1.0.15)
388+
i18n-tasks (1.1.0)
389389
activesupport (>= 4.0.2)
390390
ast (>= 2.1.0)
391391
erubi
392-
highline (>= 2.0.0)
392+
highline (>= 3.0.0)
393393
i18n
394394
parser (>= 3.2.2.1)
395+
prism
395396
rails-i18n
396397
rainbow (>= 2.2.2, < 4.0)
397398
ruby-progressbar (~> 1.8, >= 1.8.1)
@@ -468,7 +469,7 @@ GEM
468469
benchmark
469470
logger
470471
mini_mime (1.1.5)
471-
minitest (5.26.0)
472+
minitest (5.26.1)
472473
mobility (1.3.2)
473474
i18n (>= 0.6.10, < 2)
474475
request_store (~> 1.0)
@@ -620,7 +621,7 @@ GEM
620621
activemodel (>= 5.0)
621622
reform (>= 2.3.1, < 3.0.0)
622623
regexp_parser (2.11.3)
623-
reline (0.6.2)
624+
reline (0.6.3)
624625
io-console (~> 0.5)
625626
representable (3.2.0)
626627
declarative (< 0.1.0)
@@ -777,7 +778,7 @@ GEM
777778
stackprof (0.2.27)
778779
stimulus-rails (1.3.4)
779780
railties (>= 6.0.0)
780-
stringio (3.1.7)
781+
stringio (3.1.8)
781782
sync (0.5.0)
782783
term-ansicolor (1.11.2)
783784
tins (~> 1.0)
@@ -865,7 +866,7 @@ DEPENDENCIES
865866
faker
866867
fog-aws
867868
fuubar
868-
i18n-tasks (~> 1.0.15)
869+
i18n-tasks (~> 1.1.0)
869870
i18n_generators
870871
listen (>= 3.0.5, < 3.10)
871872
pg (>= 0.18, < 2.0)

0 commit comments

Comments
 (0)