Skip to content

Commit 58a0322

Browse files
authored
Merge pull request #236 from vbr-calc/dependabot/bundler/docs/activesupport-7.2.3.1
build(deps-dev): bump activesupport from 6.1.7.5 to 7.2.3.1 in /docs
2 parents f64049e + 152f700 commit 58a0322

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

docs/Gemfile.lock

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.5)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.3.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
7-
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1, < 6)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1016
addressable (2.8.0)
1117
public_suffix (>= 2.0.2, < 5.0)
18+
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1221
coffee-script (2.4.1)
1322
coffee-script-source
1423
execjs
1524
coffee-script-source (1.11.1)
1625
colorator (1.1.0)
1726
commonmarker (0.23.10)
18-
concurrent-ruby (1.3.4)
27+
concurrent-ruby (1.3.6)
28+
connection_pool (3.0.2)
1929
dnsruby (1.61.3)
2030
addressable (~> 2.5)
31+
drb (2.2.3)
2132
em-websocket (0.5.1)
2233
eventmachine (>= 0.12.9)
2334
http_parser.rb (~> 0.6.0)
@@ -89,7 +100,7 @@ GEM
89100
activesupport (>= 2)
90101
nokogiri (>= 1.4)
91102
http_parser.rb (0.6.0)
92-
i18n (1.14.6)
103+
i18n (1.14.8)
93104
concurrent-ruby (~> 1.0)
94105
jekyll (3.9.3)
95106
addressable (~> 2.4)
@@ -216,7 +227,7 @@ GEM
216227
jekyll (>= 3.5, < 5.0)
217228
jekyll-feed (~> 0.9)
218229
jekyll-seo-tag (~> 2.1)
219-
minitest (5.25.1)
230+
minitest (5.27.0)
220231
net-http (0.9.1)
221232
uri (>= 0.11.1)
222233
nokogiri (1.19.1)
@@ -245,6 +256,7 @@ GEM
245256
sawyer (0.9.3)
246257
addressable (>= 2.3.5)
247258
faraday (>= 0.17.3, < 3)
259+
securerandom (0.4.1)
248260
terminal-table (1.8.0)
249261
unicode-display_width (~> 1.1, >= 1.1.1)
250262
typhoeus (1.3.1)
@@ -253,7 +265,6 @@ GEM
253265
concurrent-ruby (~> 1.0)
254266
unicode-display_width (1.6.0)
255267
uri (1.1.1)
256-
zeitwerk (2.7.1)
257268

258269
PLATFORMS
259270
ruby

0 commit comments

Comments
 (0)