diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 47e3c78..57555e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3.0 + ruby-version: 3.3.1 bundler-cache: true - name: Run specs env: diff --git a/.ruby-version b/.ruby-version index 03463f3..4a85a55 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.3.0 +ruby-3.3.1 diff --git a/Gemfile b/Gemfile index 291ba94..19bce30 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.0" +ruby "3.3.1" # 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 3db21e2..8bcd606 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,10 +253,10 @@ GEM psych (>= 4.0.0) redis (5.2.0) redis-client (>= 0.22.0) - redis-client (0.22.0) + redis-client (0.22.1) connection_pool regexp_parser (2.9.0) - reline (0.5.1) + reline (0.5.3) io-console (~> 0.5) rexml (3.2.6) rspec-core (3.13.0) @@ -298,9 +298,9 @@ GEM stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) - tailwindcss-rails (2.4.0-x86_64-darwin) + tailwindcss-rails (2.5.0-x86_64-darwin) railties (>= 6.0.0) - tailwindcss-rails (2.4.0-x86_64-linux) + tailwindcss-rails (2.5.0-x86_64-linux) railties (>= 6.0.0) thor (1.3.1) timeout (0.4.1) @@ -364,7 +364,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.1p55 BUNDLED WITH - 2.5.4 + 2.5.9