Skip to content

Commit 87980b1

Browse files
committed
bumping dependencies
1 parent 35a41b6 commit 87980b1

4 files changed

Lines changed: 16 additions & 11 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.1.3'
29+
ruby-version: '3.2.9'
3030
bundler-cache: true
3131

3232
- name: Install Pandoc and LaTeX

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.3
1+
3.2.9

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ gem 'rake', '~> 13.3'
1111
gem 'yt', '~> 0.34'
1212
gem 'pry', '~> 0.15'
1313
gem 'webrick', '~> 1.9'
14+
gem 'nokogiri', '>= 1.19.3'

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.3)
4+
activesupport (7.2.3.1)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -10,14 +10,14 @@ GEM
1010
drb
1111
i18n (>= 1.6, < 2)
1212
logger (>= 1.4.2)
13-
minitest (>= 5.1)
13+
minitest (>= 5.1, < 6)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16-
addressable (2.8.8)
16+
addressable (2.9.0)
1717
public_suffix (>= 2.0.2, < 8.0)
1818
base64 (0.3.0)
1919
benchmark (0.5.0)
20-
bigdecimal (4.0.1)
20+
bigdecimal (4.1.2)
2121
chronic (0.10.2)
2222
coderay (1.1.3)
2323
colorator (1.1.0)
@@ -98,11 +98,11 @@ GEM
9898
mercenary (0.4.0)
9999
method_source (1.1.0)
100100
minitest (5.27.0)
101-
nokogiri (1.18.10-arm64-darwin)
101+
nokogiri (1.19.3-arm64-darwin)
102102
racc (~> 1.4)
103-
nokogiri (1.18.10-x86_64-darwin)
103+
nokogiri (1.19.3-x86_64-darwin)
104104
racc (~> 1.4)
105-
nokogiri (1.18.10-x86_64-linux-gnu)
105+
nokogiri (1.19.3-x86_64-linux-gnu)
106106
racc (~> 1.4)
107107
pathutil (0.16.2)
108108
forwardable-extended (~> 2.6)
@@ -121,9 +121,12 @@ GEM
121121
rexml (3.4.4)
122122
rouge (4.7.0)
123123
safe_yaml (1.0.5)
124-
sass-embedded (1.97.3)
124+
sass-embedded (1.97.3-arm64-darwin)
125+
google-protobuf (~> 4.31)
126+
sass-embedded (1.97.3-x86_64-darwin)
127+
google-protobuf (~> 4.31)
128+
sass-embedded (1.97.3-x86_64-linux-gnu)
125129
google-protobuf (~> 4.31)
126-
rake (>= 13)
127130
securerandom (0.4.1)
128131
terminal-table (3.0.2)
129132
unicode-display_width (>= 1.1.1, < 3)
@@ -147,6 +150,7 @@ DEPENDENCIES
147150
jekyll-seo-tag (~> 2.8)
148151
jekyll-sitemap (~> 1.4)
149152
jemoji (~> 0.13)
153+
nokogiri (>= 1.19.3)
150154
pry (~> 0.15)
151155
rake (~> 13.3)
152156
webrick (~> 1.9)

0 commit comments

Comments
 (0)