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
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.3.4)
activesupport (7.2.3.1)
activesupport (8.1.3)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
asciidoctor (2.0.26)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.1.0)
bigdecimal (4.1.2)
builder (3.3.0)
cgi (0.5.1)
charlock_holmes (0.7.9)
Expand All @@ -52,6 +52,7 @@ GEM
htmlentities (4.3.4)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.19.5)
logger (1.7.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
Expand Down Expand Up @@ -100,6 +101,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
uri (1.1.1)
wikicloth (0.8.3)
builder
expression_parser
Expand All @@ -117,7 +119,7 @@ PLATFORMS

DEPENDENCIES
RedCloth
activesupport (~> 7.2.3)
activesupport (~> 8.1.3)
asciidoctor (~> 2.0.26)
commonmarker!
creole (~> 0.5.0)
Expand All @@ -126,10 +128,10 @@ DEPENDENCIES
html-pipeline (~> 1.0)
kramdown
minitest (~> 5.4, >= 5.4.3)
nokogiri (~> 1.19)
nokogiri (~> 1.19.2, ~> 1.19)
nokogiri-diff (~> 0.3.0)
org-ruby (= 0.9.12)
rake
rake (~> 13, >= 0)
rdoc (~> 6.13.1)
redcarpet
rexml
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', '~> 13'
s.add_development_dependency 'activesupport', '~> 7.2.3'
s.add_development_dependency 'activesupport', '~> 8.1.3'
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