diff --git a/.ruby-version b/.ruby-version index a0891f5..fa7adc7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Dockerfile b/Dockerfile index ddc9d35..69f8ee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4-alpine3.20 +FROM ruby:3.3.5-alpine3.20 MAINTAINER LAA Crime Apply Team RUN apk --no-cache add --virtual build-deps build-base postgresql15-dev git bash curl \ diff --git a/Gemfile.lock b/Gemfile.lock index 49228ae..6d98076 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,8 +292,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.6) - strscan + rexml (3.3.8) rspec-core (3.13.0) rspec-support (~> 3.13.0) rspec-expectations (3.13.0) @@ -356,7 +355,6 @@ GEM simplecov_json_formatter (0.1.4) stackprof (0.2.26) stringio (3.1.1) - strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) @@ -405,7 +403,7 @@ DEPENDENCIES webmock (>= 3.23.1) RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.3.17