Skip to content

Commit

Permalink
update Inconsistent interpolations (1) | i18n-tasks v1.0.14 to v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Jul 17, 2024
1 parent 8d5b163 commit 0d73767
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ group :development do
gem 'capistrano-yarn', '~> 2.0'

# Validate missing i18n keys
gem 'i18n-tasks', '1.0.14', require: false
gem 'i18n-tasks', '1.0.13', require: false
end

group :development, :test do
Expand Down
19 changes: 16 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
better_html (2.1.1)
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bindata (2.4.15)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -354,7 +361,8 @@ GEM
hashie (5.0.0)
hcaptcha (7.1.0)
json
highline (3.0.1)
highline (3.1.0)
reline
hiredis (0.6.3)
hkdf (0.3.0)
htmlentities (4.3.4)
Expand All @@ -373,9 +381,10 @@ GEM
rainbow (>= 2.0.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.14)
i18n-tasks (1.0.13)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
better_html (>= 1.0, < 3.0)
erubi
highline (>= 2.0.0)
i18n
Expand All @@ -384,6 +393,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
idn-ruby (0.1.5)
io-console (0.7.2)
ipaddress (0.8.3)
jmespath (1.6.2)
json (2.6.3)
Expand Down Expand Up @@ -626,6 +636,8 @@ GEM
redlock (1.3.2)
redis (>= 3.0.0, < 6.0)
regexp_parser (2.8.1)
reline (0.5.9)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
responders (3.1.0)
Expand Down Expand Up @@ -741,6 +753,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
smart_properties (1.17.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -894,7 +907,7 @@ DEPENDENCIES
http (~> 5.1)
http_accept_language (~> 2.1)
httplog (~> 1.6.2)
i18n-tasks (= 1.0.14)
i18n-tasks (= 1.0.13)
idn-ruby
json-ld (~> 3.3, >= 3.3.1)
json-ld-preloaded (~> 3.2)
Expand Down

0 comments on commit 0d73767

Please sign in to comment.