Skip to content

Commit bf14715

Browse files
committed
Lock rdoc to verison ~> 4.2.2
1 parent 1bfd137 commit bf14715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'rake', '< 11'
4-
gem 'rdoc', '>= 3.9'
4+
gem 'rdoc', '~> 4.2.2' # This is to support Ruby 1.8 and 1.9
55

66
group :development do
77
gem 'guard-rspec'

0 commit comments

Comments
 (0)