Skip to content

Commit 3777d71

Browse files
authored
Revert "Update ruby (#486)" (#490)
This reverts commit ec597d6.
1 parent e2af264 commit 3777d71

File tree

4 files changed

+30
-33
lines changed

4 files changed

+30
-33
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
2.7.7

Gemfile.lock

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
addressable (2.8.7)
15-
public_suffix (>= 2.0.2, < 7.0)
14+
addressable (2.8.0)
15+
public_suffix (>= 2.0.2, < 5.0)
1616
colorator (1.1.0)
17-
concurrent-ruby (1.3.3)
18-
deep_merge (1.2.2)
19-
em-websocket (0.5.3)
17+
concurrent-ruby (1.1.9)
18+
deep_merge (1.2.1)
19+
em-websocket (0.5.2)
2020
eventmachine (>= 0.12.9)
21-
http_parser.rb (~> 0)
21+
http_parser.rb (~> 0.6.0)
2222
eventmachine (1.2.7)
23-
execjs (2.9.1)
24-
ffi (1.17.0)
23+
execjs (2.8.1)
24+
ffi (1.15.4)
2525
forwardable-extended (2.6.0)
26-
http_parser.rb (0.8.0)
27-
i18n (1.14.5)
26+
http_parser.rb (0.6.0)
27+
i18n (1.8.10)
2828
concurrent-ruby (~> 1.0)
29-
jekyll (4.2.2)
29+
jekyll (4.2.1)
3030
addressable (~> 2.4)
3131
colorator (~> 1.0)
3232
em-websocket (~> 0.5)
@@ -49,49 +49,47 @@ GEM
4949
deep_merge (~> 1.2)
5050
jekyll (>= 3.0)
5151
jekyll-paginate (1.1.0)
52-
jekyll-sass-converter (2.2.0)
52+
jekyll-sass-converter (2.1.0)
5353
sassc (> 2.0.1, < 3.0)
5454
jekyll-seo-tag (2.7.1)
5555
jekyll (>= 3.8, < 5.0)
5656
jekyll-sitemap (1.4.0)
5757
jekyll (>= 3.7, < 5.0)
58-
jekyll-target-blank (2.0.2)
58+
jekyll-target-blank (2.0.0)
5959
jekyll (>= 3.0, < 5.0)
6060
nokogiri (~> 1.10)
6161
jekyll-watch (2.2.1)
6262
listen (~> 3.0)
63-
json (2.7.2)
64-
kramdown (2.4.0)
63+
json (2.6.3)
64+
kramdown (2.3.1)
6565
rexml
6666
kramdown-parser-gfm (1.1.0)
6767
kramdown (~> 2.0)
68-
liquid (4.0.4)
69-
listen (3.9.0)
68+
liquid (4.0.3)
69+
listen (3.7.0)
7070
rb-fsevent (~> 0.10, >= 0.10.3)
7171
rb-inotify (~> 0.9, >= 0.9.10)
7272
mercenary (0.4.0)
73-
mini_portile2 (2.8.7)
74-
nokogiri (1.16.6)
73+
mini_portile2 (2.8.4)
74+
nokogiri (1.15.3)
7575
mini_portile2 (~> 2.8.2)
7676
racc (~> 1.4)
7777
pathutil (0.16.2)
7878
forwardable-extended (~> 2.6)
79-
public_suffix (6.0.0)
80-
racc (1.8.0)
81-
rb-fsevent (0.11.2)
82-
rb-inotify (0.11.1)
79+
public_suffix (4.0.6)
80+
racc (1.7.1)
81+
rb-fsevent (0.11.0)
82+
rb-inotify (0.10.1)
8383
ffi (~> 1.0)
84-
rexml (3.3.1)
85-
strscan
86-
rouge (3.30.0)
84+
rexml (3.2.5)
85+
rouge (3.26.1)
8786
safe_yaml (1.0.5)
8887
sassc (2.4.0)
8988
ffi (~> 1.9)
90-
strscan (3.1.0)
9189
terminal-table (2.0.0)
9290
unicode-display_width (~> 1.1, >= 1.1.1)
9391
unicode-display_width (1.8.0)
94-
webrick (1.8.1)
92+
webrick (1.7.0)
9593

9694
PLATFORMS
9795
ruby

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can now access the server at [http://0.0.0.0:4000](http://0.0.0.0:4000)
3737

3838
You'll need:
3939
- Python 3.8 or later
40-
- Ruby 3.2.2
40+
- Ruby 2.7.7
4141

4242
#### Install Dependencies
4343

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Install a newer version of blockdiag, that's compatible with modern pillow
2-
git+https://github.com/blockdiag/blockdiag.git@refs/pull/179/head
3-
Pillow==10.3.0
1+
blockdiag
2+
Pillow==9.5.0
43
funcparserlib==1.0.0a0

0 commit comments

Comments
 (0)