Skip to content

Commit

Permalink
update nokogiri version
Browse files Browse the repository at this point in the history
  • Loading branch information
giosakti committed Sep 2, 2019
1 parent 78472f0 commit 8cc1b38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update nokogiri to version `1.10.4`.

## [1.1.0] - 2019-09-02
### Fixed
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gem 'jbuilder'
gem 'jquery-rails'
gem 'mysql2', '~> 0.4.10'
gem 'newrelic_rpm'
gem 'nokogiri', '~> 1.10.4'
gem 'omniauth'
gem 'omniauth-google-oauth2', '~> 0.6.0'
gem 'paper_trail'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ GEM
mysql2 (0.4.10)
newrelic_rpm (5.5.0.348)
nio4r (2.3.1)
nokogiri (1.10.1)
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
Expand Down Expand Up @@ -389,6 +389,7 @@ DEPENDENCIES
mock_redis
mysql2 (~> 0.4.10)
newrelic_rpm
nokogiri (~> 1.10.4)
omniauth
omniauth-google-oauth2 (~> 0.6.0)
paper_trail
Expand Down

0 comments on commit 8cc1b38

Please sign in to comment.