Skip to content

Commit

Permalink
Update all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Dec 19, 2023
1 parent 64d9b84 commit da9b913
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 141 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.5.5
ruby-3.2.2
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Build Stage #
#################################

FROM ruby:3.0 AS build
FROM ruby:3.2 AS build

# Set build shell
SHELL ["/bin/bash", "-c"]
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN rm -rf vendor/cache/ .git spec/ node_modules/ tmp/ \
#################################

# This image will be replaced by Openshift
FROM ruby:3.0-slim AS app
FROM ruby:3.2-slim AS app

# Set runtime shell
SHELL ["/bin/bash", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ group :development, :test do
end

group :development do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'listen'
end
Loading

0 comments on commit da9b913

Please sign in to comment.