Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Bump kramdown from 1.17.0 to 2.3.1 #253

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :development do
gem 'guard-rspec', '~> 4.7', require: false
gem 'foreman', '~> 0.84.0'

gem 'kramdown', '~> 1.13', require: false
gem 'kramdown', '~> 2.3', require: false
gem 'guard-livereload', '~> 2.5', require: false
gem 'guard-yard', '~> 2.2', require: false
end
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ GEM
oauth2 (~> 1.4)
ox (~> 2.1)
uri_template (~> 0.7.0)
kramdown (1.17.0)
kramdown (2.3.1)
rexml
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -236,6 +237,7 @@ GEM
ffi (~> 1.0)
representable (2.3.0)
uber (~> 0.0.7)
rexml (3.2.5)
roar (1.0.4)
representable (>= 2.0.1, < 2.4.0)
role_playing (0.1.5)
Expand Down Expand Up @@ -340,7 +342,7 @@ DEPENDENCIES
json (~> 2.3)
json_spec (~> 1.1)
kosapi_client (~> 0.13.0)
kramdown (~> 1.13)
kramdown (~> 2.3)
logging (~> 2.1)
oauth2 (~> 1.4)
pg (~> 1.0)
Expand Down