Skip to content

Commit

Permalink
fix: Lock rdoc version
Browse files Browse the repository at this point in the history
Fixes the build on Ruby 1.9
  • Loading branch information
kattrali committed Dec 7, 2017
1 parent bbef3cc commit 202c770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group :test, optional: true do
gem 'rake', '~> 10.1.1'
gem 'rspec'
gem 'rspec-mocks'
gem 'rdoc'
gem 'rdoc', '~> 5.1.0'
gem 'pry'
gem 'addressable', '~> 2.3.8'
gem 'delayed_job' if RUBY_VERSION >= '2.2.2'
Expand Down

0 comments on commit 202c770

Please sign in to comment.