diff --git a/.ruby-version b/.ruby-version index ef538c2..ff365e0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.1.3 diff --git a/Dockerfile b/Dockerfile index f9ef4e7..fb74c18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.2-slim +FROM ruby:3.1.3-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ diff --git a/Gemfile b/Gemfile index febf4eb..b0a9821 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.2" +ruby "3.1.3" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 2e3d1af..ee243ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) bindex (0.8.1) - bootsnap (1.14.0) + bootsnap (1.15.0) msgpack (~> 1.2) brakeman (5.4.0) builder (3.2.4) @@ -91,10 +91,7 @@ GEM connection_pool (2.3.0) crass (1.0.6) debug (1.6.3) - irb (>= 1.3.6) - reline (>= 0.3.1) diff-lcs (1.5.0) - digest (3.1.0) erubi (1.11.0) ffi (1.15.5) globalid (1.0.0) @@ -107,9 +104,6 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) - io-console (0.5.11) - irb (1.4.2) - reline (>= 0.3.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -126,20 +120,14 @@ GEM mini_mime (1.1.2) minitest (5.16.3) msgpack (1.6.0) - net-imap (0.2.3) - digest + net-imap (0.3.1) net-protocol - strscan - net-pop (0.1.1) - digest + net-pop (0.1.2) net-protocol - timeout net-protocol (0.1.3) timeout - net-smtp (0.3.1) - digest + net-smtp (0.3.3) net-protocol - timeout nio4r (2.5.8) nokogiri (1.13.9-aarch64-linux) racc (~> 1.4) @@ -148,7 +136,7 @@ GEM nokogiri (1.13.9-x86_64-linux) racc (~> 1.4) parallel (1.22.1) - parser (3.1.2.1) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.4.5) public_suffix (5.0.0) @@ -190,20 +178,18 @@ GEM rake (13.0.6) redis (5.0.5) redis-client (>= 0.9.0) - redis-client (0.9.0) + redis-client (0.11.2) connection_pool regexp_parser (2.6.1) - reline (0.3.1) - io-console (~> 0.5) rexml (3.2.5) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.1) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) + rspec-support (~> 3.12.0) rspec-rails (6.0.1) actionpack (>= 6.1) activesupport (>= 6.1) @@ -212,7 +198,7 @@ GEM rspec-expectations (~> 3.11) rspec-mocks (~> 3.11) rspec-support (~> 3.11) - rspec-support (3.11.1) + rspec-support (3.12.0) rubocop (1.39.0) json (~> 2.3) parallel (~> 1.10) @@ -249,7 +235,6 @@ GEM sprockets (>= 3.0.0) stimulus-rails (1.1.1) railties (>= 6.0.0) - strscan (3.0.4) thor (1.2.1) timeout (0.3.0) turbo-rails (1.3.2) @@ -274,7 +259,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.3) + zeitwerk (2.6.6) PLATFORMS aarch64-linux @@ -308,7 +293,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.1.2p20 + ruby 3.1.3p185 BUNDLED WITH 2.3.12 diff --git a/production.Dockerfile b/production.Dockerfile index 6028574..ff00957 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.2-slim +FROM ruby:3.1.3-slim RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \