mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:09:18 +08:00
My patch was accepted and pushed into the gem :)
This commit is contained in:
parent
e5f41b8a21
commit
86985e345e
4
Gemfile
4
Gemfile
|
@ -216,9 +216,7 @@ gem 'rbtrace', require: false, platform: :mri
|
||||||
|
|
||||||
# required for feed importing and embedding
|
# required for feed importing and embedding
|
||||||
#
|
#
|
||||||
# temporary when this is merged https://github.com/cantino/ruby-readability/pull/70
|
gem 'ruby-readability', require: false
|
||||||
# get rid of this
|
|
||||||
gem 'ruby-readability-discourse', require: false
|
|
||||||
|
|
||||||
gem 'simple-rss', require: false
|
gem 'simple-rss', require: false
|
||||||
gem 'gctools', require: false, platform: :mri_21
|
gem 'gctools', require: false, platform: :mri_21
|
||||||
|
|
|
@ -298,7 +298,7 @@ GEM
|
||||||
rspec-mocks (~> 2.14.0)
|
rspec-mocks (~> 2.14.0)
|
||||||
ruby-hmac (0.4.0)
|
ruby-hmac (0.4.0)
|
||||||
ruby-openid (2.5.0)
|
ruby-openid (2.5.0)
|
||||||
ruby-readability-discourse (0.6.1)
|
ruby-readability (0.6.1)
|
||||||
guess_html_encoding (>= 0.0.4)
|
guess_html_encoding (>= 0.0.4)
|
||||||
nokogiri (>= 1.4.2)
|
nokogiri (>= 1.4.2)
|
||||||
sanitize (2.1.0)
|
sanitize (2.1.0)
|
||||||
|
@ -457,7 +457,7 @@ DEPENDENCIES
|
||||||
rinku
|
rinku
|
||||||
rspec-given
|
rspec-given
|
||||||
rspec-rails
|
rspec-rails
|
||||||
ruby-readability-discourse
|
ruby-readability
|
||||||
sanitize
|
sanitize
|
||||||
sass
|
sass
|
||||||
sass-rails (~> 4.0.2)
|
sass-rails (~> 4.0.2)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user