Skip to content

Commit

Permalink
Upgrade Ruby to v2.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalie committed May 26, 2023
1 parent e9a30d6 commit bab184f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.6
2.6.10
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: ruby
rvm: 2.6.10

cache: bundler
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.6.6-slim
FROM ruby:2.6.10-slim

LABEL maintainer Travis CI GmbH <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.6.6p146
ruby 2.6.10p210

BUNDLED WITH
2.0.1
2.4.13

0 comments on commit bab184f

Please sign in to comment.