From 3c937bb44cc94b532d9f5a80244a99d18cf688c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Thu, 24 Aug 2023 10:48:35 +0200 Subject: [PATCH] chore: update bundler --- .ruby-version | 2 +- Gemfile.lock | 2 +- test_app/Gemfile | 2 +- test_app/Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 9e79f6c..acf9bf0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.2.2 +3.2.2 \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 73e900c..73e0cca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,4 +98,4 @@ DEPENDENCIES sqlite3 (~> 1.4) BUNDLED WITH - 2.4.16 + 2.4.19 diff --git a/test_app/Gemfile b/test_app/Gemfile index 90bad5a..9a1ba0d 100644 --- a/test_app/Gemfile +++ b/test_app/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.2' +ruby file: "../.ruby-version" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.0.0' diff --git a/test_app/Gemfile.lock b/test_app/Gemfile.lock index e73e45d..dd130ab 100644 --- a/test_app/Gemfile.lock +++ b/test_app/Gemfile.lock @@ -222,4 +222,4 @@ RUBY VERSION ruby 3.2.2p53 BUNDLED WITH - 2.4.16 + 2.4.19