Skip to content

Commit

Permalink
Passage à ruby 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clairezed committed Aug 14, 2024
1 parent 44e8bb9 commit 7ad75ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.3p89
ruby 3.3.4p94

BUNDLED WITH
2.4.22

0 comments on commit 7ad75ab

Please sign in to comment.