Merge branch 'master' into stable
This commit is contained in:
commit
4c750c8784
4 changed files with 15 additions and 7 deletions
|
|
@ -6,6 +6,12 @@
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
# 0.5.9.1
|
||||||
|
|
||||||
|
Update Nokogiri to 1.6.8, which in turn updates libxml2 to 2.9.4 and libxslt to 1.1.29,
|
||||||
|
addressing a range of security issues. See https://groups.google.com/forum/#!topic/ruby-security-ann/RCHyF5K9Lbc
|
||||||
|
for more details.
|
||||||
|
|
||||||
# 0.5.9.0
|
# 0.5.9.0
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -126,7 +126,7 @@ gem "messagebus_ruby_api", "1.0.3"
|
||||||
|
|
||||||
# Parsing
|
# Parsing
|
||||||
|
|
||||||
gem "nokogiri", "1.6.7.2"
|
gem "nokogiri", "1.6.8"
|
||||||
gem "redcarpet", "3.3.4"
|
gem "redcarpet", "3.3.4"
|
||||||
gem "twitter-text", "1.13.4"
|
gem "twitter-text", "1.13.4"
|
||||||
gem "roxml", "3.1.6"
|
gem "roxml", "3.1.6"
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -468,7 +468,7 @@ GEM
|
||||||
mime-types-data (3.2016.0221)
|
mime-types-data (3.2016.0221)
|
||||||
mimemagic (0.3.1)
|
mimemagic (0.3.1)
|
||||||
mini_magick (4.5.1)
|
mini_magick (4.5.1)
|
||||||
mini_portile2 (2.0.0)
|
mini_portile2 (2.1.0)
|
||||||
minitest (5.8.4)
|
minitest (5.8.4)
|
||||||
mobile-fu (1.3.1)
|
mobile-fu (1.3.1)
|
||||||
rack-mobile-detect
|
rack-mobile-detect
|
||||||
|
|
@ -482,8 +482,9 @@ GEM
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
nio4r (1.2.0)
|
nio4r (1.2.0)
|
||||||
nokogiri (1.6.7.2)
|
nokogiri (1.6.8)
|
||||||
mini_portile2 (~> 2.0.0.rc2)
|
mini_portile2 (~> 2.1.0)
|
||||||
|
pkg-config (~> 1.1.7)
|
||||||
notiffany (0.0.8)
|
notiffany (0.0.8)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
|
|
@ -520,6 +521,7 @@ GEM
|
||||||
parser (2.3.1.0)
|
parser (2.3.1.0)
|
||||||
ast (~> 2.2)
|
ast (~> 2.2)
|
||||||
phantomjs (2.1.1.0)
|
phantomjs (2.1.1.0)
|
||||||
|
pkg-config (1.1.7)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pry (0.10.3)
|
pry (0.10.3)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
|
|
@ -852,7 +854,7 @@ DEPENDENCIES
|
||||||
minitest
|
minitest
|
||||||
mobile-fu (= 1.3.1)
|
mobile-fu (= 1.3.1)
|
||||||
mysql2 (= 0.4.4)
|
mysql2 (= 0.4.4)
|
||||||
nokogiri (= 1.6.7.2)
|
nokogiri (= 1.6.8)
|
||||||
omniauth (= 1.3.1)
|
omniauth (= 1.3.1)
|
||||||
omniauth-facebook (= 3.0.0)
|
omniauth-facebook (= 3.0.0)
|
||||||
omniauth-tumblr (= 1.2)
|
omniauth-tumblr (= 1.2)
|
||||||
|
|
@ -925,4 +927,4 @@ DEPENDENCIES
|
||||||
will_paginate (= 3.1.0)
|
will_paginate (= 3.1.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.12.1
|
1.12.5
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
version:
|
version:
|
||||||
number: "0.5.9.0" # Do not touch unless doing a release, do not backport the version number that's in master
|
number: "0.5.9.99" # Do not touch unless doing a release, do not backport the version number that's in master
|
||||||
heroku: false
|
heroku: false
|
||||||
environment:
|
environment:
|
||||||
url: "http://localhost:3000/"
|
url: "http://localhost:3000/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue