Skip to content

Commit

Permalink
Upgrade Ruby and Nokogiri
Browse files Browse the repository at this point in the history
Security vulnerability upgrades
  • Loading branch information
gylaz committed Jul 14, 2018
1 parent de4c99a commit c9ffb67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.5.0
2.5.1
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.5.0"
ruby "2.5.1"

gem "active_model_serializers", "0.9.5"
gem "administrate", "0.8.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -186,7 +186,7 @@ GEM
thor (~> 0.19)
netrc (0.11.0)
nio4r (2.1.0)
nokogiri (1.8.2)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
oauth2 (1.2.0)
faraday (>= 0.8, < 0.10)
Expand Down Expand Up @@ -420,7 +420,7 @@ DEPENDENCIES
webpacker-react (~> 0.3.1)

RUBY VERSION
ruby 2.5.0p0
ruby 2.5.1p57

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/hound
docker:
- image: circleci/ruby:2.5.0-node-browsers
- image: circleci/ruby:2.5.1-node-browsers
environment:
RAILS_ENV: test
CIRCLECI: true
Expand Down

0 comments on commit c9ffb67

Please sign in to comment.