Skip to content

Commit 124217e

Browse files
authored
Merge pull request #216 from mruby/dependabot/bundler/activesupport-7.1.3.2
Bump activesupport from 4.2.7 to 7.1.3.2
2 parents 90f3fdc + 3a9ff8e commit 124217e

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

Gemfile.lock

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.7)
5-
i18n (~> 0.7)
6-
json (~> 1.7, >= 1.7.7)
7-
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
9-
tzinfo (~> 1.1)
4+
activesupport (7.1.3.2)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
1014
addressable (2.8.6)
1115
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.6)
1218
coderay (1.1.3)
1319
coffee-script (2.4.1)
1420
coffee-script-source
1521
execjs
1622
coffee-script-source (1.12.2)
1723
colorator (1.1.0)
1824
commonmarker (0.23.10)
19-
concurrent-ruby (1.1.10)
25+
concurrent-ruby (1.2.3)
26+
connection_pool (2.4.1)
2027
dnsruby (1.70.0)
2128
simpleidn (~> 0.2.1)
29+
drb (2.2.0)
30+
ruby2_keywords
2231
em-websocket (0.5.3)
2332
eventmachine (>= 0.12.9)
2433
http_parser.rb (~> 0)
@@ -91,7 +100,7 @@ GEM
91100
activesupport (>= 2)
92101
nokogiri (>= 1.4)
93102
http_parser.rb (0.8.0)
94-
i18n (0.9.5)
103+
i18n (1.14.1)
95104
concurrent-ruby (~> 1.0)
96105
jekyll (3.9.5)
97106
addressable (~> 2.4)
@@ -201,7 +210,6 @@ GEM
201210
gemoji (>= 3, < 5)
202211
html-pipeline (~> 2.2)
203212
jekyll (>= 3.0, < 5.0)
204-
json (1.8.6)
205213
kramdown (2.4.0)
206214
rexml
207215
kramdown-parser-gfm (1.1.0)
@@ -217,7 +225,8 @@ GEM
217225
jekyll (>= 3.5, < 5.0)
218226
jekyll-feed (~> 0.9)
219227
jekyll-seo-tag (~> 2.1)
220-
minitest (5.16.3)
228+
minitest (5.22.2)
229+
mutex_m (0.2.0)
221230
nokogiri (1.16.2)
222231
mini_portile2 (~> 2.8.2)
223232
racc (~> 1.4)
@@ -251,11 +260,10 @@ GEM
251260
unf (~> 0.1.4)
252261
terminal-table (1.8.0)
253262
unicode-display_width (~> 1.1, >= 1.1.1)
254-
thread_safe (0.3.6)
255263
typhoeus (1.4.1)
256264
ethon (>= 0.9.0)
257-
tzinfo (1.2.10)
258-
thread_safe (~> 0.1)
265+
tzinfo (2.0.6)
266+
concurrent-ruby (~> 1.0)
259267
unf (0.1.4)
260268
unf_ext
261269
unf_ext (0.0.9.1)

0 commit comments

Comments
 (0)