Skip to content

Commit

Permalink
Merge pull request #9 from Sharpie/fix-1.8.7
Browse files Browse the repository at this point in the history
Pin redcarpet dependency to make Ruby 1.8.7 happy
  • Loading branch information
adrienthebo committed Mar 5, 2014
2 parents c388f24 + 742105f commit 746a105
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 @@ -5,7 +5,7 @@ gem 'facter', '>= 1.6.2'

group :test, :development do
gem 'yard', '~> 0.8.3'
gem 'redcarpet'
gem 'redcarpet', '~> 2.3.0'
gem 'rspec', '~> 2.10.0'
gem 'mocha', '~> 0.10.5'
end
Expand Down

0 comments on commit 746a105

Please sign in to comment.