diff --git a/.ruby-version b/.ruby-version index 944880f..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.2.2 diff --git a/Gemfile b/Gemfile index 62b643a..4b92c4d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.0" - # unti 7.1 is out gem "rails", git: "https://github.com/rails/rails" gem "sprockets-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 2bcf6e5..9a10fbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,8 +274,5 @@ DEPENDENCIES web-console webdrivers -RUBY VERSION - ruby 3.2.0p0 - BUNDLED WITH 2.4.7