Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
Fix security violations
Browse files Browse the repository at this point in the history
* Rake upgraded to 12.3.3
	Issue: GHSA-jppv-gw3r-w3q8
* Nokogiri upgraded to 1.10.8
	Issue: sparklemotion/nokogiri#1992
  • Loading branch information
Douglas Lutz committed Mar 6, 2020
1 parent e19b49f commit d27f1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -25,7 +25,7 @@ rspec:
- source ~/.profile
- nvm install v12.4.0
- nvm use 12.4.0
- bundle install --without development production -j $(nproc) --path .gitlab-cache
- bundle install --without development production -j $(nproc)
- cp config/database.yml.example config/database.yml
- bundle exec rake db:create db:test:prepare
- npm install yarn --global
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -252,7 +252,7 @@ GEM
multi_json (1.13.1)
multipart-post (2.0.0)
nio4r (2.3.1)
nokogiri (1.10.5)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
normalize-rails (4.1.1)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -318,7 +318,7 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.2)
rake (13.0.1)
ransack (2.1.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down

0 comments on commit d27f1ab

Please sign in to comment.