diff --git a/.ruby-version b/.ruby-version index 406ebcb..f092941 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.7 +3.2.8 diff --git a/Gemfile b/Gemfile index 34d9248..b7bae71 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.7' +ruby '3.2.8' gem 'bootsnap', require: false gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index b16212d..6b16399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -483,7 +483,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.7p253 + ruby 3.2.8p263 BUNDLED WITH 2.6.3