Skip to content

Commit

Permalink
Update minimum Ruby version
Browse files Browse the repository at this point in the history
`2.7.x` is end of life now, so let’s run integration tests and develop
against the lowest supported version of Ruby
  • Loading branch information
pezholio committed Aug 1, 2024
1 parent 8524dcf commit 12a7635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.1.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We want to support older Rubies
ARG RUBY_VERSION=2.7.8
ARG RUBY_VERSION=3.1.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down

0 comments on commit 12a7635

Please sign in to comment.