Skip to content

Commit 7f74273

Browse files
authored
Merge pull request #19 from stevenbergner/dependabot/bundler/activesupport-7.1.2
Bump activesupport from 7.0.4.2 to 7.1.2
2 parents a9c1dba + 1a12a3b commit 7f74273

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

Gemfile.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.4.2)
4+
activesupport (7.1.2)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
914
addressable (2.8.1)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.4)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
1421
coffee-script-source (1.11.1)
1522
colorator (1.1.0)
1623
commonmarker (0.23.8)
17-
concurrent-ruby (1.2.0)
24+
concurrent-ruby (1.2.2)
25+
connection_pool (2.4.1)
1826
dnsruby (1.61.9)
1927
simpleidn (~> 0.1)
28+
drb (2.2.0)
29+
ruby2_keywords
2030
em-websocket (0.5.3)
2131
eventmachine (>= 0.12.9)
2232
http_parser.rb (~> 0)
@@ -86,7 +96,7 @@ GEM
8696
activesupport (>= 2)
8797
nokogiri (>= 1.4)
8898
http_parser.rb (0.8.0)
89-
i18n (1.12.0)
99+
i18n (1.14.1)
90100
concurrent-ruby (~> 1.0)
91101
jekyll (3.9.3)
92102
addressable (~> 2.4)
@@ -209,11 +219,14 @@ GEM
209219
jekyll (>= 3.5, < 5.0)
210220
jekyll-feed (~> 0.9)
211221
jekyll-seo-tag (~> 2.1)
212-
minitest (5.17.0)
222+
minitest (5.20.0)
223+
mutex_m (0.2.0)
213224
nokogiri (1.14.2-arm64-darwin)
214225
racc (~> 1.4)
215226
nokogiri (1.14.2-x86_64-darwin)
216227
racc (~> 1.4)
228+
nokogiri (1.14.2-x86_64-linux)
229+
racc (~> 1.4)
217230
octokit (4.25.1)
218231
faraday (>= 1, < 3)
219232
sawyer (~> 0.9)
@@ -254,6 +267,7 @@ GEM
254267
PLATFORMS
255268
arm64-darwin-22
256269
x86_64-darwin-22
270+
x86_64-linux
257271

258272
DEPENDENCIES
259273
github-pages

0 commit comments

Comments
 (0)