Skip to content

Commit

Permalink
Upgrade to ruby 2.7.6 because dfe-analytics requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
kenfodder committed Aug 22, 2022
1 parent be24c75 commit c5e146e
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.3
2.7.6
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.3-alpine AS base
FROM ruby:2.7.6-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.3"
ruby "2.7.6"

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

RUBY VERSION
ruby 2.7.3p183
ruby 2.7.6p219

BUNDLED WITH
2.3.7

0 comments on commit c5e146e

Please sign in to comment.