Skip to content

Commit

Permalink
Update Ruby to 2.5.3
Browse files Browse the repository at this point in the history
This resolves 2 CVEs and multiple bugs

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 authored and robbkidd committed Oct 24, 2018
1 parent 7d81c34 commit 4978692
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

language: ruby
rvm:
- 2.5.1
- 2.5.3
bundler_args: "--without development --jobs 7"

notifications:
Expand Down
2 changes: 1 addition & 1 deletion omnibus/config/projects/supermarket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
build_iteration 1

override :postgresql, version: '9.3.18'
override :ruby, version: "2.5.1"
override :ruby, version: "2.5.3"
override :rubygems, version: '2.6.14'
override :nginx, version: '1.10.2'
override :'chef-gem', version: '13.6.4'
Expand Down
2 changes: 1 addition & 1 deletion src/supermarket/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.5.3
2 changes: 1 addition & 1 deletion src/supermarket/engines/fieri/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.5.3

0 comments on commit 4978692

Please sign in to comment.