From 9ceaa88146470e389a1423bbdcee92155febee86 Mon Sep 17 00:00:00 2001 From: Samy Vacheresse Date: Mon, 15 Jul 2024 09:58:48 +0200 Subject: [PATCH] Update Gemfile (ruby version, rails and puma) --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 19beb0c..a898472 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.2" +ruby "3.3.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.0.1" +gem "rails", "~> 7.1" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" @@ -62,4 +62,4 @@ group :test do gem "capybara" gem "selenium-webdriver" gem "webdrivers" -end \ No newline at end of file +end