diff --git a/Gemfile b/Gemfile index b067a9a4f..23938e999 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :development, :test do # Fuubar for fancy test progress bar gem 'fuubar' # Help with managing translation databasde - gem 'i18n-tasks', '~> 1.0.15' + gem 'i18n-tasks', '~> 1.1.0' # Pry for a powerful shell alternative to IRB gem 'pry' # RuboCop for static code analysis diff --git a/Gemfile.lock b/Gemfile.lock index 56d4d20b8..9439a6b28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -303,7 +303,7 @@ GEM base64 faraday (>= 1, < 3) multi_json - erb (5.1.3) + erb (6.0.0) erubi (1.13.1) et-orbi (1.3.0) tzinfo @@ -385,13 +385,14 @@ GEM i18n i18n (1.14.7) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.15) + i18n-tasks (1.1.0) activesupport (>= 4.0.2) ast (>= 2.1.0) erubi - highline (>= 2.0.0) + highline (>= 3.0.0) i18n parser (>= 3.2.2.1) + prism rails-i18n rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.8, >= 1.8.1) @@ -468,7 +469,7 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.26.0) + minitest (5.26.1) mobility (1.3.2) i18n (>= 0.6.10, < 2) request_store (~> 1.0) @@ -620,7 +621,7 @@ GEM activemodel (>= 5.0) reform (>= 2.3.1, < 3.0.0) regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -777,7 +778,7 @@ GEM stackprof (0.2.27) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.7) + stringio (3.1.8) sync (0.5.0) term-ansicolor (1.11.2) tins (~> 1.0) @@ -865,7 +866,7 @@ DEPENDENCIES faker fog-aws fuubar - i18n-tasks (~> 1.0.15) + i18n-tasks (~> 1.1.0) i18n_generators listen (>= 3.0.5, < 3.10) pg (>= 0.18, < 2.0)