diff --git a/Gemfile b/Gemfile index 7233e22bb..41c4e5563 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :test do gem 'test-unit-full', '~> 0.0.5' gem 'rspec', '~> 3.13' - gem 'rdoc', '~> 7.0' + gem 'rdoc', '~> 7.1' gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.16' diff --git a/Gemfile.lock b/Gemfile.lock index 4896da9fe..30d5aa0c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.3.1) - rdoc (7.0.3) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -326,7 +326,7 @@ DEPENDENCIES rack (~> 3.2) rack-protection (~> 4.2.1) rake (~> 13.3) - rdoc (~> 7.0) + rdoc (~> 7.1) rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.82.1)