montera34 / pageonex

PageOneX. Analyzing front pages
http://pageonex.com
GNU Affero General Public License v3.0
54 stars 13 forks source link

Travis failed while buildin docker image #231

Open numeroteca opened 5 years ago

numeroteca commented 5 years ago

After creating a new release, travis threw this error (https://travis-ci.org/montera34/pageonex/builds/549646498#L544):

gem update --system
YAML safe loading is not available. Please upgrade psych to a version that supports safe loading (>= 2.0).
ERROR:  Error installing rubygems-update:
    There are no versions of rubygems-update (= 3.0.4) compatible with your Ruby & RubyGems
    rubygems-update requires Ruby version >= 2.3.0. The current ruby version is 1.9.1.
ERROR:  While executing gem ... (Errno::ENOENT)
    No such file or directory - /home/travis/.rvm/gems/ruby-1.9.3-p551/gems/rubygems-update-2.7.8
Updating rubygems-update
The command "gem update --system" failed and exited with 1 during .
Your build has been stopped.

Maybe it's moment to upgrade RoR and its gems, how much of a hassle would it be?