Skip to content
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 @@ -31,7 +31,7 @@ platforms :mri, :mingw do
# Optional Markdown support, not for JRuby
group :markdown do
# TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
gem "redcarpet", "~> 2.3.0"
gem "redcarpet", "~> 3.5.1"
end
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
rake (10.3.2)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (2.3.0)
redcarpet (3.5.1)
request_store (1.0.5)
rmagick (2.13.3)
ruby-openid (2.3.0)
Expand Down Expand Up @@ -147,7 +147,7 @@ DEPENDENCIES
rack-openid
rails (= 3.2.19)
rdoc (>= 2.4.2)
redcarpet (~> 2.3.0)
redcarpet (~> 3.5.1)
request_store (= 1.0.5)
rmagick (>= 2.0.0)
ruby-openid (~> 2.3.0)
Expand Down