chore: try ruby 3.3.0

This commit is contained in:
Colin Darie 2023-12-25 17:00:00 +01:00
parent 5f4aa4fc4a
commit 84506a2ab1
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
4 changed files with 26 additions and 23 deletions

View file

@ -56,6 +56,8 @@ jobs:
unit_tests: unit_tests:
name: Unit tests name: Unit tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
RUBY_YJIT_ENABLE: "1"
services: services:
postgres: postgres:
image: postgis/postgis:14-3.3 image: postgis/postgis:14-3.3
@ -101,6 +103,8 @@ jobs:
system_tests: system_tests:
name: System tests name: System tests
runs-on: self-hosted runs-on: self-hosted
env:
RUBY_YJIT_ENABLE: "1"
services: services:
postgres: postgres:
image: postgis/postgis:14-3.3 image: postgis/postgis:14-3.3

View file

@ -1 +1 @@
3.2.2 3.3.0

View file

@ -137,9 +137,8 @@ end
group :development, :test do group :development, :test do
gem 'graphql-schema_comparator' gem 'graphql-schema_comparator'
gem 'irb'
gem 'mina', require: false # Deploy gem 'mina', require: false # Deploy
gem 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'pry-rails'
gem 'rspec-rails' gem 'rspec-rails'
gem 'simple_xlsx_reader' gem 'simple_xlsx_reader'
gem 'spring' # Spring speeds up development by keeping your application running in the background gem 'spring' # Spring speeds up development by keeping your application running in the background

View file

@ -83,7 +83,7 @@ GEM
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
addressable (2.8.5) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
administrate (0.18.0) administrate (0.18.0)
actionpack (>= 5.0) actionpack (>= 5.0)
@ -134,7 +134,6 @@ GEM
brow (0.4.1) brow (0.4.1)
browser (5.3.1) browser (5.3.1)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2) capybara (3.39.2)
addressable addressable
matrix matrix
@ -162,7 +161,6 @@ GEM
choice (0.2.0) choice (0.2.0)
chunky_png (1.4.0) chunky_png (1.4.0)
clamav-client (3.2.0) clamav-client (3.2.0)
coderay (1.1.3)
coercible (1.0.0) coercible (1.0.0)
descendants_tracker (~> 0.0.1) descendants_tracker (~> 0.0.1)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.2)
@ -171,7 +169,7 @@ GEM
crack (0.4.5) crack (0.4.5)
rexml rexml
crass (1.0.6) crass (1.0.6)
css_parser (1.9.0) css_parser (1.16.0)
addressable addressable
daemons (1.3.1) daemons (1.3.1)
date (3.3.3) date (3.3.3)
@ -347,6 +345,10 @@ GEM
ruby-vips (>= 2.0.17, < 3) ruby-vips (>= 2.0.17, < 3)
invisible_captcha (2.0.0) invisible_captcha (2.0.0)
rails (>= 5.0) rails (>= 5.0)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
job-iteration (1.4.1) job-iteration (1.4.1)
activejob (>= 5.2) activejob (>= 5.2)
jquery-rails (4.5.1) jquery-rails (4.5.1)
@ -444,7 +446,7 @@ GEM
net-protocol net-protocol
netrc (0.11.0) netrc (0.11.0)
nio4r (2.7.0) nio4r (2.7.0)
nokogiri (1.15.5) nokogiri (1.16.0)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
open4 (1.3.4) open4 (1.3.4)
@ -475,23 +477,17 @@ GEM
rails (>= 3.1.0) rails (>= 3.1.0)
prawn-table (0.2.2) prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0) prawn (>= 1.3.0, < 3.0.0)
premailer (1.14.2) premailer (1.22.0)
addressable addressable
css_parser (>= 1.6.0) css_parser (>= 1.12.0)
htmlentities (>= 4.0.0) htmlentities (>= 4.0.0)
premailer-rails (1.11.1) premailer-rails (1.11.1)
actionmailer (>= 3) actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9) premailer (~> 1.7, >= 1.7.9)
promise.rb (0.7.4) promise.rb (0.7.4)
pry (0.14.2) psych (5.1.2)
coderay (~> 1.1) stringio
method_source (~> 1.0) public_suffix (5.0.4)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.3)
puma (6.4.2) puma (6.4.2)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.2.0) pundit (2.2.0)
@ -564,12 +560,16 @@ GEM
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
redcarpet (3.6.0) redcarpet (3.6.0)
redis (5.0.6) redis (5.0.6)
redis-client (>= 0.9.0) redis-client (>= 0.9.0)
redis-client (0.18.0) redis-client (0.18.0)
connection_pool connection_pool
regexp_parser (2.8.1) regexp_parser (2.8.1)
reline (0.4.2)
io-console (~> 0.5)
request_store (1.5.0) request_store (1.5.0)
rack (>= 1.4) rack (>= 1.4)
responders (3.1.1) responders (3.1.1)
@ -721,6 +721,7 @@ GEM
activesupport (>= 5.2) activesupport (>= 5.2)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
stackprof (0.2.21) stackprof (0.2.21)
stringio (3.1.0)
strong_migrations (0.8.0) strong_migrations (0.8.0)
activerecord (>= 5.2) activerecord (>= 5.2)
swd (1.3.0) swd (1.3.0)
@ -775,7 +776,7 @@ GEM
zeitwerk (~> 2.2) zeitwerk (~> 2.2)
warden (1.2.9) warden (1.2.9)
rack (>= 2.0.9) rack (>= 2.0.9)
web-console (4.1.0) web-console (4.2.1)
actionview (>= 6.0.0) actionview (>= 6.0.0)
activemodel (>= 6.0.0) activemodel (>= 6.0.0)
bindex (>= 0.4.0) bindex (>= 0.4.0)
@ -870,6 +871,7 @@ DEPENDENCIES
iban-tools iban-tools
image_processing image_processing
invisible_captcha invisible_captcha
irb
json_schemer json_schemer
jwt jwt
kaminari kaminari
@ -893,8 +895,6 @@ DEPENDENCIES
phonelib phonelib
prawn-rails prawn-rails
premailer-rails premailer-rails
pry-byebug
pry-rails
puma puma
pundit pundit
rack-attack rack-attack
@ -949,4 +949,4 @@ DEPENDENCIES
zxcvbn-ruby zxcvbn-ruby
BUNDLED WITH BUNDLED WITH
2.3.11 2.5.4