Upgrade Ruby to 3.1.2.
Also fix a call to `Time.utc` that fails in Ruby 3.1.2 (can't pass a string to Time.utc).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Run: curl -L -s https://raw.githubusercontent.com/danbooru/danbooru/master/INSTALL.debian -o install.sh ; chmod +x install.sh ; ./install.sh
|
||||
|
||||
export RUBY_VERSION=3.0.3
|
||||
export RUBY_VERSION=3.1.2
|
||||
export GITHUB_INSTALL_SCRIPTS=https://raw.githubusercontent.com/danbooru/danbooru/master/script/install
|
||||
export VIPS_VERSION=8.7.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user