Skip to content

Commit 283123e

Browse files
committed
Updates i18n-tasks gem back to latest release
1 parent e558b2b commit 283123e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/dashboard/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
group :development do
4040
# Access an IRB console on exception pages or by using <%= console %> in views
4141
# gem 'web-console', '~> 2.0'
42-
gem 'i18n-tasks', '0.9.33'
42+
gem 'i18n-tasks'
4343
#gem 'easy_translate'
4444
#gem 'ruby-openai'
4545
end

apps/dashboard/Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ GEM
123123
domain_name (~> 0.5)
124124
i18n (1.14.6)
125125
concurrent-ruby (~> 1.0)
126-
i18n-tasks (0.9.33)
126+
i18n-tasks (1.0.14)
127127
activesupport (>= 4.0.2)
128128
ast (>= 2.1.0)
129129
erubi
130130
highline (>= 2.0.0)
131131
i18n
132-
parser (>= 2.2.3.0)
132+
parser (>= 3.2.2.1)
133133
rails-i18n
134134
rainbow (>= 2.2.2, < 4.0)
135135
terminal-table (>= 1.5.1)
@@ -328,7 +328,7 @@ DEPENDENCIES
328328
dotenv-rails (~> 2.1)
329329
dotiw
330330
erubi
331-
i18n-tasks (= 0.9.33)
331+
i18n-tasks
332332
jbuilder (~> 2.0)
333333
jsbundling-rails (~> 1.0)
334334
local_time (~> 1.0.3)

0 commit comments

Comments
 (0)