diff --git a/.circleci/config.yml b/.circleci/config.yml index 394287ff23..799bc27789 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ defaults: &defaults working_directory: ~/conseillers-entreprises docker: - - image: cimg/ruby:3.3.3-browsers + - image: cimg/ruby:3.3.4-browsers - image: cimg/redis:7.2.3 - image: cimg/postgres:14.10 environment: diff --git a/.ruby-version b/.ruby-version index 619b537668..a0891f563f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.3.4 diff --git a/Gemfile b/Gemfile index c60a6f2cf4..73f4ca6dda 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -ruby '3.3.3' +ruby '3.3.4' gem 'rails', '~> 7.0.8' diff --git a/Gemfile.lock b/Gemfile.lock index da3301b311..0caa32d25e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -794,7 +794,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.4p94 BUNDLED WITH 2.4.22