1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Fixed twitter-text version to 1.14.0

it will passes sinatra-contrib tests

cf: cf2a240a43
This commit is contained in:
Shota Iguchi 2016-12-30 19:02:02 +09:00
parent cf2a240a43
commit 991a45b951

View file

@ -3,6 +3,7 @@ gemspec
gem 'sinatra', path: '..'
gem 'rack-protection', path: '../rack-protection'
gem "twitter-text", "1.14.0"
group :development, :test do
platform :jruby do
@ -42,4 +43,3 @@ repos = { 'tilt' => 'rtomayko/tilt', 'rack' => 'rack/rack' }
dep = {:github => repos[lib], :branch => dep} if dep and dep !~ /(\d+\.)+\d+/
gem lib, dep if dep
end