Skip to content

Commit 8d9a24f

Browse files
committed
Update website dependencies
1 parent 70514db commit 8d9a24f

3 files changed

Lines changed: 6 additions & 64 deletions

File tree

docs/site/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/graalvm/graal-languages-jekyll-theme.git
3-
revision: 1e8d5b675768ea158684474ef7a32a6ed8ce9baf
3+
revision: 6ae97469860513f340ee832c7b84be81c43d52ad
44
branch: main
55
specs:
66
graal-languages-jekyll-theme (0.2.0)
@@ -43,10 +43,10 @@ GEM
4343
fiber-storage
4444
fiber-storage (1.0.1)
4545
forwardable-extended (2.6.0)
46-
google-protobuf (4.34.1-arm64-darwin)
46+
google-protobuf (4.35.0-arm64-darwin)
4747
bigdecimal
4848
rake (~> 13.3)
49-
google-protobuf (4.34.1-x86_64-linux-gnu)
49+
google-protobuf (4.35.0-x86_64-linux-gnu)
5050
bigdecimal
5151
rake (~> 13.3)
5252
hashery (2.1.2)
@@ -140,9 +140,9 @@ GEM
140140
rouge (4.7.0)
141141
ruby-rc4 (0.1.5)
142142
safe_yaml (1.0.5)
143-
sass-embedded (1.99.0-arm64-darwin)
143+
sass-embedded (1.100.0-arm64-darwin)
144144
google-protobuf (~> 4.31)
145-
sass-embedded (1.99.0-x86_64-linux-gnu)
145+
sass-embedded (1.100.0-x86_64-linux-gnu)
146146
google-protobuf (~> 4.31)
147147
siteleaf (2.3.0)
148148
httparty (>= 0.16.0)

graalpython/graalpy-jbang/examples/graalpy.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

jbang-catalog.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
"hello": {
55
"script-ref": "./graalpython/graalpy-jbang/examples/hello.java",
66
"description": "Script that says hello from Python started from Java or execute Python expression as parameter."
7-
},
8-
"graalpy": {
9-
"script-ref": "./graalpython/graalpy-jbang/examples/graalpy.java",
10-
"description": "Launches GraalPy through the published Maven launcher artifacts."
117
}
128
},
139
"templates": {
@@ -31,4 +27,4 @@
3127
"description": "Basic template for Graal Python java file. Mainly for testing."
3228
}
3329
}
34-
}
30+
}

0 commit comments

Comments
 (0)