Skip to content

Commit d5b71d6

Browse files
committed
Update ruby dependencies.
1 parent 45eb8e3 commit d5b71d6

File tree

3 files changed

+30
-23
lines changed

3 files changed

+30
-23
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.2.2
19+
ruby-version: 3.2.5
2020
- name: Install dependencies
2121
run: bundle install
2222
- name: Generate Test Manifests

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source "https://rubygems.org"
2-
ruby "3.2.2"
2+
ruby "3.2.5"
33

44
gem 'rake'
55
gem 'json-ld'
66
gem 'rdf-turtle'
7-
gem 'haml', '~> 6.1'
8-
gem 'kramdown', '~> 2.3'
7+
gem 'haml', '~> 6.2'
8+
gem 'kramdown', '~> 2.4'
99
gem 'htmlbeautifier', '~> 1.4'

Gemfile.lock

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
base64 (0.2.0)
45
bcp47_spec (0.2.1)
5-
ebnf (2.4.0)
6+
bigdecimal (3.1.8)
7+
ebnf (2.5.0)
68
htmlentities (~> 4.3)
79
rdf (~> 3.3)
810
scanf (~> 1.0)
9-
sxp (~> 1.3)
11+
sxp (~> 2.0)
1012
unicode-types (~> 1.8)
11-
haml (6.2.3)
13+
haml (6.3.0)
1214
temple (>= 0.8.2)
1315
thor
1416
tilt
15-
htmlbeautifier (1.4.2)
17+
htmlbeautifier (1.4.3)
1618
htmlentities (4.3.4)
1719
json-canonicalization (1.0.0)
18-
json-ld (3.3.1)
20+
json-ld (3.3.2)
1921
htmlentities (~> 4.3)
2022
json-canonicalization (~> 1.0)
2123
link_header (~> 0.0, >= 0.0.8)
2224
multi_json (~> 1.15)
2325
rack (>= 2.2, < 4)
2426
rdf (~> 3.3)
27+
rexml (~> 3.2)
2528
kramdown (2.4.0)
2629
rexml
2730
link_header (0.0.8)
2831
matrix (0.4.2)
2932
multi_json (1.15.0)
30-
rack (3.0.8)
31-
rake (13.1.0)
32-
rdf (3.3.1)
33+
rack (3.1.7)
34+
rake (13.2.1)
35+
rdf (3.3.2)
3336
bcp47_spec (~> 0.2)
37+
bigdecimal (~> 3.1, >= 3.1.5)
3438
link_header (~> 0.0, >= 0.0.8)
35-
rdf-turtle (3.3.0)
36-
ebnf (~> 2.4)
39+
rdf-turtle (3.3.1)
40+
base64 (~> 0.2)
41+
bigdecimal (~> 3.1, >= 3.1.5)
42+
ebnf (~> 2.5)
3743
rdf (~> 3.3)
38-
rexml (3.2.6)
44+
rexml (3.3.7)
3945
scanf (1.0.0)
40-
sxp (1.3.0)
46+
sxp (2.0.0)
4147
matrix (~> 0.4)
4248
rdf (~> 3.3)
4349
temple (0.10.3)
44-
thor (1.3.0)
45-
tilt (2.3.0)
46-
unicode-types (1.9.0)
50+
thor (1.3.2)
51+
tilt (2.4.0)
52+
unicode-types (1.10.0)
4753

4854
PLATFORMS
4955
arm64-darwin-22
56+
arm64-darwin-24
5057
x86_64-linux
5158

5259
DEPENDENCIES
53-
haml (~> 6.1)
60+
haml (~> 6.2)
5461
htmlbeautifier (~> 1.4)
5562
json-ld
56-
kramdown (~> 2.3)
63+
kramdown (~> 2.4)
5764
rake
5865
rdf-turtle
5966

6067
RUBY VERSION
61-
ruby 3.2.2p53
68+
ruby 3.2.5p208
6269

6370
BUNDLED WITH
64-
2.4.17
71+
2.5.19

0 commit comments

Comments
 (0)