Skip to content

Commit 778cdb7

Browse files
authored
Merge pull request #26 from benjaminmoon/dependabot/bundler/activesupport-7.2.3.1
Bump activesupport from 6.1.7.5 to 7.2.3.1
2 parents 1ed0aa0 + ffa771d commit 778cdb7

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
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)
1218
algolia_html_extractor (2.6.4)
@@ -15,15 +21,20 @@ GEM
1521
algoliasearch (1.27.5)
1622
httpclient (~> 2.8, >= 2.8.3)
1723
json (>= 1.5.1)
24+
base64 (0.3.0)
25+
benchmark (0.5.0)
26+
bigdecimal (4.0.1)
1827
coffee-script (2.4.1)
1928
coffee-script-source
2029
execjs
2130
coffee-script-source (1.11.1)
2231
colorator (1.1.0)
2332
commonmarker (0.23.11)
24-
concurrent-ruby (1.3.5)
33+
concurrent-ruby (1.3.6)
34+
connection_pool (3.0.2)
2535
dnsruby (1.61.5)
2636
simpleidn (~> 0.1)
37+
drb (2.2.3)
2738
em-websocket (0.5.2)
2839
eventmachine (>= 0.12.9)
2940
http_parser.rb (~> 0.6.0)
@@ -93,7 +104,7 @@ GEM
93104
nokogiri (>= 1.4)
94105
http_parser.rb (0.6.0)
95106
httpclient (2.8.3)
96-
i18n (1.14.7)
107+
i18n (1.14.8)
97108
concurrent-ruby (~> 1.0)
98109
jekyll (3.9.3)
99110
addressable (~> 2.4)
@@ -221,6 +232,7 @@ GEM
221232
listen (3.5.1)
222233
rb-fsevent (~> 0.10, >= 0.10.3)
223234
rb-inotify (~> 0.9, >= 0.9.10)
235+
logger (1.7.0)
224236
mercenary (0.3.6)
225237
mini_portile2 (2.8.9)
226238
minima (2.5.1)
@@ -234,7 +246,7 @@ GEM
234246
jekyll-include-cache (~> 0.1)
235247
jekyll-paginate (~> 1.1)
236248
jekyll-sitemap (~> 1.3)
237-
minitest (5.25.5)
249+
minitest (5.27.0)
238250
multipart-post (2.1.1)
239251
nokogiri (1.18.9)
240252
mini_portile2 (~> 2.8.2)
@@ -262,6 +274,7 @@ GEM
262274
sawyer (0.8.2)
263275
addressable (>= 2.3.5)
264276
faraday (> 0.8, < 2.0)
277+
securerandom (0.4.1)
265278
simpleidn (0.2.1)
266279
unf (~> 0.1.4)
267280
terminal-table (1.8.0)
@@ -278,7 +291,6 @@ GEM
278291
unicode-display_width (1.7.0)
279292
verbal_expressions (0.1.5)
280293
webrick (1.8.2)
281-
zeitwerk (2.7.3)
282294

283295
PLATFORMS
284296
ruby

0 commit comments

Comments
 (0)