From 90ddc7e517329096d0621e1d1bda4e7513c4e9eb Mon Sep 17 00:00:00 2001 From: sharkby7e Date: Fri, 15 Nov 2024 20:01:06 -0500 Subject: [PATCH] make sure ruby version is correct --- .ruby-version | 2 +- Gemfile | 1 - Gemfile.lock | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index f13c6f4..1dd1998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.3.5 +ruby 3.3.5 diff --git a/Gemfile b/Gemfile index 1436c42..70cf7d4 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,6 @@ gem 'sprockets-rails' gem 'sqlite3', '>= 1.4' gem 'stimulus-rails' gem 'turbo-rails' -gem 'tzinfo-data', platforms: %i[windows jruby] # Use Kredis to get higher-level data types in Redis [https://github.com/rails/kredis] # gem "kredis" diff --git a/Gemfile.lock b/Gemfile.lock index db1c8f7..3d84c83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -418,7 +418,6 @@ DEPENDENCIES stimulus-rails tailwindcss-rails (~> 2.7) turbo-rails - tzinfo-data web-console RUBY VERSION