Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3.3.6 #4930

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.3.6
8 changes: 4 additions & 4 deletions 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.3.5"
ruby "3.3.6"

# Autoload dotenv in Rails.
gem "dotenv-rails" # dotenv should always be loaded before rails
Expand Down Expand Up @@ -152,7 +152,7 @@ gem "lograge"
gem "httpclient", git: "https://github.com/nahi/httpclient.git", ref: "d57cc6d"

# Ces gems ne seront plus intégrées à Ruby en version 3.4.0 Lors de l'upgrade
# depuis 3.3.5, on pourra vérifier si les gems qui en dépendent implicitement
# depuis 3.3.6, on pourra vérifier si les gems qui en dépendent implicitement
# ont ajouté dans leur gemspec une dépendance explicite.
gem "bigdecimal"
gem "csv"
Expand All @@ -178,8 +178,8 @@ group :development do
# Automatic Ruby code style checking tool.
gem "rubocop", "~> 1.65", require: false
# Rubocop depends on parser. https://github.com/whitequark/parser#compatibility-with-ruby-mri
# Mettre à jour la version de cette gem lorsqu'on met à jour Ruby (version actuelle : 3.3.5)
gem "parser", "3.3.5.0", require: false
# Mettre à jour la version de cette gem lorsqu'on met à jour Ruby (version actuelle : 3.3.6)
gem "parser", "3.3.6.0", require: false
# Code style checking for RSpec files
gem "rubocop-rspec", "~> 3.0", require: false
# Automatic Rails code style checking tool.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ GEM
parallel (1.22.1)
parallel_tests (4.5.1)
parallel
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.4.6)
Expand Down Expand Up @@ -771,7 +771,7 @@ DEPENDENCIES
ostruct
paper_trail
parallel_tests
parser (= 3.3.5.0)
parser (= 3.3.6.0)
pg
pg_search
phonelib
Expand Down Expand Up @@ -818,7 +818,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.22
Loading