Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 7f40da2

Browse files
chore(deps-dev): bump activesupport from 6.0.4.8 to 6.1.7.5 in /docs
Bumps [activesupport](https://github.com/rails/rails) from 6.0.4.8 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.0.4.8...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3eca13 commit 7f40da2

File tree

1 file changed

+24
-27
lines changed

1 file changed

+24
-27
lines changed

docs/Gemfile.lock

Lines changed: 24 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.4.8)
4+
activesupport (6.1.7.5)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
1010
addressable (2.8.0)
1111
public_suffix (>= 2.0.2, < 5.0)
1212
coffee-script (2.4.1)
1313
coffee-script-source
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.23.4)
18-
concurrent-ruby (1.1.10)
17+
commonmarker (0.23.10)
18+
concurrent-ruby (1.3.4)
1919
dnsruby (1.61.9)
2020
simpleidn (~> 0.1)
2121
em-websocket (0.5.3)
@@ -51,12 +51,12 @@ GEM
5151
ffi (1.15.5)
5252
forwardable-extended (2.6.0)
5353
gemoji (3.0.1)
54-
github-pages (226)
54+
github-pages (228)
5555
github-pages-health-check (= 1.17.9)
56-
jekyll (= 3.9.2)
56+
jekyll (= 3.9.3)
5757
jekyll-avatar (= 0.7.0)
5858
jekyll-coffeescript (= 1.1.1)
59-
jekyll-commonmark-ghpages (= 0.2.0)
59+
jekyll-commonmark-ghpages (= 0.4.0)
6060
jekyll-default-layout (= 0.1.4)
6161
jekyll-feed (= 0.15.1)
6262
jekyll-gist (= 1.5.0)
@@ -90,10 +90,10 @@ GEM
9090
jemoji (= 0.12.0)
9191
kramdown (= 2.3.2)
9292
kramdown-parser-gfm (= 1.1.0)
93-
liquid (= 4.0.3)
93+
liquid (= 4.0.4)
9494
mercenary (~> 0.3)
9595
minima (= 2.5.1)
96-
nokogiri (>= 1.13.4, < 2.0)
96+
nokogiri (>= 1.13.6, < 2.0)
9797
rouge (= 3.26.0)
9898
terminal-table (~> 1.4)
9999
github-pages-health-check (1.17.9)
@@ -106,13 +106,13 @@ GEM
106106
activesupport (>= 2)
107107
nokogiri (>= 1.4)
108108
http_parser.rb (0.8.0)
109-
i18n (0.9.5)
109+
i18n (1.14.5)
110110
concurrent-ruby (~> 1.0)
111-
jekyll (3.9.2)
111+
jekyll (3.9.3)
112112
addressable (~> 2.4)
113113
colorator (~> 1.0)
114114
em-websocket (~> 0.5)
115-
i18n (~> 0.7)
115+
i18n (>= 0.7, < 2)
116116
jekyll-sass-converter (~> 1.0)
117117
jekyll-watch (~> 2.0)
118118
kramdown (>= 1.17, < 3)
@@ -128,11 +128,11 @@ GEM
128128
coffee-script-source (~> 1.11.1)
129129
jekyll-commonmark (1.4.0)
130130
commonmarker (~> 0.22)
131-
jekyll-commonmark-ghpages (0.2.0)
132-
commonmarker (~> 0.23.4)
131+
jekyll-commonmark-ghpages (0.4.0)
132+
commonmarker (~> 0.23.7)
133133
jekyll (~> 3.9.0)
134134
jekyll-commonmark (~> 1.4.0)
135-
rouge (>= 2.0, < 4.0)
135+
rouge (>= 2.0, < 5.0)
136136
jekyll-default-layout (0.1.4)
137137
jekyll (~> 3.0)
138138
jekyll-feed (0.15.1)
@@ -220,7 +220,7 @@ GEM
220220
rexml
221221
kramdown-parser-gfm (1.1.0)
222222
kramdown (~> 2.0)
223-
liquid (4.0.3)
223+
liquid (4.0.4)
224224
listen (3.7.1)
225225
rb-fsevent (~> 0.10, >= 0.10.3)
226226
rb-inotify (~> 0.9, >= 0.9.10)
@@ -230,13 +230,11 @@ GEM
230230
jekyll (>= 3.5, < 5.0)
231231
jekyll-feed (~> 0.9)
232232
jekyll-seo-tag (~> 2.1)
233-
minitest (5.15.0)
233+
minitest (5.25.1)
234234
multipart-post (2.1.1)
235-
nokogiri (1.13.4)
235+
nokogiri (1.14.5)
236236
mini_portile2 (~> 2.8.0)
237237
racc (~> 1.4)
238-
nokogiri (1.13.4-x86_64-linux)
239-
racc (~> 1.4)
240238
octokit (4.22.0)
241239
faraday (>= 0.9)
242240
sawyer (~> 0.8.0, >= 0.5.3)
@@ -264,16 +262,15 @@ GEM
264262
unf (~> 0.1.4)
265263
terminal-table (1.8.0)
266264
unicode-display_width (~> 1.1, >= 1.1.1)
267-
thread_safe (0.3.6)
268265
typhoeus (1.4.0)
269266
ethon (>= 0.9.0)
270-
tzinfo (1.2.9)
271-
thread_safe (~> 0.1)
267+
tzinfo (2.0.6)
268+
concurrent-ruby (~> 1.0)
272269
unf (0.1.4)
273270
unf_ext
274271
unf_ext (0.0.8.1)
275272
unicode-display_width (1.8.0)
276-
zeitwerk (2.5.4)
273+
zeitwerk (2.6.18)
277274

278275
PLATFORMS
279276
ruby

0 commit comments

Comments
 (0)