Merge branch 'hotfix/0.7.0.1'
This commit is contained in:
commit
508e44e01b
4 changed files with 11 additions and 7 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# 0.7.0.1
|
||||
|
||||
Update nokogiri to fix [multiple libxml2 vulnerabilities](https://usn.ubuntu.com/usn/usn-3424-1/).
|
||||
|
||||
# 0.7.0.0
|
||||
|
||||
## Supported Ruby versions
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -135,7 +135,7 @@ gem "leaflet-rails", "1.1.0"
|
|||
|
||||
# Parsing
|
||||
|
||||
gem "nokogiri", "1.8.0"
|
||||
gem "nokogiri", "1.8.1"
|
||||
gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb
|
||||
gem "redcarpet", "3.4.0"
|
||||
gem "ruby-oembed", "0.12.0"
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -374,7 +374,7 @@ GEM
|
|||
mime-types-data (3.2016.0521)
|
||||
mini_magick (4.8.0)
|
||||
mini_mime (0.1.4)
|
||||
mini_portile2 (2.2.0)
|
||||
mini_portile2 (2.3.0)
|
||||
minitest (5.10.3)
|
||||
mobile_fu (1.4.0)
|
||||
rack-mobile-detect
|
||||
|
|
@ -387,8 +387,8 @@ GEM
|
|||
naught (1.1.0)
|
||||
nenv (0.3.0)
|
||||
nio4r (2.1.0)
|
||||
nokogiri (1.8.0)
|
||||
mini_portile2 (~> 2.2.0)
|
||||
nokogiri (1.8.1)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
|
|
@ -820,7 +820,7 @@ DEPENDENCIES
|
|||
minitest
|
||||
mobile_fu (= 1.4.0)
|
||||
mysql2 (= 0.4.9)
|
||||
nokogiri (= 1.8.0)
|
||||
nokogiri (= 1.8.1)
|
||||
omniauth (= 1.6.1)
|
||||
omniauth-facebook (= 4.0.0)
|
||||
omniauth-tumblr (= 1.2)
|
||||
|
|
@ -904,4 +904,4 @@ DEPENDENCIES
|
|||
will_paginate (= 3.1.6)
|
||||
|
||||
BUNDLED WITH
|
||||
1.15.3
|
||||
1.15.4
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
defaults:
|
||||
version:
|
||||
number: "0.7.0.0" # Do not touch unless doing a release, do not backport the version number that's in master
|
||||
number: "0.7.0.1" # Do not touch unless doing a release, do not backport the version number that's in master
|
||||
heroku: false
|
||||
environment:
|
||||
url: "http://localhost:3000/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue