Skip to content

Commit

Permalink
[task/ECP-1040] - Upgrade ruby from 2.7.2 to 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkSutton committed Sep 20, 2021
1 parent 4cc151d commit b9a4d0e
Show file tree
Hide file tree
Showing 4 changed files with 4 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.7.2
2.7.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# base
# ------------------------------------------------------------------------------
FROM ruby:2.7.2-alpine AS base
FROM ruby:2.7.3-alpine AS base

RUN addgroup -S appgroup && adduser -S appuser -G appgroup

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "2.7.2"
ruby "2.7.3"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "6.0.3.7"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 2.7.2p137
ruby 2.7.3p183

BUNDLED WITH
2.2.23

0 comments on commit b9a4d0e

Please sign in to comment.