GitHub Pages deployment is broken

It may fail with error messages such as:

Installing deploy dependencies
Fetching: multipart-post-2.1.1.gem (100%)
Successfully installed multipart-post-2.1.1
Fetching: faraday-0.15.4.gem (100%)
Successfully installed faraday-0.15.4
Fetching: public_suffix-3.1.0.gem (100%)
ERROR:  Error installing dpl-pages:
	public_suffix requires Ruby version >= 2.3.

See

We’ve released dpl 1.10.9, which resolves this problem. If you see a problem with this particular dependency problem, please report it here. For all others, do open a new topic.

Thanks.

I encounterd what seems to be the same problem with dpl 1.10.10:

ERROR:  Error installing dpl-releases:
	The last version of public_suffix (>= 2.0.2, < 4.0) to support your Ruby & RubyGems was 3.0.3. Try installing it with `gem install public_suffix -v 3.0.3` and then running the current command again
	public_suffix requires Ruby version >= 2.3. The current ruby version is 2.2.0.
Successfully installed multipart-post-2.1.1
Successfully installed faraday-0.15.4
/home/travis/.rvm/rubies/ruby-2.2.5/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- dpl/provider/releases (LoadError)
	from /home/travis/.rvm/rubies/ruby-2.2.5/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/lib/dpl/provider.rb:93:in `rescue in block in new'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/lib/dpl/provider.rb:68:in `block in new'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/lib/dpl/cli.rb:41:in `fold'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/lib/dpl/provider.rb:67:in `new'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/lib/dpl/cli.rb:31:in `run'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/lib/dpl/cli.rb:7:in `run'
	from /home/travis/.rvm/gems/ruby-2.2.5/gems/dpl-1.10.10/bin/dpl:5:in `<top (required)>'
	from /home/travis/.rvm/gems/ruby-2.2.5/bin/dpl:23:in `load'
	from /home/travis/.rvm/gems/ruby-2.2.5/bin/dpl:23:in `<main>'

travis_fold:end:dpl.1
failed to deploy

Sorry about the problem. Could you point to the build log URL? Thanks.

This is the the build log for the problem I encountered. I fixed it by replacing the Linux distribution from Precise to Trusty. Thank you for the quick reply.

So, yours was a different manifestation of

as strange as it may seem. Your job was getting the Precise image due to ↑, and switching to Trusty should be a solution for now.

dpl 1.10.11 resolves issues with GitHub Releases as well.