Skip to content

Commit 0a3f8d5

Browse files
Bump i18n-tasks from 1.0.12 to 1.0.14
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks) from 1.0.12 to 1.0.14. - [Release notes](https://github.com/glebm/i18n-tasks/releases) - [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md) - [Commits](glebm/i18n-tasks@v1.0.12...v1.0.14) --- updated-dependencies: - dependency-name: i18n-tasks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7357a20 commit 0a3f8d5

File tree

1 file changed

+19
-28
lines changed

1 file changed

+19
-28
lines changed

Gemfile.lock

+19-28
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,14 @@ GEM
8787
erubi (>= 1.0.0)
8888
rack (>= 0.9.0)
8989
rouge (>= 1.0.0)
90-
better_html (2.0.1)
91-
actionview (>= 6.0)
92-
activesupport (>= 6.0)
93-
ast (~> 2.0)
94-
erubi (~> 1.4)
95-
parser (>= 2.4)
96-
smart_properties
97-
bigdecimal (3.1.7)
90+
bigdecimal (3.1.8)
9891
binding_of_caller (1.0.0)
9992
debug_inspector (>= 0.0.1)
10093
bootsnap (1.12.0)
10194
msgpack (~> 1.2)
10295
brakeman (6.1.2)
10396
racc
104-
builder (3.2.4)
97+
builder (3.3.0)
10598
capybara (3.39.1)
10699
addressable
107100
matrix
@@ -113,7 +106,7 @@ GEM
113106
xpath (~> 3.2)
114107
coercible (1.0.0)
115108
descendants_tracker (~> 0.0.1)
116-
concurrent-ruby (1.2.3)
109+
concurrent-ruby (1.3.3)
117110
connection_pool (2.4.1)
118111
crass (1.0.6)
119112
cucumber (8.0.0)
@@ -181,28 +174,27 @@ GEM
181174
activemodel (>= 6.1)
182175
activesupport (>= 6.1)
183176
html-attributes-utils (~> 1)
184-
highline (2.1.0)
177+
highline (3.0.1)
185178
html-attributes-utils (1.0.2)
186179
activesupport (>= 6.1.4.4)
187-
i18n (1.14.4)
180+
i18n (1.14.5)
188181
concurrent-ruby (~> 1.0)
189182
i18n-debug (1.2.0)
190183
i18n (< 2)
191-
i18n-tasks (1.0.12)
184+
i18n-tasks (1.0.14)
192185
activesupport (>= 4.0.2)
193186
ast (>= 2.1.0)
194-
better_html (>= 1.0, < 3.0)
195187
erubi
196188
highline (>= 2.0.0)
197189
i18n
198-
parser (>= 2.2.3.0)
190+
parser (>= 3.2.2.1)
199191
rails-i18n
200192
rainbow (>= 2.2.2, < 4.0)
201193
terminal-table (>= 1.5.1)
202194
ice_nine (0.11.2)
203195
io-console (0.7.2)
204-
irb (1.12.0)
205-
rdoc
196+
irb (1.13.1)
197+
rdoc (>= 4.0.0)
206198
reline (>= 0.4.2)
207199
jquery-rails (4.5.1)
208200
rails-dom-testing (>= 1, < 3)
@@ -231,8 +223,8 @@ GEM
231223
mime-types-data (~> 3.2015)
232224
mime-types-data (3.2023.0218.1)
233225
mini_mime (1.1.5)
234-
mini_portile2 (2.8.5)
235-
minitest (5.22.3)
226+
mini_portile2 (2.8.7)
227+
minitest (5.23.1)
236228
msgpack (1.7.1)
237229
multi_test (1.1.0)
238230
mutex_m (0.2.0)
@@ -246,12 +238,12 @@ GEM
246238
net-smtp (0.5.0)
247239
net-protocol
248240
nio4r (2.7.1)
249-
nokogiri (1.16.3)
241+
nokogiri (1.16.5)
250242
mini_portile2 (~> 2.8.2)
251243
racc (~> 1.4)
252244
pagy (6.5.0)
253245
parallel (1.24.0)
254-
parser (3.3.0.5)
246+
parser (3.3.2.0)
255247
ast (~> 2.4.1)
256248
racc
257249
pg (1.5.3)
@@ -260,7 +252,7 @@ GEM
260252
public_suffix (5.0.1)
261253
puma (6.4.2)
262254
nio4r (~> 2.0)
263-
racc (1.7.3)
255+
racc (1.8.0)
264256
rack (2.2.9)
265257
rack-session (1.0.2)
266258
rack (< 3)
@@ -294,7 +286,7 @@ GEM
294286
rails-html-sanitizer (1.6.0)
295287
loofah (~> 2.21)
296288
nokogiri (~> 1.14)
297-
rails-i18n (7.0.6)
289+
rails-i18n (7.0.9)
298290
i18n (>= 0.7, < 2)
299291
railties (>= 6.0.0, < 8)
300292
railties (7.1.3.2)
@@ -306,14 +298,14 @@ GEM
306298
thor (~> 1.0, >= 1.2.2)
307299
zeitwerk (~> 2.6)
308300
rainbow (3.1.1)
309-
rake (13.2.0)
301+
rake (13.2.1)
310302
rb-fsevent (0.11.2)
311303
rb-inotify (0.10.1)
312304
ffi (~> 1.0)
313-
rdoc (6.6.3.1)
305+
rdoc (6.7.0)
314306
psych (>= 4.0.0)
315307
regexp_parser (2.9.0)
316-
reline (0.5.0)
308+
reline (0.5.8)
317309
io-console (~> 0.5)
318310
request_store (1.5.1)
319311
rack (>= 1.4)
@@ -404,7 +396,6 @@ GEM
404396
json
405397
simplecov
406398
simplecov_json_formatter (0.1.4)
407-
smart_properties (1.17.0)
408399
sprockets (3.7.2)
409400
concurrent-ruby (~> 1.0)
410401
rack (> 1, < 3)
@@ -441,7 +432,7 @@ GEM
441432
websocket-extensions (0.1.5)
442433
xpath (3.2.0)
443434
nokogiri (~> 1.8)
444-
zeitwerk (2.6.13)
435+
zeitwerk (2.6.15)
445436

446437
PLATFORMS
447438
ruby

0 commit comments

Comments
 (0)