diff --git a/.ruby-version b/.ruby-version index be94e6f5..e4604e3a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.1 diff --git a/Gemfile b/Gemfile index 40d5e70c..99b8993d 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.1" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.2" @@ -224,7 +224,7 @@ group :development do # Typecheck code gem "sorbet", require: false gem "spoom", require: false - gem "tapioca", "~> 0.11.9", require: false + gem "tapioca", "~> 0.11.12", require: false # Use Rubocop to lint code gem "rubocop", "~> 1.57", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7f849b26..63357fff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -711,7 +711,7 @@ DEPENDENCIES sprockets-rails (~> 3.4) store_model (~> 1.6) strong_password (~> 0.0.10) - tapioca (~> 0.11.9) + tapioca (~> 0.11.12) telegram-bot-ruby (~> 1.0) time_difference (~> 0.5.0) tzinfo-data @@ -721,7 +721,7 @@ DEPENDENCIES wrapped_print RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.1p31 BUNDLED WITH 2.4.22