Skip to content

Commit 1411440

Browse files
Bump rails from 7.2.2 to 8.0.1 (#24)
* Bump rails from 7.2.2 to 8.0.1 Bumps [rails](https://github.com/rails/rails) from 7.2.2 to 8.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.2.2...v8.0.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Opt in to new to_time behavior --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sunjay Armstead <65554107+sarmstead@users.noreply.github.com>
1 parent 28a6bde commit 1411440

File tree

3 files changed

+86
-80
lines changed

3 files changed

+86
-80
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 7.2.2"
4+
gem "rails", "~> 8.0.1"
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem "sprockets-rails"
77
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 81 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2)
5-
actionpack (= 7.2.2)
6-
activesupport (= 7.2.2)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2)
11-
actionpack (= 7.2.2)
12-
activejob (= 7.2.2)
13-
activerecord (= 7.2.2)
14-
activestorage (= 7.2.2)
15-
activesupport (= 7.2.2)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2)
18-
actionpack (= 7.2.2)
19-
actionview (= 7.2.2)
20-
activejob (= 7.2.2)
21-
activesupport (= 7.2.2)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2)
25-
actionview (= 7.2.2)
26-
activesupport (= 7.2.2)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
2727
nokogiri (>= 1.8.5)
28-
racc
29-
rack (>= 2.2.4, < 3.2)
28+
rack (>= 2.2.4)
3029
rack-session (>= 1.0.1)
3130
rack-test (>= 0.6.3)
3231
rails-dom-testing (~> 2.2)
3332
rails-html-sanitizer (~> 1.6)
3433
useragent (~> 0.16)
35-
actiontext (7.2.2)
36-
actionpack (= 7.2.2)
37-
activerecord (= 7.2.2)
38-
activestorage (= 7.2.2)
39-
activesupport (= 7.2.2)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
4039
globalid (>= 0.6.0)
4140
nokogiri (>= 1.8.5)
42-
actionview (7.2.2)
43-
activesupport (= 7.2.2)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
4443
builder (~> 3.1)
4544
erubi (~> 1.11)
4645
rails-dom-testing (~> 2.2)
4746
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2)
49-
activesupport (= 7.2.2)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
5049
globalid (>= 0.3.6)
51-
activemodel (7.2.2)
52-
activesupport (= 7.2.2)
53-
activerecord (7.2.2)
54-
activemodel (= 7.2.2)
55-
activesupport (= 7.2.2)
50+
activemodel (8.0.1)
51+
activesupport (= 8.0.1)
52+
activerecord (8.0.1)
53+
activemodel (= 8.0.1)
54+
activesupport (= 8.0.1)
5655
timeout (>= 0.4.0)
57-
activestorage (7.2.2)
58-
actionpack (= 7.2.2)
59-
activejob (= 7.2.2)
60-
activerecord (= 7.2.2)
61-
activesupport (= 7.2.2)
56+
activestorage (8.0.1)
57+
actionpack (= 8.0.1)
58+
activejob (= 8.0.1)
59+
activerecord (= 8.0.1)
60+
activesupport (= 8.0.1)
6261
marcel (~> 1.0)
63-
activesupport (7.2.2)
62+
activesupport (8.0.1)
6463
base64
6564
benchmark (>= 0.3)
6665
bigdecimal
@@ -72,11 +71,12 @@ GEM
7271
minitest (>= 5.1)
7372
securerandom (>= 0.3)
7473
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.2)
7878
base64 (0.2.0)
79-
benchmark (0.3.0)
79+
benchmark (0.4.0)
8080
bigdecimal (3.1.8)
8181
bindex (0.8.1)
8282
bootsnap (1.18.4)
@@ -96,7 +96,7 @@ GEM
9696
concurrent-ruby (1.3.4)
9797
connection_pool (2.4.1)
9898
crass (1.0.6)
99-
date (3.4.0)
99+
date (3.4.1)
100100
debug (1.9.2)
101101
irb (~> 1.10)
102102
reline (>= 0.3.8)
@@ -115,16 +115,16 @@ GEM
115115
actionpack (>= 6.0.0)
116116
activesupport (>= 6.0.0)
117117
railties (>= 6.0.0)
118-
io-console (0.7.2)
119-
irb (1.14.1)
118+
io-console (0.8.0)
119+
irb (1.14.2)
120120
rdoc (>= 4.0.0)
121121
reline (>= 0.4.2)
122122
jbuilder (2.13.0)
123123
actionview (>= 5.0.0)
124124
activesupport (>= 5.0.0)
125125
json (2.7.2)
126126
language_server-protocol (3.17.0.3)
127-
logger (1.6.1)
127+
logger (1.6.3)
128128
loofah (2.23.1)
129129
crass (~> 1.0.2)
130130
nokogiri (>= 1.12.0)
@@ -136,9 +136,9 @@ GEM
136136
marcel (1.0.4)
137137
matrix (0.4.2)
138138
mini_mime (1.1.5)
139-
minitest (5.25.1)
139+
minitest (5.25.4)
140140
msgpack (1.7.3)
141-
net-imap (0.5.0)
141+
net-imap (0.5.2)
142142
date
143143
net-protocol
144144
net-pop (0.1.2)
@@ -148,24 +148,25 @@ GEM
148148
net-smtp (0.5.0)
149149
net-protocol
150150
nio4r (2.7.4)
151-
nokogiri (1.16.7-aarch64-linux)
151+
nokogiri (1.17.2-aarch64-linux)
152152
racc (~> 1.4)
153-
nokogiri (1.16.7-arm-linux)
153+
nokogiri (1.17.2-arm-linux)
154154
racc (~> 1.4)
155-
nokogiri (1.16.7-arm64-darwin)
155+
nokogiri (1.17.2-arm64-darwin)
156156
racc (~> 1.4)
157-
nokogiri (1.16.7-x86-linux)
157+
nokogiri (1.17.2-x86-linux)
158158
racc (~> 1.4)
159-
nokogiri (1.16.7-x86_64-darwin)
159+
nokogiri (1.17.2-x86_64-darwin)
160160
racc (~> 1.4)
161-
nokogiri (1.16.7-x86_64-linux)
161+
nokogiri (1.17.2-x86_64-linux)
162162
racc (~> 1.4)
163163
parallel (1.26.3)
164164
parser (3.3.5.0)
165165
ast (~> 2.4.1)
166166
racc
167167
pg (1.5.9)
168-
psych (5.1.2)
168+
psych (5.2.1)
169+
date
169170
stringio
170171
public_suffix (6.0.1)
171172
puma (6.4.3)
@@ -176,47 +177,47 @@ GEM
176177
rack (>= 3.0.0)
177178
rack-test (2.1.0)
178179
rack (>= 1.3)
179-
rackup (2.2.0)
180+
rackup (2.2.1)
180181
rack (>= 3)
181-
rails (7.2.2)
182-
actioncable (= 7.2.2)
183-
actionmailbox (= 7.2.2)
184-
actionmailer (= 7.2.2)
185-
actionpack (= 7.2.2)
186-
actiontext (= 7.2.2)
187-
actionview (= 7.2.2)
188-
activejob (= 7.2.2)
189-
activemodel (= 7.2.2)
190-
activerecord (= 7.2.2)
191-
activestorage (= 7.2.2)
192-
activesupport (= 7.2.2)
182+
rails (8.0.1)
183+
actioncable (= 8.0.1)
184+
actionmailbox (= 8.0.1)
185+
actionmailer (= 8.0.1)
186+
actionpack (= 8.0.1)
187+
actiontext (= 8.0.1)
188+
actionview (= 8.0.1)
189+
activejob (= 8.0.1)
190+
activemodel (= 8.0.1)
191+
activerecord (= 8.0.1)
192+
activestorage (= 8.0.1)
193+
activesupport (= 8.0.1)
193194
bundler (>= 1.15.0)
194-
railties (= 7.2.2)
195+
railties (= 8.0.1)
195196
rails-dom-testing (2.2.0)
196197
activesupport (>= 5.0.0)
197198
minitest
198199
nokogiri (>= 1.6)
199-
rails-html-sanitizer (1.6.0)
200+
rails-html-sanitizer (1.6.2)
200201
loofah (~> 2.21)
201-
nokogiri (~> 1.14)
202-
railties (7.2.2)
203-
actionpack (= 7.2.2)
204-
activesupport (= 7.2.2)
202+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
203+
railties (8.0.1)
204+
actionpack (= 8.0.1)
205+
activesupport (= 8.0.1)
205206
irb (~> 1.13)
206207
rackup (>= 1.0.0)
207208
rake (>= 12.2)
208209
thor (~> 1.0, >= 1.2.2)
209210
zeitwerk (~> 2.6)
210211
rainbow (3.1.1)
211212
rake (13.2.1)
212-
rdoc (6.7.0)
213+
rdoc (6.9.1)
213214
psych (>= 4.0.0)
214215
redis (5.3.0)
215216
redis-client (>= 0.22.0)
216217
redis-client (0.22.2)
217218
connection_pool
218219
regexp_parser (2.9.2)
219-
reline (0.5.10)
220+
reline (0.5.12)
220221
io-console (~> 0.5)
221222
rexml (3.3.9)
222223
rspec-core (3.13.1)
@@ -266,7 +267,7 @@ GEM
266267
rubocop-rails
267268
ruby-progressbar (1.13.0)
268269
rubyzip (2.3.2)
269-
securerandom (0.3.1)
270+
securerandom (0.4.1)
270271
selenium-webdriver (4.26.0)
271272
base64 (~> 0.2)
272273
logger (~> 1.4)
@@ -287,7 +288,7 @@ GEM
287288
sprockets (>= 3.0.0)
288289
stimulus-rails (1.3.4)
289290
railties (>= 6.0.0)
290-
stringio (3.1.1)
291+
stringio (3.1.2)
291292
tailwindcss-rails (3.0.0)
292293
railties (>= 7.0.0)
293294
tailwindcss-ruby
@@ -298,14 +299,15 @@ GEM
298299
tailwindcss-ruby (3.4.14-x86_64-darwin)
299300
tailwindcss-ruby (3.4.14-x86_64-linux)
300301
thor (1.3.2)
301-
timeout (0.4.1)
302+
timeout (0.4.3)
302303
turbo-rails (2.0.11)
303304
actionpack (>= 6.0.0)
304305
railties (>= 6.0.0)
305306
tzinfo (2.0.6)
306307
concurrent-ruby (~> 1.0)
307308
unicode-display_width (2.6.0)
308-
useragent (0.16.10)
309+
uri (1.0.2)
310+
useragent (0.16.11)
309311
web-console (4.2.1)
310312
actionview (>= 6.0.0)
311313
activemodel (>= 6.0.0)
@@ -337,7 +339,7 @@ DEPENDENCIES
337339
jbuilder
338340
pg (~> 1.5)
339341
puma (>= 5.0)
340-
rails (~> 7.2.2)
342+
rails (~> 8.0.1)
341343
redis (>= 4.0.1)
342344
rspec-rails (~> 7.0.0)
343345
rubocop-rails-omakase

config/application.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,9 @@ class Application < Rails::Application
3737
}
3838

3939
config.active_job.queue_adapter = :sidekiq
40+
41+
# Opt in to Rails 8.1 `to_time` behavior (preserves full timezone rather than offset of the receiver)
42+
# https://api.rubyonrails.org/classes/Time.html#method-i-to_time
43+
config.active_support.to_time_preserves_timezone = :zone
4044
end
4145
end

0 commit comments

Comments
 (0)