diff --git a/Gemfile b/Gemfile index 4a50053..1f85782 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '3.2.0' +ruby '>= 3.2.0' gem 'rails', '~> 7.1.0' gem 'mysql2', '~> 0.5' diff --git a/Gemfile.lock b/Gemfile.lock index d1ea998..8f101c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,8 +237,5 @@ DEPENDENCIES puma (~> 6.0) rails (~> 7.1.0) -RUBY VERSION - ruby 3.4.7p58 - BUNDLED WITH 2.6.9