Skip to content

Commit

Permalink
Merge pull request #1386 from rubymonsters/mhe-update-to-ruby-3-1-6
Browse files Browse the repository at this point in the history
Update to ruby 3.1.6
  • Loading branch information
zaziemo authored Jul 19, 2024
2 parents 87315e7 + 2d5e04a commit 04dd5df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.1.1
ruby 3.1.6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.1
FROM ruby:3.1.6
RUN apt-get update -qq && apt-get install -y nodejs postgresql-client
RUN mkdir /speakerinnen_liste
WORKDIR /speakerinnen_liste
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'
ruby '3.1.1'
ruby '3.1.6'
gem 'rails', '6.1.7.6'

# Needed for Javascript Runtime
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ DEPENDENCIES
webrick (~> 1.7)

RUBY VERSION
ruby 3.1.1p18
ruby 3.1.6p260

BUNDLED WITH
2.4.10

0 comments on commit 04dd5df

Please sign in to comment.