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

Merge pull request #1344 from olleolleolle/fix/twitter-text-past-1-14-0

Spec: Update gem twitter-text to 1.14.7
This commit is contained in:
Zachary Scott 2017-10-29 14:22:26 +09:00 committed by GitHub
commit ba935c9d88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ gem 'yard'
gem "rack-protection", path: "rack-protection" gem "rack-protection", path: "rack-protection"
gem "sinatra-contrib", path: "sinatra-contrib" gem "sinatra-contrib", path: "sinatra-contrib"
gem "twitter-text", "1.14.0" gem "twitter-text", "1.14.7"
if RUBY_ENGINE == 'jruby' if RUBY_ENGINE == 'jruby'
gem 'nokogiri', '!= 1.5.0' gem 'nokogiri', '!= 1.5.0'

View file

@ -3,7 +3,7 @@ gemspec
gem 'sinatra', path: '..' gem 'sinatra', path: '..'
gem 'rack-protection', path: '../rack-protection' gem 'rack-protection', path: '../rack-protection'
gem "twitter-text", "1.14.0" gem "twitter-text", "1.14.7"
group :development, :test do group :development, :test do
platform :jruby do platform :jruby do