Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commonmarker from 0.23.10 to 1.1.0 #4012

Closed
wants to merge 1 commit into from
Closed
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 @@ -18,7 +18,7 @@ gem "by_star"
gem "cld"
# github-markupが1系に対応するまで0系を使う
# ref: https://github.com/github/markup/issues/1758
gem "commonmarker", "< 1.0" # Using github-markup
gem "commonmarker", "< 2.0" # Using github-markup
gem "counter_culture"
gem "cssbundling-rails"
gem "delayed_job_active_record"
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
commonmarker (0.23.10)
commonmarker (1.1.0)
rb_sys (~> 0.9)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
content_disposition (1.0.0)
Expand Down Expand Up @@ -455,6 +456,7 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.97)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.9.0)
Expand Down Expand Up @@ -617,7 +619,7 @@ DEPENDENCIES
bullet
by_star
cld
commonmarker (< 1.0)
commonmarker (< 2.0)
counter_culture
cssbundling-rails
delayed_job_active_record
Expand Down
Loading