Lock twitter-text so tests will pass

This commit is contained in:
Zachary Scott 2016-12-30 14:46:47 +09:00
parent ec140d0258
commit cf2a240a43
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ gem "minitest", "~> 5.0"
gem "rack-protection", path: "rack-protection"
gem "sinatra-contrib", path: "sinatra-contrib"
gem "twitter-text", "1.14.0"
if RUBY_ENGINE == 'jruby'
gem 'nokogiri', '!= 1.5.0'
gem 'trinidad'