Skip to content

Commit

Permalink
Updates i18n-tasks gem back to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant committed Dec 12, 2024
1 parent e558b2b commit 283123e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
# gem 'web-console', '~> 2.0'
gem 'i18n-tasks', '0.9.33'
gem 'i18n-tasks'
#gem 'easy_translate'
#gem 'ruby-openai'
end
Expand Down
6 changes: 3 additions & 3 deletions apps/dashboard/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ GEM
domain_name (~> 0.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.33)
i18n-tasks (1.0.14)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
highline (>= 2.0.0)
i18n
parser (>= 2.2.3.0)
parser (>= 3.2.2.1)
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
Expand Down Expand Up @@ -328,7 +328,7 @@ DEPENDENCIES
dotenv-rails (~> 2.1)
dotiw
erubi
i18n-tasks (= 0.9.33)
i18n-tasks
jbuilder (~> 2.0)
jsbundling-rails (~> 1.0)
local_time (~> 1.0.3)
Expand Down

0 comments on commit 283123e

Please sign in to comment.