Skip to content

Commit 014476f

Browse files
committed
json 2 doesn't support Ruby < 2
1 parent 8374656 commit 014476f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ source 'https://rubygems.org'
33
gem 'rake', '< 11'
44
gem 'rdoc', '>= 3.9'
55

6+
gem 'json', '< 2' # This is to support Ruby 1.8 and 1.9
7+
68
group :development do
79
gem 'guard-rspec'
810
gem 'pry'

0 commit comments

Comments
 (0)