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

Tech: upgrade ruby 3.3.0 => 3.3.1 et quelques gems #10378

Merged
merged 29 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6f98c56
chore: upgrade ruby 3.3.0 => 3.3.1
colinux Apr 23, 2024
d24180a
chore: update bundler 2.5.4 => 2.5.9
colinux Apr 23, 2024
fb32ce6
chore(bundler): bring back devise fixed stable
colinux Apr 23, 2024
22335ac
chore(bundle): minor indirect dependencies updates
colinux Apr 23, 2024
aa1afeb
chore(bundle): Update chartkick from 5.0.5 to 5.0.6
colinux Apr 23, 2024
a235cf2
chore(bundle): Update fugit from 1.9.0 to 1.10.1
colinux Apr 23, 2024
bbbf3d3
chore(bundle): Update irb from 1.11.2 to 1.12.0
colinux Apr 23, 2024
3f4c230
chore(bundle): Update json_schemer from 2.1.1 to 2.2.1
colinux Apr 23, 2024
c132f29
chore(bundle): Update jwt from 2.7.1 to 2.8.1
colinux Apr 23, 2024
0b0b73c
chore(bundle): Update listen from 3.8.0 to 3.9.0
colinux Apr 23, 2024
a6fc278
chore(bundle): Update maintenance_tasks from 2.6.0 to 2.7.0
colinux Apr 23, 2024
ae4afd8
chore(bundle): Update pg from 1.5.4 to 1.5.6
colinux Apr 23, 2024
7af9dfc
chore(bundle): Update phonelib from 0.8.7 to 0.8.8
colinux Apr 23, 2024
e67895f
chore(bundle): Update rails-i18n from 7.0.8 to 7.0.9
colinux Apr 23, 2024
ce01fff
chore(bundle): Update redis from 5.1.0 to 5.2.0
colinux Apr 23, 2024
009b22a
chore(bundle): Update rspec-rails from 6.1.1 to 6.1.2
colinux Apr 23, 2024
9d346cf
chore(bundle): Update rubocop from 1.60.2 to 1.63.3
colinux Apr 23, 2024
d7cd30e
chore(bundle): Update rubocop-performance from 1.20.2 to 1.21.0
colinux Apr 23, 2024
f50038d
chore(bundle): Update rubocop-rails from 2.23.1 to 2.24.1
colinux Apr 23, 2024
32393e9
chore(bundle): Update rubocop-rspec from 2.26.1 to 2.29.1
colinux Apr 23, 2024
6567f0f
chore(bundle): Update selenium-devtools from 0.121.0 to 0.123.0
colinux Apr 23, 2024
682e71b
chore(bundle): Update shoulda-matchers from 6.1.0 to 6.2.0
colinux Apr 23, 2024
8add74c
chore(bundle): Update skylight from 6.0.3 to 6.0.4
colinux Apr 23, 2024
039ae83
chore(bundle): Update spring from 4.1.3 to 4.2.1
colinux Apr 23, 2024
44743c1
chore(bundle): Update strong_migrations from 1.7.0 to 1.8.0
colinux Apr 23, 2024
2b8f344
chore(bundle): Update turbo-rails from 2.0.2 to 2.0.5
colinux Apr 23, 2024
627f4eb
chore(bundle): Update view_component from 3.10.0 to 3.12.1
colinux Apr 23, 2024
c66a856
chore(bundle): Update webmock from 3.20.0 to 3.23.0
colinux Apr 23, 2024
bad8951
chore(bundler): Update sentry from 5.16.1 to 5.17.3
colinux Apr 23, 2024
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.0
3.3.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'deep_cloneable' # Enable deep clone of active record models
gem 'delayed_cron_job', require: false # Cron jobs
gem 'delayed_job_active_record'
gem 'delayed_job_web'
gem 'devise', git: 'https://github.com/heartcombo/devise.git', ref: "edffc79bf05d7f1c58ba50ffeda645e2e4ae0cb1" # Gestion des comptes utilisateurs, drop ref on next release: 4.9.4
gem 'devise'
gem 'devise-i18n'
gem 'devise-two-factor'
gem 'discard'
Expand Down
Loading
Loading