Skip to content

Commit

Permalink
commonmarker gem: github-markup gemが1系に対応するまで0系を使う
Browse files Browse the repository at this point in the history
  • Loading branch information
shimbaco committed Mar 23, 2024
1 parent 94370f6 commit 414c19e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -16,7 +16,9 @@ gem "aws-sdk-s3" # Using in Shrine
gem "browser", require: "browser/browser"
gem "by_star"
gem "cld"
gem "commonmarker" # Using github-markup
# github-markupが1系に対応するまで0系を使う
# ref: https://github.com/github/markup/issues/1758
gem "commonmarker", "< 1.0" # Using github-markup
gem "counter_culture"
gem "cssbundling-rails"
gem "delayed_job_active_record"
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Expand Up @@ -144,8 +144,7 @@ GEM
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
commonmarker (1.0.4)
rb_sys (~> 0.9)
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
content_disposition (1.0.0)
Expand Down Expand Up @@ -456,7 +455,6 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rb_sys (0.9.90)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.9.0)
Expand Down Expand Up @@ -619,7 +617,7 @@ DEPENDENCIES
bullet
by_star
cld
commonmarker
commonmarker (< 1.0)
counter_culture
cssbundling-rails
delayed_job_active_record
Expand Down

0 comments on commit 414c19e

Please sign in to comment.