Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawa Ometto committed Aug 11, 2020
1 parent 4243903 commit 986a76c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,8 @@ gollum -- A git-based Wiki
[![Build Status](https://travis-ci.org/gollum/gollum.svg?branch=master)](https://travis-ci.org/gollum/gollum)
[![Open Source Helpers](https://www.codetriage.com/gollum/gollum/badges/users.svg)](https://www.codetriage.com/gollum/gollum)

**Please update to gollum 5.1.1 to counter a recent exploit in the kramdown rendering gem, [CVE-2020-14001](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14001)**

**Gollum version 5.0 is out!** See [here](https://github.com/gollum/gollum/wiki/5.0-release-notes) for a list of changes and new features compared to Gollum version 4.x, and see some [Screenshots](https://github.com/gollum/gollum/wiki/Screenshots) of Gollum's features.

## DESCRIPTION
Expand Down
6 changes: 3 additions & 3 deletions gollum.gemspec
Expand Up @@ -5,8 +5,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9'

s.name = 'gollum'
s.version = '5.1'
s.date = '2020-08-03'
s.version = '5.1.1'
s.date = '2020-08-11'
s.license = 'MIT'

s.summary = 'A simple, Git-powered wiki.'
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = %w[README.md LICENSE]

s.add_dependency 'gollum-lib', '~> 5.0'
s.add_dependency 'kramdown', '~> 2.1.0'
s.add_dependency 'kramdown', '~> 2.3'
s.add_dependency 'kramdown-parser-gfm', '~> 1.0.0'
s.add_dependency 'sinatra', '~> 2.0'
s.add_dependency 'sinatra-contrib', '~> 2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/gollum.rb
Expand Up @@ -12,7 +12,7 @@
require File.expand_path('../gollum/uri_encode_component', __FILE__)

module Gollum
VERSION = '5.1'
VERSION = '5.1.1'

def self.assets_path
::File.expand_path('gollum/public', ::File.dirname(__FILE__))
Expand Down

0 comments on commit 986a76c

Please sign in to comment.