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