Skip to content

Commit

Permalink
include json gem for 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Jul 19, 2015
1 parent 41f0744 commit 7650dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'
gem 'hoe'

gem 'minitest', :group => :test

if RUBY_VERSION < "1.9"
gem 'json'
end

0 comments on commit 7650dc0

Please sign in to comment.