Skip to content

Commit

Permalink
[task/ECP-1040] - Bump ruby from 2.7.1 to 2.7.2 (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkSutton authored Sep 21, 2021
1 parent 9db4294 commit 4343162
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.1
2.7.2
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.1-alpine AS base
FROM ruby:2.7.2-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.1"
ruby "2.7.2"

# 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.1p83
ruby 2.7.2p137

BUNDLED WITH
2.2.23

0 comments on commit 4343162

Please sign in to comment.