diff --git a/.ruby-version b/.ruby-version index 4560fb912c0..e650c01d92f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-2.6.3 +3.2.9 diff --git a/.travis.yml b/.travis.yml index e99af0e833f..7b9f99839cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,13 @@ jobs: apt: packages: - libxml2-utils + - libxml2-dev + - libxslt1-dev + - pkg-config + before_install: + - bundle config set force_ruby_platform true install: - - rvm use 2.6.3 --install + - rvm use 3.2.9 --install - bundle install --deployment - sudo apt-get install libcurl4-openssl-dev # required to avoid SSL errors script: @@ -38,7 +43,7 @@ jobs: language: shell cache: false install: - - rvm use 2.5.3 + - rvm use 3.3.1 --install script: - git clone https://github.com/travis-ci/dpl.git - cd dpl diff --git a/404.html b/404.html index 6fba736fcd6..bd8e63f644e 100644 --- a/404.html +++ b/404.html @@ -3,6 +3,14 @@
+ + + +