diff --git a/Gemfile b/Gemfile index 7cc9b0ab..530224ef 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development do gem 'rack-mini-profiler' gem 'solargraph' - gem 'i18n-tasks', '~> 1.0.8' + gem 'i18n-tasks', '~> 1.0.9' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index ad1c0d38..bf0b0e0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM htmlentities (4.3.4) i18n (1.10.0) concurrent-ruby (~> 1.0) - i18n-tasks (1.0.8) + i18n-tasks (1.0.9) activesupport (>= 4.0.2) ast (>= 2.1.0) better_html (~> 1.0) @@ -342,7 +342,7 @@ DEPENDENCIES factory_bot_rails font-awesome-sass (~> 5.15.1) htmlentities - i18n-tasks (~> 1.0.8) + i18n-tasks (~> 1.0.9) jquery-rails (~> 4.4) jquery-ui-rails (~> 6.0.1) kt-paperclip (~> 7.1)