diff --git a/.ruby-version b/.ruby-version index b502146..84d6c67 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.4.10 diff --git a/Dockerfile b/Dockerfile index fc0f62a..caa5809 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.0.2 +FROM ruby:3.4.10 RUN mkdir /warp-next WORKDIR /warp-next diff --git a/Gemfile b/Gemfile index ed7e6cb..9656a1e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.0.2' +ruby '3.4.10' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.0', '>= 6.1.4'