File tree Expand file tree Collapse file tree 3 files changed +21
-23
lines changed Expand file tree Collapse file tree 3 files changed +21
-23
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ gem "RedCloth"
88# however we want to bump up to this version since this has a security patch
99gem "commonmarker" , git : "https://github.com/gjtorikian/commonmarker.git" , tag : "v0.18.3"
1010gem "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 "
1313gem "wikicloth" , "=0.8.3"
1414gem "twitter-text" , "~> 1.14"
1515gem "asciidoctor" , "~> 2.0.5"
Original file line number Diff line number Diff line change 1515 remote: https://rubygems.org/
1616 specs:
1717 RedCloth (4.3.4 )
18- activesupport (7.1.3. 4 )
18+ activesupport (7.1.4 )
1919 base64
2020 bigdecimal
2121 concurrent-ruby (~> 1.0 , >= 1.0.2 )
3131 builder (3.3.0 )
3232 cgi (0.4.1 )
3333 charlock_holmes (0.7.7 )
34- concurrent-ruby (1.3.3 )
34+ concurrent-ruby (1.3.4 )
3535 connection_pool (2.4.1 )
3636 crass (1.0.6 )
37- creole (0.3.8 )
37+ creole (0.5.0 )
3838 drb (2.2.1 )
3939 expression_parser (0.9.0 )
4040 github-linguist (7.30.0 )
4646 activesupport (>= 2 )
4747 nokogiri (~> 1.4 )
4848 htmlentities (4.3.4 )
49- i18n (1.14.5 )
49+ i18n (1.14.6 )
5050 concurrent-ruby (~> 1.0 )
5151 mini_mime (1.1.5 )
52- minitest (5.23 .1 )
52+ minitest (5.25 .1 )
5353 mutex_m (0.2.0 )
54- nokogiri (1.16.6 -aarch64-linux )
54+ nokogiri (1.16.7 -aarch64-linux )
5555 racc (~> 1.4 )
56- nokogiri (1.16.6 -arm-linux )
56+ nokogiri (1.16.7 -arm-linux )
5757 racc (~> 1.4 )
58- nokogiri (1.16.6 -arm64-darwin )
58+ nokogiri (1.16.7 -arm64-darwin )
5959 racc (~> 1.4 )
60- nokogiri (1.16.6 -x86-linux )
60+ nokogiri (1.16.7 -x86-linux )
6161 racc (~> 1.4 )
62- nokogiri (1.16.6 -x86_64-darwin )
62+ nokogiri (1.16.7 -x86_64-darwin )
6363 racc (~> 1.4 )
64- nokogiri (1.16.6 -x86_64-linux )
64+ nokogiri (1.16.7 -x86_64-linux )
6565 racc (~> 1.4 )
6666 nokogiri-diff (0.3.0 )
6767 nokogiri (~> 1.5 )
6868 tdiff (~> 0.4 )
69- org-ruby (0.9.9 )
69+ org-ruby (0.9.12 )
7070 rubypants (~> 0.2 )
7171 psych (5.1.2 )
7272 stringio
73- racc (1.8.0 )
73+ racc (1.8.1 )
7474 rake (13.2.1 )
7575 rdoc (6.7.0 )
7676 psych (>= 4.0.0 )
7777 redcarpet (3.6.0 )
78- rexml (3.3.6 )
79- strscan
78+ rexml (3.3.7 )
8079 ruby-enum (0.9.0 )
8180 i18n
8281 rubypants (0.7.1 )
8382 rugged (1.7.2 )
84- sanitize (6.1.1 )
83+ sanitize (6.1.3 )
8584 crass (~> 1.0.2 )
8685 nokogiri (>= 1.12.0 )
8786 stringio (3.1.1 )
88- strscan (3.1.0 )
8987 tdiff (0.4.0 )
9088 twitter-text (1.14.7 )
9189 unf (~> 0.1.0 )
@@ -111,18 +109,18 @@ PLATFORMS
111109
112110DEPENDENCIES
113111 RedCloth
114- activesupport (~> 7.1.3. 4 )
112+ activesupport (~> 7.1.4 )
115113 asciidoctor (~> 2.0.5 )
116114 commonmarker !
117- creole (~> 0.3.6 )
115+ creole (~> 0.5.0 )
118116 github-linguist (>= 7.1.3 )
119117 github-markup !
120118 html-pipeline (~> 1.0 )
121119 kramdown
122120 minitest (~> 5.4 , >= 5.4.3 )
123121 nokogiri (~> 1.16.5 )
124122 nokogiri-diff (~> 0.3.0 )
125- org-ruby (= 0.9.9 )
123+ org-ruby (= 0.9.12 )
126124 rake
127125 rdoc (~> 6.7.0 )
128126 redcarpet
Original file line number Diff line number Diff 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.4'
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'
You can’t perform that action at this time.
0 commit comments