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
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,31 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.4)
activesupport (7.1.5.1)
activesupport (7.2.2.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
tzinfo (~> 2.0, >= 2.0.5)
asciidoctor (2.0.23)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.1)
builder (3.3.0)
cgi (0.4.2)
charlock_holmes (0.7.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
connection_pool (2.5.4)
crass (1.0.6)
creole (0.5.0)
date (3.4.1)
drb (2.2.1)
drb (2.2.3)
expression_parser (0.9.0)
github-linguist (9.1.0)
cgi
Expand All @@ -57,7 +56,6 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.5)
mutex_m (0.3.0)
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -92,7 +90,7 @@ GEM
sanitize (6.1.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
securerandom (0.3.2)
securerandom (0.4.1)
stringio (3.1.6)
tdiff (0.4.0)
twitter-text (1.14.7)
Expand All @@ -119,7 +117,7 @@ PLATFORMS

DEPENDENCIES
RedCloth
activesupport (~> 7.1.5)
activesupport (~> 7.2.2)
asciidoctor (~> 2.0.5)
commonmarker!
creole (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.require_paths = %w[lib]

s.add_development_dependency 'rake', '~> 12'
s.add_development_dependency 'activesupport', '~> 7.1.5'
s.add_development_dependency 'activesupport', '~> 7.2.2'
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
s.add_development_dependency 'html-pipeline', '~> 1.0'
s.add_development_dependency 'sanitize', '>= 4.6.3'
Expand Down
Loading