File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,7 @@ group :mdl do
59
59
end
60
60
61
61
group :doc do
62
- if ENV [ "EDGE" ]
63
- gem "sdoc" , git : "https://github.com/rails/sdoc.git" , branch : "main"
64
- else
65
- gem "sdoc" , ">= 2.6.0"
66
- end
62
+ gem "sdoc" , git : "https://github.com/rails/sdoc.git" , branch : "main"
67
63
gem "rdoc" , "~> 6.5"
68
64
gem "redcarpet" , "~> 3.2.3" , platforms : :ruby
69
65
gem "w3c_validators" , "~> 1.3.6"
Original file line number Diff line number Diff line change 15
15
event_emitter
16
16
websocket
17
17
18
+ GIT
19
+ remote: https://github.com/rails/sdoc.git
20
+ revision: 947abf9d928f37b9cb91c8139e051b834265724a
21
+ branch: main
22
+ specs:
23
+ sdoc (3.0.0.alpha )
24
+ nokogiri
25
+ rdoc (>= 5.0 )
26
+ rouge
27
+
18
28
PATH
19
29
remote: .
20
30
specs:
465
475
rubyzip (2.3.2 )
466
476
rufus-scheduler (3.8.2 )
467
477
fugit (~> 1.1 , >= 1.1.6 )
468
- sdoc (2.6.1 )
469
- rdoc (>= 5.0 )
470
478
selenium-webdriver (4.11.0 )
471
479
rexml (~> 3.2 , >= 3.2.5 )
472
480
rubyzip (>= 1.2.2 , < 3.0 )
@@ -621,7 +629,7 @@ DEPENDENCIES
621
629
rubocop-performance
622
630
rubocop-rails
623
631
rubyzip (~> 2.0 )
624
- sdoc ( >= 2.6.0 )
632
+ sdoc !
625
633
selenium-webdriver (>= 4.11.0 )
626
634
sidekiq
627
635
sneakers
You can’t perform that action at this time.
0 commit comments