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:
commit
ba935c9d88
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue