Skip to content
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 numberDiff line numberDiff line change
Expand Up@@ -69,6 +69,6 @@ gem "structify", "~> 0.3.4"
gem "nokogiri", "~> 1.18"

gem "marksmith", "~> 0.4.5"
gem "commonmarker", "~> 2.3"
gem "commonmarker", "~> 2.4"

gem "appsignal"
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -124,14 +124,14 @@ GEM
brakeman (7.1.0)
racc
builder (3.3.0)
commonmarker (2.3.1)
commonmarker (2.4.0)
rb_sys (~> 0.9)
commonmarker (2.3.1-aarch64-linux)
commonmarker (2.3.1-aarch64-linux-musl)
commonmarker (2.3.1-arm64-darwin)
commonmarker (2.3.1-x86_64-darwin)
commonmarker (2.3.1-x86_64-linux)
commonmarker (2.3.1-x86_64-linux-musl)
commonmarker (2.4.0-aarch64-linux)
commonmarker (2.4.0-aarch64-linux-musl)
commonmarker (2.4.0-arm64-darwin)
commonmarker (2.4.0-x86_64-darwin)
commonmarker (2.4.0-x86_64-linux)
commonmarker (2.4.0-x86_64-linux-musl)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
crass (1.0.6)
Expand DownExpand Up@@ -342,7 +342,7 @@ GEM
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
rb_sys (0.9.116)
rb_sys (0.9.117)
rake-compiler-dock (= 1.9.1)
rdoc (6.14.2)
erb
Expand DownExpand Up@@ -431,7 +431,7 @@ DEPENDENCIES
avo (>= 3.2)
bootsnap
brakeman
commonmarker (~> 2.3)
commonmarker (~> 2.4)
csv (~> 3.3)
debug
devise (~> 4.9)
Expand Down
Loading