Skip to content

Commit 8445286

Browse files
authored
Merge pull request #1244 from ElixirTeSS/rails-7.2.3
Bump Ruby & Rails versions
2 parents 14b27a6 + e8daa18 commit 8445286

File tree

5 files changed

+65
-59
lines changed

5 files changed

+65
-59
lines changed

.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
@@ -9,47 +9,49 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.2.2.2)
13-
actionpack (= 7.2.2.2)
14-
activesupport (= 7.2.2.2)
12+
actioncable (7.2.3)
13+
actionpack (= 7.2.3)
14+
activesupport (= 7.2.3)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.2.2.2)
19-
actionpack (= 7.2.2.2)
20-
activejob (= 7.2.2.2)
21-
activerecord (= 7.2.2.2)
22-
activestorage (= 7.2.2.2)
23-
activesupport (= 7.2.2.2)
18+
actionmailbox (7.2.3)
19+
actionpack (= 7.2.3)
20+
activejob (= 7.2.3)
21+
activerecord (= 7.2.3)
22+
activestorage (= 7.2.3)
23+
activesupport (= 7.2.3)
2424
mail (>= 2.8.0)
25-
actionmailer (7.2.2.2)
26-
actionpack (= 7.2.2.2)
27-
actionview (= 7.2.2.2)
28-
activejob (= 7.2.2.2)
29-
activesupport (= 7.2.2.2)
25+
actionmailer (7.2.3)
26+
actionpack (= 7.2.3)
27+
actionview (= 7.2.3)
28+
activejob (= 7.2.3)
29+
activesupport (= 7.2.3)
3030
mail (>= 2.8.0)
3131
rails-dom-testing (~> 2.2)
32-
actionpack (7.2.2.2)
33-
actionview (= 7.2.2.2)
34-
activesupport (= 7.2.2.2)
32+
actionpack (7.2.3)
33+
actionview (= 7.2.3)
34+
activesupport (= 7.2.3)
35+
cgi
3536
nokogiri (>= 1.8.5)
3637
racc
37-
rack (>= 2.2.4, < 3.2)
38+
rack (>= 2.2.4, < 3.3)
3839
rack-session (>= 1.0.1)
3940
rack-test (>= 0.6.3)
4041
rails-dom-testing (~> 2.2)
4142
rails-html-sanitizer (~> 1.6)
4243
useragent (~> 0.16)
43-
actiontext (7.2.2.2)
44-
actionpack (= 7.2.2.2)
45-
activerecord (= 7.2.2.2)
46-
activestorage (= 7.2.2.2)
47-
activesupport (= 7.2.2.2)
44+
actiontext (7.2.3)
45+
actionpack (= 7.2.3)
46+
activerecord (= 7.2.3)
47+
activestorage (= 7.2.3)
48+
activesupport (= 7.2.3)
4849
globalid (>= 0.6.0)
4950
nokogiri (>= 1.8.5)
50-
actionview (7.2.2.2)
51-
activesupport (= 7.2.2.2)
51+
actionview (7.2.3)
52+
activesupport (= 7.2.3)
5253
builder (~> 3.1)
54+
cgi
5355
erubi (~> 1.11)
5456
rails-dom-testing (~> 2.2)
5557
rails-html-sanitizer (~> 1.6)
@@ -58,32 +60,32 @@ GEM
5860
activemodel (>= 4.1)
5961
case_transform (>= 0.2)
6062
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
61-
activejob (7.2.2.2)
62-
activesupport (= 7.2.2.2)
63+
activejob (7.2.3)
64+
activesupport (= 7.2.3)
6365
globalid (>= 0.3.6)
64-
activemodel (7.2.2.2)
65-
activesupport (= 7.2.2.2)
66+
activemodel (7.2.3)
67+
activesupport (= 7.2.3)
6668
activemodel-serializers-xml (1.0.3)
6769
activemodel (>= 5.0.0.a)
6870
activesupport (>= 5.0.0.a)
6971
builder (~> 3.1)
70-
activerecord (7.2.2.2)
71-
activemodel (= 7.2.2.2)
72-
activesupport (= 7.2.2.2)
72+
activerecord (7.2.3)
73+
activemodel (= 7.2.3)
74+
activesupport (= 7.2.3)
7375
timeout (>= 0.4.0)
7476
activerecord-session_store (2.0.0)
7577
actionpack (>= 5.2.4.1)
7678
activerecord (>= 5.2.4.1)
7779
multi_json (~> 1.11, >= 1.11.2)
7880
rack (>= 2.0.8, < 3)
7981
railties (>= 5.2.4.1)
80-
activestorage (7.2.2.2)
81-
actionpack (= 7.2.2.2)
82-
activejob (= 7.2.2.2)
83-
activerecord (= 7.2.2.2)
84-
activesupport (= 7.2.2.2)
82+
activestorage (7.2.3)
83+
actionpack (= 7.2.3)
84+
activejob (= 7.2.3)
85+
activerecord (= 7.2.3)
86+
activesupport (= 7.2.3)
8587
marcel (~> 1.0)
86-
activesupport (7.2.2.2)
88+
activesupport (7.2.3)
8789
base64
8890
benchmark (>= 0.3)
8991
bigdecimal
@@ -135,6 +137,7 @@ GEM
135137
byebug (11.1.3)
136138
case_transform (0.2)
137139
activesupport
140+
cgi (0.5.1)
138141
chronic (0.10.2)
139142
chronic_duration (0.10.6)
140143
numerizer (~> 0.1.1)
@@ -466,20 +469,20 @@ GEM
466469
rackup (1.0.1)
467470
rack (< 3)
468471
webrick
469-
rails (7.2.2.2)
470-
actioncable (= 7.2.2.2)
471-
actionmailbox (= 7.2.2.2)
472-
actionmailer (= 7.2.2.2)
473-
actionpack (= 7.2.2.2)
474-
actiontext (= 7.2.2.2)
475-
actionview (= 7.2.2.2)
476-
activejob (= 7.2.2.2)
477-
activemodel (= 7.2.2.2)
478-
activerecord (= 7.2.2.2)
479-
activestorage (= 7.2.2.2)
480-
activesupport (= 7.2.2.2)
472+
rails (7.2.3)
473+
actioncable (= 7.2.3)
474+
actionmailbox (= 7.2.3)
475+
actionmailer (= 7.2.3)
476+
actionpack (= 7.2.3)
477+
actiontext (= 7.2.3)
478+
actionview (= 7.2.3)
479+
activejob (= 7.2.3)
480+
activemodel (= 7.2.3)
481+
activerecord (= 7.2.3)
482+
activestorage (= 7.2.3)
483+
activesupport (= 7.2.3)
481484
bundler (>= 1.15.0)
482-
railties (= 7.2.2.2)
485+
railties (= 7.2.3)
483486
rails-controller-testing (1.0.5)
484487
actionpack (>= 5.0.1.rc1)
485488
actionview (>= 5.0.1.rc1)
@@ -501,13 +504,15 @@ GEM
501504
nested_form (~> 0.3)
502505
rails (>= 6.0, < 9)
503506
turbo-rails (>= 1.0, < 3)
504-
railties (7.2.2.2)
505-
actionpack (= 7.2.2.2)
506-
activesupport (= 7.2.2.2)
507+
railties (7.2.3)
508+
actionpack (= 7.2.3)
509+
activesupport (= 7.2.3)
510+
cgi
507511
irb (~> 1.13)
508512
rackup (>= 1.0.0)
509513
rake (>= 12.2)
510514
thor (~> 1.0, >= 1.2.2)
515+
tsort (>= 0.2)
511516
zeitwerk (~> 2.6)
512517
rainbow (3.1.1)
513518
rake (13.3.0)
@@ -748,6 +753,7 @@ GEM
748753
thor (1.4.0)
749754
tilt (2.6.1)
750755
timeout (0.4.3)
756+
tsort (0.2.0)
751757
turbo-rails (2.0.11)
752758
actionpack (>= 6.0.0)
753759
railties (>= 6.0.0)
@@ -857,7 +863,7 @@ DEPENDENCIES
857863
puma
858864
pundit
859865
rack-cors
860-
rails (= 7.2.2.2)
866+
rails (= 7.2.3)
861867
rails-controller-testing
862868
rails-i18n
863869
rails_admin

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)