Skip to content

Commit d68a6e7

Browse files
authored
Bump rdoc version (#122)
1 parent 00e5548 commit d68a6e7

File tree

2 files changed

+62
-37
lines changed

2 files changed

+62
-37
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
# Include everything needed to run rake, tests, features, etc.
88
group :development do
99
gem "juwelier", "~> 2.1.0"
10-
gem "rdoc", "~> 3.12"
10+
gem "rdoc", ">= 6.3.1"
1111
gem "rspec", "~> 3.5.0"
1212
end
1313

Gemfile.lock

Lines changed: 61 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,64 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionview (5.2.4.4)
5-
activesupport (= 5.2.4.4)
4+
actionview (7.0.2.3)
5+
activesupport (= 7.0.2.3)
66
builder (~> 3.1)
77
erubi (~> 1.4)
88
rails-dom-testing (~> 2.0)
9-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
10-
activesupport (5.2.4.4)
9+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
10+
activesupport (7.0.2.3)
1111
concurrent-ruby (~> 1.0, >= 1.0.2)
12-
i18n (>= 0.7, < 2)
13-
minitest (~> 5.1)
14-
tzinfo (~> 1.1)
15-
addressable (2.6.0)
16-
public_suffix (>= 2.0.2, < 4.0)
12+
i18n (>= 1.6, < 2)
13+
minitest (>= 5.1)
14+
tzinfo (~> 2.0)
15+
addressable (2.8.0)
16+
public_suffix (>= 2.0.2, < 5.0)
1717
ansispan (0.0.1)
1818
builder (3.2.4)
1919
concurrent-ruby (1.1.9)
2020
crass (1.0.6)
2121
descendants_tracker (0.0.4)
2222
thread_safe (~> 0.3, >= 0.3.1)
23-
diff-lcs (1.3)
24-
diffy (3.3.0)
23+
diff-lcs (1.5.0)
24+
diffy (3.4.0)
2525
erubi (1.10.0)
26-
faraday (0.15.4)
26+
faraday (1.10.0)
27+
faraday-em_http (~> 1.0)
28+
faraday-em_synchrony (~> 1.0)
29+
faraday-excon (~> 1.1)
30+
faraday-httpclient (~> 1.0)
31+
faraday-multipart (~> 1.0)
32+
faraday-net_http (~> 1.0)
33+
faraday-net_http_persistent (~> 1.0)
34+
faraday-patron (~> 1.0)
35+
faraday-rack (~> 1.0)
36+
faraday-retry (~> 1.0)
37+
ruby2_keywords (>= 0.0.4)
38+
faraday-em_http (1.0.0)
39+
faraday-em_synchrony (1.0.0)
40+
faraday-excon (1.1.0)
41+
faraday-httpclient (1.0.1)
42+
faraday-multipart (1.0.3)
2743
multipart-post (>= 1.2, < 3)
28-
git (1.8.1)
44+
faraday-net_http (1.0.1)
45+
faraday-net_http_persistent (1.2.0)
46+
faraday-patron (1.0.0)
47+
faraday-rack (1.0.0)
48+
faraday-retry (1.0.3)
49+
git (1.10.2)
2950
rchardet (~> 1.8)
30-
github_api (0.18.2)
51+
github_api (0.19.0)
3152
addressable (~> 2.4)
3253
descendants_tracker (~> 0.0.4)
33-
faraday (~> 0.8)
54+
faraday (>= 0.8, < 2)
3455
hashie (~> 3.5, >= 3.5.2)
3556
oauth2 (~> 1.0)
3657
hashie (3.6.0)
37-
highline (2.0.2)
58+
highline (2.0.3)
3859
i18n (1.10.0)
3960
concurrent-ruby (~> 1.0)
40-
json (1.8.6)
41-
json (1.8.6-java)
61+
jar-dependencies (0.4.1)
4262
juwelier (2.1.3)
4363
builder
4464
bundler (>= 1.13)
@@ -49,13 +69,13 @@ GEM
4969
rake
5070
rdoc
5171
semver
52-
jwt (2.2.1)
72+
jwt (2.3.0)
5373
loofah (2.14.0)
5474
crass (~> 1.0.2)
5575
nokogiri (>= 1.5.9)
5676
mini_portile2 (2.8.0)
5777
minitest (5.15.0)
58-
multi_json (1.13.1)
78+
multi_json (1.15.0)
5979
multi_xml (0.6.0)
6080
multipart-post (2.1.1)
6181
mustermann (1.1.1)
@@ -69,27 +89,31 @@ GEM
6989
racc (~> 1.4)
7090
nokogiri (1.13.3-x86-mingw32)
7191
racc (~> 1.4)
72-
oauth2 (1.4.1)
73-
faraday (>= 0.8, < 0.16.0)
92+
oauth2 (1.4.9)
93+
faraday (>= 0.17.3, < 3.0)
7494
jwt (>= 1.0, < 3.0)
7595
multi_json (~> 1.3)
7696
multi_xml (~> 0.5)
7797
rack (>= 1.2, < 3)
78-
public_suffix (3.1.1)
98+
psych (4.0.3)
99+
stringio
100+
psych (4.0.3-java)
101+
jar-dependencies (>= 0.1.7)
102+
public_suffix (4.0.6)
79103
racc (1.6.0)
80104
racc (1.6.0-java)
81-
rack (2.0.7)
82-
rack-protection (2.0.8.1)
105+
rack (2.2.3)
106+
rack-protection (2.2.0)
83107
rack
84108
rails-dom-testing (2.0.3)
85109
activesupport (>= 4.2.0)
86110
nokogiri (>= 1.6)
87111
rails-html-sanitizer (1.4.2)
88112
loofah (~> 2.3)
89-
rake (12.3.2)
113+
rake (13.0.6)
90114
rchardet (1.8.0)
91-
rdoc (3.12.2)
92-
json (~> 1.4)
115+
rdoc (6.4.0)
116+
psych (>= 4.0.0)
93117
rspec (3.5.0)
94118
rspec-core (~> 3.5.0)
95119
rspec-expectations (~> 3.5.0)
@@ -103,19 +127,20 @@ GEM
103127
diff-lcs (>= 1.2.0, < 2.0)
104128
rspec-support (~> 3.5.0)
105129
rspec-support (3.5.0)
106-
ruby2_keywords (0.0.2)
130+
ruby2_keywords (0.0.5)
107131
semver (1.0.1)
108-
sinatra (2.0.8.1)
132+
sinatra (2.2.0)
109133
mustermann (~> 1.0)
110-
rack (~> 2.0)
111-
rack-protection (= 2.0.8.1)
134+
rack (~> 2.2)
135+
rack-protection (= 2.2.0)
112136
tilt (~> 2.0)
137+
stringio (3.0.1)
113138
thread_safe (0.3.6)
114139
thread_safe (0.3.6-java)
115140
tilt (2.0.10)
116-
tzinfo (1.2.9)
117-
thread_safe (~> 0.1)
118-
tzinfo-data (1.2019.3)
141+
tzinfo (2.0.4)
142+
concurrent-ruby (~> 1.0)
143+
tzinfo-data (1.2021.5)
119144
tzinfo (>= 1.0.0)
120145

121146
PLATFORMS
@@ -131,7 +156,7 @@ DEPENDENCIES
131156
diffy
132157
git
133158
juwelier (~> 2.1.0)
134-
rdoc (~> 3.12)
159+
rdoc (>= 6.3.1)
135160
rspec (~> 3.5.0)
136161
sinatra
137162
tzinfo-data

0 commit comments

Comments
 (0)