8000 Merge pull request #1896 from github/dependabot/bundler/dependencies-… · github/markup@8df533e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8df533e

Browse files
authored
Merge pull request #1896 from github/dependabot/bundler/dependencies-3d4b7d5b5f
chore(deps): bump the dependencies group across 1 directory with 6 updates
2 parents a662ce8 + 5767386 commit 8df533e

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ gem "RedCloth"
88
# however we want to bump up to this version since this has a security patch
99
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
1010
gem "rdoc", "~> 6.7.0"
11-
gem "org-ruby", "= 0.9.9"
12-
gem "creole", "~>0.3.6"
11+
gem "org-ruby", "0.9.12"
12+
gem "creole", "~>0.5.0"
1313
gem "wikicloth", "=0.8.3"
1414
gem "twitter-text", "~> 1.14"
1515
gem "asciidoctor", "~> 2.0.5"

Gemfile.lock

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,30 @@ GEM
1515
remote: https://rubygems.org/
1616
specs:
1717
RedCloth (4.3.4)
18-
activesupport (7.1.3.4)
18+
activesupport (7.1.5)
1919
base64
20+
benchmark (>= 0.3)
2021
bigdecimal
2122
concurrent-ruby (~> 1.0, >= 1.0.2)
2223
connection_pool (>= 2.2.5)
2324
drb
2425
i18n (>= 1.6, < 2)
26+
logger (>= 1.4.2)
2527
minitest (>= 5.1)
2628
mutex_m
29+
securerandom (>= 0.3)
2730
tzinfo (~> 2.0)
2831
asciidoctor (2.0.23)
2932
base64 (0.2.0)
33+
benchmark (0.3.0)
3034
bigdecimal (3.1.8)
3135
builder (3.3.0)
3236
cgi (0.4.1)
3337
charlock_holmes (0.7.7)
34-
concurrent-ruby (1.3.3)
38+
concurrent-ruby (1.3.4)
3539
connection_pool (2.4.1)
3640
crass (1.0.6)
37-
creole (0.3.8)
41+
creole (0.5.0)
3842
drb (2.2.1)
3943
expression_parser (0.9.0)
4044
github-linguist (7.30.0)
@@ -46,31 +50,32 @@ GEM
4650
activesupport (>= 2)
4751
nokogiri (~> 1.4)
4852
htmlentities (4.3.4)
49-
i18n (1.14.5)
53+
i18n (1.14.6)
5054
concurrent-ruby (~> 1.0)
55+
logger (1.6.1)
5156
mini_mime (1.1.5)
52-
minitest (5.23.1)
57+
minitest (5.25.1)
5358
mutex_m (0.2.0)
54-
nokogiri (1.16.6-aarch64-linux)
59+
nokogiri (1.16.7-aarch64-linux)
5560
racc (~> 1.4)
56-
nokogiri (1.16.6-arm-linux)
61+
nokogiri (1.16.7-arm-linux)
5762
racc (~> 1.4)
58-
nokogiri (1.16.6-arm64-darwin)
63+
nokogiri (1.16.7-arm64-darwin)
5964
racc (~> 1.4)
60-
nokogiri (1.16.6-x86-linux)
65+
nokogiri (1.16.7-x86-linux)
6166
racc (~> 1.4)
62-
nokogiri (1.16.6-x86_64-darwin)
67+
nokogiri (1.16.7-x86_64-darwin)
6368
racc (~> 1.4)
64-
nokogiri (1.16.6-x86_64-linux)
69+
nokogiri (1.16.7-x86_64-linux)
6570
racc (~> 1.4)
6671
nokogiri-diff (0.3.0)
6772
nokogiri (~> 1.5)
6873
tdiff (~> 0.4)
69-
org-ruby (0.9.9)
74+
org-ruby (0.9.12)
7075
rubypants (~> 0.2)
7176
psych (5.1.2)
7277
stringio
73-
racc (1.8.0)
78+
racc (1.8.1)
7479
rake (13.2.1)
7580
rdoc (6.7.0)
7681
psych (>= 4.0.0)
@@ -80,9 +85,10 @@ GEM
8085
i18n
8186
rubypants (0.7.1)
8287
rugged (1.7.2)
83-
sanitize (6.1.1)
88+
sanitize (6.1.3)
8489
crass (~> 1.0.2)
8590
nokogiri (>= 1.12.0)
91+
securerandom (0.3.1)
8692
stringio (3.1.1)
8793
tdiff (0.4.0)
8894
twitter-text (1.14.7)
@@ -109,18 +115,18 @@ PLATFORMS
109115

110116
DEPENDENCIES
111117
RedCloth
112-
activesupport (~> 7.1.3.4)
118+
activesupport (~> 7.1.5)
113119
asciidoctor (~> 2.0.5)
114120
commonmarker!
115-
creole (~> 0.3.6)
121+
creole (~> 0.5.0)
116122
github-linguist (>= 7.1.3)
117123
github-markup!
118124
html-pipeline (~> 1.0)
119125
kramdown
120126
minitest (~> 5.4, >= 5.4.3)
121127
nokogiri (~> 1.16.5)
122128
nokogiri-diff (~> 0.3.0)
123-
org-ruby (= 0.9.9)
129+
org-ruby (= 0.9.12)
124130
rake
125131
rdoc (~> 6.7.0)
126132
redcarpet

github-markup.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.require_paths = %w[lib]
2222

2323
s.add_development_dependency 'rake', '~> 12'
24-
s.add_development_dependency 'activesupport', '~> 7.1.3.4'
24+
s.add_development_dependency 'activesupport', '~> 7.1.5'
2525
s.add_development_dependency 'minitest', '~> 5.4', '>= 5.4.3'
2626
s.add_development_dependency 'html-pipeline', '~> 1.0'
2727
s.add_development_dependency 'sanitize', '>= 4.6.3'

0 commit comments

Comments
 (0)
0