Sha256: 166dff607ca79f53ffcbd42de5939625361a9d8b219bedf7e18630c5aa0a06f8

Contents?: true

Size: 784 Bytes

Versions: 4

Compression:

Stored size: 784 Bytes

Contents

source 'https://rubygems.org'

gem 'warbler', platforms: :jruby

# FIXME:
#
# There's an issue in 1.12.5 that causes XHTML elements to be generated badly,
# causing Gollum's test suite to fail.[1] The issue has been fixed upstream,
# but we're still waiting for a new Nokogiri point release.
#
# However, 1.12.5 is a security patch, so we don't want end users to use an
# older version of Nokogiri. But this is safe to do in our CI environment.
#
# Once there's a new Nokogiri release, we can remove this dependency and JRuby
# CI should pass normally again.
#
# Note that Nokogiri 1.11+ does not support Ruby v2.4.x anymore. So to make our
# current CI workflows pass, we should only try to install this version of
# Nokogiri for newer Ruby versions.

gemspec

gem 'rake', '~> 13.0'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gollum-5.3.3 Gemfile
gollum-5.3.2 Gemfile
gollum-5.3.1 Gemfile
gollum-5.3.0 Gemfile