diff --git a/Gemfile b/Gemfile index dc2b96c..c809bfc 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index e4e3e17..df398f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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