diff --git a/.ruby-version b/.ruby-version index acf9bf0..a4f52a5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 \ No newline at end of file +3.2.0 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 5bb08cd..50cbe27 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.2' +# ruby '3.2.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index b0c2d71..1acbb86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -606,8 +606,5 @@ DEPENDENCIES webmock wkhtmltopdf-binary -RUBY VERSION - ruby 3.2.2p0 - BUNDLED WITH 2.4.13