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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ gem "RedCloth"
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
# however we want to bump up to this version since this has a security patch
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
gem "rdoc", "~> 6.13.1"
gem "rdoc", "~> 6.15.0"
gem "org-ruby", "0.9.12"
gem "creole", "~>0.5.0"
gem "wikicloth", "=0.8.3"
gem "twitter-text", "~> 1.14"
gem "asciidoctor", "~> 2.0.5"
gem "asciidoctor", "~> 2.0.25"
gem "rake"
gem "rexml"
gem "nokogiri", "~> 1.18.9"
gem "nokogiri", "~> 1.18.10"
41 changes: 23 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,23 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
asciidoctor (2.0.23)
asciidoctor (2.0.25)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
builder (3.3.0)
cgi (0.4.2)
cgi (0.5.0)
charlock_holmes (0.7.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
creole (0.5.0)
date (3.4.1)
drb (2.2.1)
erb (4.0.4)
cgi (>= 0.3.3)
expression_parser (0.9.0)
github-linguist (9.1.0)
github-linguist (9.3.0)
cgi
charlock_holmes (~> 0.7.7)
mini_mime (~> 1.0)
Expand All @@ -56,35 +58,37 @@ GEM
logger (1.7.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.5)
minitest (5.26.0)
mutex_m (0.3.0)
nokogiri (1.18.9)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.9-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-arm-linux-gnu)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri-diff (0.3.0)
nokogiri (~> 1.5)
tdiff (~> 0.4)
org-ruby (0.9.12)
rubypants (~> 0.2)
psych (5.2.3)
psych (5.2.6)
date
stringio
racc (1.8.1)
rake (13.2.1)
rdoc (6.13.1)
rake (13.3.0)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
redcarpet (3.6.1)
rexml (3.4.2)
rexml (3.4.4)
ruby-enum (0.9.0)
i18n
rubypants (0.7.1)
Expand All @@ -93,8 +97,9 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
securerandom (0.3.2)
stringio (3.1.6)
stringio (3.1.7)
tdiff (0.4.0)
tsort (0.2.0)
twitter-text (1.14.7)
unf (~> 0.1.0)
tzinfo (2.0.6)
Expand All @@ -120,19 +125,19 @@ PLATFORMS
DEPENDENCIES
RedCloth
activesupport (~> 7.1.5)
asciidoctor (~> 2.0.5)
asciidoctor (~> 2.0.25)
commonmarker!
creole (~> 0.5.0)
github-linguist (>= 7.1.3)
github-markup!
html-pipeline (~> 1.0)
kramdown
minitest (~> 5.4, >= 5.4.3)
nokogiri (~> 1.18.9)
nokogiri (~> 1.18.10)
nokogiri-diff (~> 0.3.0)
org-ruby (= 0.9.12)
rake
rdoc (~> 6.13.1)
rdoc (~> 6.15.0)
redcarpet
rexml
sanitize (>= 4.6.3)
Expand Down
2 changes: 1 addition & 1 deletion github-markup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = %w[lib]

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