Skip to content

Commit

Permalink
Lock rdoc dependency to ~> 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 24, 2016
1 parent 13d4b30 commit 36df8e5
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'faraday', '~> 0.9.2', :platforms => [:jruby_18, :ruby_18]
gem 'jwt', '< 1.5.2', :platforms => [:jruby_18, :ruby_18]
gem 'rake', '< 11.0'
gem 'rdoc'
gem 'rdoc', '~> 4.2.2'

group :development do
gem 'pry'
Expand Down

0 comments on commit 36df8e5

Please sign in to comment.