We need latest nokogiri so it compiles with Ruby 2.3.1

This commit is contained in:
Sam
2016-05-17 16:12:06 +10:00
parent dd0260e435
commit 75d8e6f1ec
2 changed files with 8 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ gem 'email_reply_trimmer', '0.1.3'
gem 'image_optim', '0.20.2'
gem 'multi_json'
gem 'mustache'
gem 'nokogiri'
gem 'nokogiri', '1.6.8.rc3'
gem 'omniauth'
gem 'omniauth-openid'
gem 'openid-redis-store'