Skip to content

Commit 57b875f

Browse files
committed
Bump Ruby & Rails versions
1 parent f73687a commit 57b875f

5 files changed

Lines changed: 65 additions & 59 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.8
1+
ruby-3.3.10

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUBY_VERSION=3.3.8
1+
ARG RUBY_VERSION=3.3.10
22

33
#use ruby base image
44
FROM ruby:$RUBY_VERSION-slim AS base

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '7.2.2.2'
5+
gem 'rails', '7.2.3'
66

77
gem 'active_model_serializers'
88
gem 'activerecord-session_store'

Gemfile.lock

Lines changed: 61 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,49 @@ GEM
2323
GEM
2424
remote: https://rubygems.org/
2525
specs:
26-
actioncable (7.2.2.2)
27-
actionpack (= 7.2.2.2)
28-
activesupport (= 7.2.2.2)
26+
actioncable (7.2.3)
27+
actionpack (= 7.2.3)
28+
activesupport (= 7.2.3)
2929
nio4r (~> 2.0)
3030
websocket-driver (>= 0.6.1)
3131
zeitwerk (~> 2.6)
32-
actionmailbox (7.2.2.2)
33-
actionpack (= 7.2.2.2)
34-
activejob (= 7.2.2.2)
35-
activerecord (= 7.2.2.2)
36-
activestorage (= 7.2.2.2)
37-
activesupport (= 7.2.2.2)
32+
actionmailbox (7.2.3)
33+
actionpack (= 7.2.3)
34+
activejob (= 7.2.3)
35+
activerecord (= 7.2.3)
36+
activestorage (= 7.2.3)
37+
activesupport (= 7.2.3)
3838
mail (>= 2.8.0)
39-
actionmailer (7.2.2.2)
40-
actionpack (= 7.2.2.2)
41-
actionview (= 7.2.2.2)
42-
activejob (= 7.2.2.2)
43-
activesupport (= 7.2.2.2)
39+
actionmailer (7.2.3)
40+
actionpack (= 7.2.3)
41+
actionview (= 7.2.3)
42+
activejob (= 7.2.3)
43+
activesupport (= 7.2.3)
4444
mail (>= 2.8.0)
4545
rails-dom-testing (~> 2.2)
46-
actionpack (7.2.2.2)
47-
actionview (= 7.2.2.2)
48-
activesupport (= 7.2.2.2)
46+
actionpack (7.2.3)
47+
actionview (= 7.2.3)
48+
activesupport (= 7.2.3)
49+
cgi
4950
nokogiri (>= 1.8.5)
5051
racc
51-
rack (>= 2.2.4, < 3.2)
52+
rack (>= 2.2.4, < 3.3)
5253
rack-session (>= 1.0.1)
5354
rack-test (>= 0.6.3)
5455
rails-dom-testing (~> 2.2)
5556
rails-html-sanitizer (~> 1.6)
5657
useragent (~> 0.16)
57-
actiontext (7.2.2.2)
58-
actionpack (= 7.2.2.2)
59-
activerecord (= 7.2.2.2)
60-
activestorage (= 7.2.2.2)
61-
activesupport (= 7.2.2.2)
58+
actiontext (7.2.3)
59+
actionpack (= 7.2.3)
60+
activerecord (= 7.2.3)
61+
activestorage (= 7.2.3)
62+
activesupport (= 7.2.3)
6263
globalid (>= 0.6.0)
6364
nokogiri (>= 1.8.5)
64-
actionview (7.2.2.2)
65-
activesupport (= 7.2.2.2)
65+
actionview (7.2.3)
66+
activesupport (= 7.2.3)
6667
builder (~> 3.1)
68+
cgi
6769
erubi (~> 1.11)
6870
rails-dom-testing (~> 2.2)
6971
rails-html-sanitizer (~> 1.6)
@@ -72,32 +74,32 @@ GEM
7274
activemodel (>= 4.1)
7375
case_transform (>= 0.2)
7476
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
75-
activejob (7.2.2.2)
76-
activesupport (= 7.2.2.2)
77+
activejob (7.2.3)
78+
activesupport (= 7.2.3)
7779
globalid (>= 0.3.6)
78-
activemodel (7.2.2.2)
79-
activesupport (= 7.2.2.2)
80+
activemodel (7.2.3)
81+
activesupport (= 7.2.3)
8082
activemodel-serializers-xml (1.0.3)
8183
activemodel (>= 5.0.0.a)
8284
activesupport (>= 5.0.0.a)
8385
builder (~> 3.1)
84-
activerecord (7.2.2.2)
85-
activemodel (= 7.2.2.2)
86-
activesupport (= 7.2.2.2)
86+
activerecord (7.2.3)
87+
activemodel (= 7.2.3)
88+
activesupport (= 7.2.3)
8789
timeout (>= 0.4.0)
8890
activerecord-session_store (2.0.0)
8991
actionpack (>= 5.2.4.1)
9092
activerecord (>= 5.2.4.1)
9193
multi_json (~> 1.11, >= 1.11.2)
9294
rack (>= 2.0.8, < 3)
9395
railties (>= 5.2.4.1)
94-
activestorage (7.2.2.2)
95-
actionpack (= 7.2.2.2)
96-
activejob (= 7.2.2.2)
97-
activerecord (= 7.2.2.2)
98-
activesupport (= 7.2.2.2)
96+
activestorage (7.2.3)
97+
actionpack (= 7.2.3)
98+
activejob (= 7.2.3)
99+
activerecord (= 7.2.3)
100+
activesupport (= 7.2.3)
99101
marcel (~> 1.0)
100-
activesupport (7.2.2.2)
102+
activesupport (7.2.3)
101103
base64
102104
benchmark (>= 0.3)
103105
bigdecimal
@@ -149,6 +151,7 @@ GEM
149151
byebug (11.1.3)
150152
case_transform (0.2)
151153
activesupport
154+
cgi (0.5.1)
152155
chronic (0.10.2)
153156
chronic_duration (0.10.6)
154157
numerizer (~> 0.1.1)
@@ -480,20 +483,20 @@ GEM
480483
rackup (1.0.1)
481484
rack (< 3)
482485
webrick
483-
rails (7.2.2.2)
484-
actioncable (= 7.2.2.2)
485-
actionmailbox (= 7.2.2.2)
486-
actionmailer (= 7.2.2.2)
487-
actionpack (= 7.2.2.2)
488-
actiontext (= 7.2.2.2)
489-
actionview (= 7.2.2.2)
490-
activejob (= 7.2.2.2)
491-
activemodel (= 7.2.2.2)
492-
activerecord (= 7.2.2.2)
493-
activestorage (= 7.2.2.2)
494-
activesupport (= 7.2.2.2)
486+
rails (7.2.3)
487+
actioncable (= 7.2.3)
488+
actionmailbox (= 7.2.3)
489+
actionmailer (= 7.2.3)
490+
actionpack (= 7.2.3)
491+
actiontext (= 7.2.3)
492+
actionview (= 7.2.3)
493+
activejob (= 7.2.3)
494+
activemodel (= 7.2.3)
495+
activerecord (= 7.2.3)
496+
activestorage (= 7.2.3)
497+
activesupport (= 7.2.3)
495498
bundler (>= 1.15.0)
496-
railties (= 7.2.2.2)
499+
railties (= 7.2.3)
497500
rails-controller-testing (1.0.5)
498501
actionpack (>= 5.0.1.rc1)
499502
actionview (>= 5.0.1.rc1)
@@ -515,13 +518,15 @@ GEM
515518
nested_form (~> 0.3)
516519
rails (>= 6.0, < 9)
517520
turbo-rails (>= 1.0, < 3)
518-
railties (7.2.2.2)
519-
actionpack (= 7.2.2.2)
520-
activesupport (= 7.2.2.2)
521+
railties (7.2.3)
522+
actionpack (= 7.2.3)
523+
activesupport (= 7.2.3)
524+
cgi
521525
irb (~> 1.13)
522526
rackup (>= 1.0.0)
523527
rake (>= 12.2)
524528
thor (~> 1.0, >= 1.2.2)
529+
tsort (>= 0.2)
525530
zeitwerk (~> 2.6)
526531
rainbow (3.1.1)
527532
rake (13.3.0)
@@ -762,6 +767,7 @@ GEM
762767
thor (1.4.0)
763768
tilt (2.6.1)
764769
timeout (0.4.3)
770+
tsort (0.2.0)
765771
turbo-rails (2.0.11)
766772
actionpack (>= 6.0.0)
767773
railties (>= 6.0.0)
@@ -870,7 +876,7 @@ DEPENDENCIES
870876
puma
871877
pundit
872878
rack-cors
873-
rails (= 7.2.2.2)
879+
rails (= 7.2.3)
874880
rails-assets-clipboard (~> 1.5.12)!
875881
rails-assets-devbridge-autocomplete (~> 1.4.9)!
876882
rails-assets-eonasdan-bootstrap-datetimepicker (~> 4.17.42)!

docs/production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and clone the TeSS repo (for this guide we will put it in the `tess` user's home
7474

7575
## Install Ruby
7676

77-
Enter the TeSS directory we just cloned, and install TeSS' current version (3.3.8 at time of writing) of Ruby via RVM:
77+
Enter the TeSS directory we just cloned, and install TeSS' current Ruby version via RVM:
7878

7979
cd TeSS
8080

0 commit comments

Comments
 (0)