Skip to content

Commit 4c8b0be

Browse files
authored
Merge pull request #329 from sdcTools/dependabot/bundler/docs/activesupport-7.2.3.1
Bump activesupport from 7.1.3.4 to 7.2.3.1 in /docs
2 parents 2228dc2 + 2c73d4b commit 4c8b0be

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

docs/Gemfile.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.3.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1416
addressable (2.8.7)
1517
public_suffix (>= 2.0.2, < 7.0)
16-
base64 (0.2.0)
17-
bigdecimal (3.1.8)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1821
coffee-script (2.4.1)
1922
coffee-script-source
2023
execjs
2124
coffee-script-source (1.12.2)
2225
colorator (1.1.0)
2326
commonmarker (0.23.10)
24-
concurrent-ruby (1.3.3)
25-
connection_pool (2.4.1)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
2629
csv (3.3.0)
2730
dnsruby (1.72.2)
2831
simpleidn (~> 0.2.1)
29-
drb (2.2.1)
32+
drb (2.2.3)
3033
em-websocket (0.5.3)
3134
eventmachine (>= 0.12.9)
3235
http_parser.rb (~> 0)
@@ -101,7 +104,7 @@ GEM
101104
activesupport (>= 2)
102105
nokogiri (>= 1.4)
103106
http_parser.rb (0.8.0)
104-
i18n (1.14.5)
107+
i18n (1.14.8)
105108
concurrent-ruby (~> 1.0)
106109
jekyll (3.10.0)
107110
addressable (~> 2.4)
@@ -228,8 +231,7 @@ GEM
228231
jekyll (>= 3.5, < 5.0)
229232
jekyll-feed (~> 0.9)
230233
jekyll-seo-tag (~> 2.1)
231-
minitest (5.24.1)
232-
mutex_m (0.2.0)
234+
minitest (5.27.0)
233235
net-http (0.9.1)
234236
uri (>= 0.11.1)
235237
nokogiri (1.19.1-x64-mingw-ucrt)
@@ -258,6 +260,7 @@ GEM
258260
sawyer (0.9.2)
259261
addressable (>= 2.3.5)
260262
faraday (>= 0.17.3, < 3)
263+
securerandom (0.4.1)
261264
simpleidn (0.2.3)
262265
terminal-table (1.8.0)
263266
unicode-display_width (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)