aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 19e532bc0b..7a8c5604b0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,7 @@ elsif RUBY_ENGINE == "jruby"
end
group :documentation do
- gem 'rdoc', '2.1'
+ gem 'rdoc', '2.2'
end
if ENV['CI']