Skip to content

Commit

Permalink
Actualise Ruby en 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Nov 16, 2023
1 parent 2c5bb76 commit b5e7019
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
parallelism: 1
docker:
- image: cimg/ruby:3.0.6-node
- image: cimg/ruby:3.1.4-node
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 16.18.0
ruby 3.0.6
ruby 3.1.4
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby '3.0.6'
ruby '3.1.4'
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

Expand Down Expand Up @@ -30,7 +30,6 @@ gem 'descriptive_statistics', '~> 2.4.0', require: 'descriptive_statistics/safe'
gem 'device_detector'
gem 'devise'
gem 'devise-i18n'
gem 'digest', '~> 3.0.0'
gem 'ffaker'
gem 'geocoder'
gem 'groupdate'
Expand Down
67 changes: 31 additions & 36 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ GEM
autoprefixer-rails (10.4.15.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.838.0)
aws-sdk-core (3.185.1)
aws-partitions (1.851.0)
aws-sdk-core (3.186.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand All @@ -135,19 +135,18 @@ GEM
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.0)
aws-sigv4 (1.6.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.1.1)
bcrypt (3.1.19)
bindex (0.8.1)
bootsnap (1.16.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
bootstrap (4.6.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.4)
bullet (7.1.2)
bullet (7.1.3)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
Expand All @@ -174,7 +173,7 @@ GEM
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
descriptive_statistics (2.4.0)
device_detector (1.1.1)
devise (4.9.3)
Expand All @@ -186,9 +185,7 @@ GEM
devise-i18n (1.12.0)
devise (>= 4.9.0)
diff-lcs (1.5.0)
digest (3.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20231109)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
Expand All @@ -207,7 +204,7 @@ GEM
formtastic (4.0.0)
actionpack (>= 5.2.0)
formtastic_i18n (0.7.0)
fugit (1.8.1)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
geocoder (1.8.2)
Expand Down Expand Up @@ -287,10 +284,10 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.9)
lumberjack (1.2.10)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand All @@ -307,21 +304,21 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.7.2)
nenv (0.3.0)
net-imap (0.4.1)
net-imap (0.4.5)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nio4r (2.6.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -350,7 +347,7 @@ GEM
puma (5.6.7)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -393,7 +390,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
ransack (3.2.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
Expand All @@ -404,9 +401,9 @@ GEM
recipient_interceptor (0.3.1)
mail
redcarpet (3.6.0)
redis (5.0.7)
redis-client (>= 0.9.0)
redis-client (0.17.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
require_all (3.0.0)
Expand Down Expand Up @@ -443,8 +440,7 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -455,20 +451,20 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-rails (2.21.2)
rubocop-rails (2.22.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-rspec (2.25.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-graphviz (1.2.5)
Expand All @@ -492,7 +488,7 @@ GEM
shellany (0.0.1)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.6)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -520,8 +516,8 @@ GEM
thor (1.3.0)
tilt (2.3.0)
timecop (0.9.8)
timeout (0.4.0)
truemail (3.0.9)
timeout (0.4.1)
truemail (3.1.0)
simpleidn (~> 0.2.1)
ttfunk (1.7.0)
typhoeus (1.4.0)
Expand All @@ -530,10 +526,10 @@ GEM
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
view_component (3.6.0)
view_component (3.7.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down Expand Up @@ -584,7 +580,6 @@ DEPENDENCIES
device_detector
devise
devise-i18n
digest (~> 3.0.0)
factory_bot_rails
ffaker
foreman
Expand Down Expand Up @@ -642,7 +637,7 @@ DEPENDENCIES
wkhtmltopdf-binary (~> 0.12.6.5)

RUBY VERSION
ruby 3.0.6p216
ruby 3.1.4p223

BUNDLED WITH
2.2.33
2.4.20
2 changes: 1 addition & 1 deletion config/initializers/wicked_pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# one of the wkhtmltopdf-binary family of gems.
# exe_path: '/usr/local/bin/wkhtmltopdf',
# or
# exe_path: Gem.bin_path('wkhtmltopdf-binary', 'wkhtmltopdf')
# exe_path: Gem.bin_path('wkhtmltopdf-binary', 'wkhtmltopdf'),

# Layout file to be used for all PDFs
# (but can be overridden in `render :pdf` calls)
Expand Down

0 comments on commit b5e7019

Please sign in to comment.