Skip to content

Commit deb9259

Browse files
committed
fix build on 2.4.0 by insisting on uptodate json
1 parent a099767 commit deb9259

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ end
1919

2020
gem 'sqlite3', '~> 1.3.6'
2121

22+
if RUBY_VERSION >= '2.4.0'
23+
gem 'json', '>= 2.0.2'
24+
end
25+
2226
if RUBY_VERSION >= '1.9.3'
2327
gem 'rake', '>= 10.0.0'
2428
else

0 commit comments

Comments
 (0)