Skip to content

Commit 0817430

Browse files
committed
Update to Ruby 2.4.0 compatible JSON gem.
1 parent 7c28ad2 commit 0817430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group :development, :test do
1818
gem "nifty-generators"
1919
end
2020

21-
gem 'json'
21+
gem 'json', '~> 2.0'
2222
gem 'haml'
2323
gem 'haml-rails'
2424
gem 'therubyracer'

0 commit comments

Comments
 (0)