Skip to content

Commit

Permalink
Merge pull request #1550 from noesya/ruby-3.3.0
Browse files Browse the repository at this point in the history
Mise à jour vers Ruby 3.3.0
  • Loading branch information
SebouChu committed Jan 19, 2024
2 parents 5f7f307 + db755e7 commit 2311356
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2
jobs:
build:
docker:
- image: cimg/ruby:3.1.4-node
- image: cimg/ruby:3.3.0-node
environment:
RAILS_ENV: test
RACK_ENV: test
PGHOST: localhost
PGUSER: osuny
- image: cimg/postgres:14.4
- image: cimg/postgres:14.10
environment:
POSTGRES_PASSWORD: ""
POSTGRES_USER: osuny
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.3.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.4"
ruby "3.3.0"

gem "activestorage-scaleway-service"#, path: "../activestorage-scaleway-service"
gem "active_storage_validations", "~> 1"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
Expand Down Expand Up @@ -711,7 +712,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.1.4p223
ruby 3.3.0p0

BUNDLED WITH
2.3.26
2.5.4

0 comments on commit 2311356

Please sign in to comment.