Skip to content

Commit ac0dbfd

Browse files
committed
Merge branch 'master' of github.com:apereo/apereo.github.io
2 parents 558f025 + be13b58 commit ac0dbfd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3)
4+
activesupport (7.1.3.2)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -14,7 +14,7 @@ GEM
1414
addressable (2.8.6)
1515
public_suffix (>= 2.0.2, < 6.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.6)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
@@ -23,10 +23,9 @@ GEM
2323
commonmarker (0.23.10)
2424
concurrent-ruby (1.2.3)
2525
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
26+
dnsruby (1.72.1)
2727
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
28+
drb (2.2.1)
3029
em-websocket (0.5.3)
3130
eventmachine (>= 0.12.9)
3231
http_parser.rb (~> 0)
@@ -96,7 +95,7 @@ GEM
9695
activesupport (>= 2)
9796
nokogiri (>= 1.4)
9897
http_parser.rb (0.8.0)
99-
i18n (1.14.1)
98+
i18n (1.14.5)
10099
concurrent-ruby (~> 1.0)
101100
jekyll (3.9.5)
102101
addressable (~> 2.4)
@@ -211,35 +210,35 @@ GEM
211210
kramdown-parser-gfm (1.1.0)
212211
kramdown (~> 2.0)
213212
liquid (4.0.4)
214-
listen (3.8.0)
213+
listen (3.9.0)
215214
rb-fsevent (~> 0.10, >= 0.10.3)
216215
rb-inotify (~> 0.9, >= 0.9.10)
217216
mercenary (0.3.6)
218217
minima (2.5.1)
219218
jekyll (>= 3.5, < 5.0)
220219
jekyll-feed (~> 0.9)
221220
jekyll-seo-tag (~> 2.1)
222-
minitest (5.22.2)
221+
minitest (5.22.3)
223222
mutex_m (0.2.0)
224223
net-http (0.4.1)
225224
uri
226-
nokogiri (1.16.2-arm64-darwin)
225+
nokogiri (1.16.5-arm64-darwin)
227226
racc (~> 1.4)
228-
nokogiri (1.16.2-x86_64-linux)
227+
nokogiri (1.16.5-x86_64-linux)
229228
racc (~> 1.4)
230229
octokit (4.25.1)
231230
faraday (>= 1, < 3)
232231
sawyer (~> 0.9)
233232
pathutil (0.16.2)
234233
forwardable-extended (~> 2.6)
235-
public_suffix (5.0.4)
234+
public_suffix (5.0.5)
236235
racc (1.7.3)
237236
rb-fsevent (0.11.2)
238237
rb-inotify (0.10.1)
239238
ffi (~> 1.0)
240-
rexml (3.2.6)
239+
rexml (3.2.8)
240+
strscan (>= 3.0.9)
241241
rouge (3.30.0)
242-
ruby2_keywords (0.0.5)
243242
rubyzip (2.3.2)
244243
safe_yaml (1.0.5)
245244
sass (3.7.4)
@@ -250,8 +249,9 @@ GEM
250249
sawyer (0.9.2)
251250
addressable (>= 2.3.5)
252251
faraday (>= 0.17.3, < 3)
253-
simpleidn (0.2.1)
252+
simpleidn (0.2.2)
254253
unf (~> 0.1.4)
254+
strscan (3.1.0)
255255
terminal-table (1.8.0)
256256
unicode-display_width (~> 1.1, >= 1.1.1)
257257
typhoeus (1.4.1)

0 commit comments

Comments
 (0)