Skip to content

Commit ae86f9b

Browse files
authored
Upgrade Ruby to v2.6.6 (latest 2.6.x) (#792)
1 parent 991377c commit ae86f9b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ executors:
44
rails_executor:
55
working_directory: ~/web-monitoring-db
66
docker:
7-
- image: circleci/ruby:2.6.5-node
7+
- image: circleci/ruby:2.6.6-node
88
environment:
99
RAILS_ENV: test
1010
RACK_ENV: test

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.5
1+
2.6.6

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://docs.docker.com/engine/userguide/eng-image/multistage-build
33

44
### BASE ENVIRONMENT STAGE ###
5-
FROM ruby:2.6.5-slim as base
5+
FROM ruby:2.6.6-slim as base
66
LABEL maintainer="enviroDGI@gmail.com"
77

88
# Install apt based dependencies required to run Rails as

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
55
"https://github.com/#{repo_name}.git"
66
end
77

8-
ruby '2.6.5'
8+
ruby '2.6.6'
99

1010
gem 'aws-sdk-s3', '~> 1.85'
1111
gem 'concurrent-ruby', '~> 1.1'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ DEPENDENCIES
381381
webmock (~> 3.10)
382382

383383
RUBY VERSION
384-
ruby 2.6.5p114
384+
ruby 2.6.6p146
385385

386386
BUNDLED WITH
387387
2.1.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We maintain a publicly available *staging server* at https://api-staging.monitor
2222

2323
## Installation
2424

25-
1. Ensure you have Ruby 2.6.5+.
25+
1. Ensure you have Ruby 2.6.6+.
2626

2727
You can use [rbenv](https://github.com/rbenv/rbenv) to manage multiple Ruby versions
2828

0 commit comments

Comments
 (0)