Skip to content

Bump rdoc from 6.6.0 to 6.6.3.1 #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "rake", "~> 13"
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 3.5.0"
gem "rdoc", "~> 6.1"
gem "rdoc", "~> 6.6"
gem "bundler", "~> 2.1.4"
gem "juwelier", "~> 2.1.0"
gem "simplecov", ">= 0"
Expand Down
27 changes: 4 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.4)
Expand All @@ -20,7 +19,6 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.6.20240107)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -44,10 +42,6 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.17.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
git (1.18.0)
addressable (~> 2.8)
rchardet (~> 1.8)
Expand All @@ -59,15 +53,6 @@ GEM
oauth2 (~> 1.0)
hashie (3.6.0)
highline (2.1.0)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.6)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
interception (0.5)
Expand All @@ -82,9 +67,6 @@ GEM
rdoc
semver
jwt (2.7.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
method_source (1.0.0)
mini_portile2 (2.8.1)
minitest (5.19.0)
Expand Down Expand Up @@ -122,14 +104,14 @@ GEM
pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0)
pry (~> 0.13)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.1)
racc (1.6.2)
rack (3.0.7)
rake (13.0.6)
rchardet (1.8.0)
rdoc (6.6.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
Expand All @@ -156,7 +138,7 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
slop (3.6.0)
stringio (3.0.9)
stringio (3.1.1)
thread_safe (0.3.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -172,7 +154,6 @@ DEPENDENCIES
activesupport (>= 2.3.5)
bundler (~> 2.1.4)
faraday-retry (~> 1.0.3)
http
juwelier (~> 2.1.0)
octokit (~> 5.0)
oj (~> 3.13.12)
Expand All @@ -183,7 +164,7 @@ DEPENDENCIES
pry-rescue (~> 1)
pry-stack_explorer (~> 0)
rake (~> 13)
rdoc (~> 6.1)
rdoc (~> 6.6)
rspec (~> 3.5.0)
simplecov
zip
Expand Down