Skip to content

Commit 00764c7

Browse files
authored
Merge pull request #114 from hardcode-dev/update_to_rails_8
Update to rails 8
2 parents 5d929ca + ec6e985 commit 00764c7

File tree

8 files changed

+209
-160
lines changed

8 files changed

+209
-160
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
3.4.1

Gemfile

+8-20
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.6.3'
5-
6-
gem 'rails', '~> 5.2.3'
7-
gem 'pg', '>= 0.18', '< 2.0'
8-
gem 'puma', '~> 3.11'
9-
gem 'bootsnap', '>= 1.1.0', require: false
10-
11-
group :development, :test do
12-
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
13-
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
14-
end
15-
16-
group :development do
17-
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
18-
gem 'web-console', '>= 3.3.0'
19-
gem 'listen', '>= 3.0.5', '< 3.2'
20-
end
21-
22-
group :test do
23-
end
4+
ruby file: '.ruby-version'
5+
6+
gem 'rails', '~> 8.0.1'
7+
gem 'pg'
8+
gem 'puma'
9+
gem 'listen'
10+
gem 'bootsnap'
11+
gem 'rack-mini-profiler'
2412

2513
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2614
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Gemfile.lock

+188-126
Original file line numberDiff line numberDiff line change
@@ -1,150 +1,212 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.3)
5-
actionpack (= 5.2.3)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
67
nio4r (~> 2.0)
78
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.3)
9-
actionpack (= 5.2.3)
10-
actionview (= 5.2.3)
11-
activejob (= 5.2.3)
12-
mail (~> 2.5, >= 2.5.4)
13-
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.3)
15-
actionview (= 5.2.3)
16-
activesupport (= 5.2.3)
17-
rack (~> 2.0)
9+
zeitwerk (~> 2.6)
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)
16+
mail (>= 2.8.0)
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)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
1830
rack-test (>= 0.6.3)
19-
rails-dom-testing (~> 2.0)
20-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.3)
22-
activesupport (= 5.2.3)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
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)
39+
globalid (>= 0.6.0)
40+
nokogiri (>= 1.8.5)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
2343
builder (~> 3.1)
24-
erubi (~> 1.4)
25-
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.3)
28-
activesupport (= 5.2.3)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
2949
globalid (>= 0.3.6)
30-
activemodel (5.2.3)
31-
activesupport (= 5.2.3)
32-
activerecord (5.2.3)
33-
activemodel (= 5.2.3)
34-
activesupport (= 5.2.3)
35-
arel (>= 9.0)
36-
activestorage (5.2.3)
37-
actionpack (= 5.2.3)
38-
activerecord (= 5.2.3)
39-
marcel (~> 0.3.1)
40-
activesupport (5.2.3)
41-
concurrent-ruby (~> 1.0, >= 1.0.2)
42-
i18n (>= 0.7, < 2)
43-
minitest (~> 5.1)
44-
tzinfo (~> 1.1)
45-
arel (9.0.0)
46-
bindex (0.6.0)
47-
bootsnap (1.4.2)
48-
msgpack (~> 1.0)
49-
builder (3.2.3)
50-
byebug (11.0.1)
51-
concurrent-ruby (1.1.5)
52-
crass (1.0.4)
53-
erubi (1.8.0)
54-
ffi (1.10.0)
55-
globalid (0.4.2)
56-
activesupport (>= 4.2.0)
57-
i18n (1.6.0)
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)
55+
timeout (>= 0.4.0)
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)
61+
marcel (~> 1.0)
62+
activesupport (8.0.1)
63+
base64
64+
benchmark (>= 0.3)
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
69+
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
71+
minitest (>= 5.1)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
75+
base64 (0.2.0)
76+
benchmark (0.4.0)
77+
bigdecimal (3.1.9)
78+
bootsnap (1.18.4)
79+
msgpack (~> 1.2)
80+
builder (3.3.0)
81+
concurrent-ruby (1.3.5)
82+
connection_pool (2.5.0)
83+
crass (1.0.6)
84+
date (3.4.1)
85+
drb (2.2.1)
86+
erubi (1.13.1)
87+
ffi (1.17.1-arm64-darwin)
88+
globalid (1.2.1)
89+
activesupport (>= 6.1)
90+
i18n (1.14.7)
5891
concurrent-ruby (~> 1.0)
59-
listen (3.1.5)
60-
rb-fsevent (~> 0.9, >= 0.9.4)
61-
rb-inotify (~> 0.9, >= 0.9.7)
62-
ruby_dep (~> 1.2)
63-
loofah (2.2.3)
92+
io-console (0.8.0)
93+
irb (1.15.1)
94+
pp (>= 0.6.0)
95+
rdoc (>= 4.0.0)
96+
reline (>= 0.4.2)
97+
listen (3.9.0)
98+
rb-fsevent (~> 0.10, >= 0.10.3)
99+
rb-inotify (~> 0.9, >= 0.9.10)
100+
logger (1.6.5)
101+
loofah (2.24.0)
64102
crass (~> 1.0.2)
65-
nokogiri (>= 1.5.9)
66-
mail (2.7.1)
103+
nokogiri (>= 1.12.0)
104+
mail (2.8.1)
67105
mini_mime (>= 0.1.1)
68-
marcel (0.3.3)
69-
mimemagic (~> 0.3.2)
70-
method_source (0.9.2)
71-
mimemagic (0.3.3)
72-
mini_mime (1.0.1)
73-
mini_portile2 (2.4.0)
74-
minitest (5.11.3)
75-
msgpack (1.2.9)
76-
nio4r (2.3.1)
77-
nokogiri (1.10.2)
78-
mini_portile2 (~> 2.4.0)
79-
pg (1.1.4)
80-
puma (3.12.1)
81-
rack (2.0.6)
82-
rack-test (1.1.0)
83-
rack (>= 1.0, < 3)
84-
rails (5.2.3)
85-
actioncable (= 5.2.3)
86-
actionmailer (= 5.2.3)
87-
actionpack (= 5.2.3)
88-
actionview (= 5.2.3)
89-
activejob (= 5.2.3)
90-
activemodel (= 5.2.3)
91-
activerecord (= 5.2.3)
92-
activestorage (= 5.2.3)
93-
activesupport (= 5.2.3)
94-
bundler (>= 1.3.0)
95-
railties (= 5.2.3)
96-
sprockets-rails (>= 2.0.0)
97-
rails-dom-testing (2.0.3)
98-
activesupport (>= 4.2.0)
106+
net-imap
107+
net-pop
108+
net-smtp
109+
marcel (1.0.4)
110+
mini_mime (1.1.5)
111+
minitest (5.25.4)
112+
msgpack (1.8.0)
113+
net-imap (0.5.6)
114+
date
115+
net-protocol
116+
net-pop (0.1.2)
117+
net-protocol
118+
net-protocol (0.2.2)
119+
timeout
120+
net-smtp (0.5.1)
121+
net-protocol
122+
nio4r (2.7.4)
123+
nokogiri (1.18.2-arm64-darwin)
124+
racc (~> 1.4)
125+
pg (1.5.9)
126+
pp (0.6.2)
127+
prettyprint
128+
prettyprint (0.2.0)
129+
psych (5.2.3)
130+
date
131+
stringio
132+
puma (6.6.0)
133+
nio4r (~> 2.0)
134+
racc (1.8.1)
135+
rack (3.1.9)
136+
rack-mini-profiler (3.3.1)
137+
rack (>= 1.2.0)
138+
rack-session (2.1.0)
139+
base64 (>= 0.1.0)
140+
rack (>= 3.0.0)
141+
rack-test (2.2.0)
142+
rack (>= 1.3)
143+
rackup (2.2.1)
144+
rack (>= 3)
145+
rails (8.0.1)
146+
actioncable (= 8.0.1)
147+
actionmailbox (= 8.0.1)
148+
actionmailer (= 8.0.1)
149+
actionpack (= 8.0.1)
150+
actiontext (= 8.0.1)
151+
actionview (= 8.0.1)
152+
activejob (= 8.0.1)
153+
activemodel (= 8.0.1)
154+
activerecord (= 8.0.1)
155+
activestorage (= 8.0.1)
156+
activesupport (= 8.0.1)
157+
bundler (>= 1.15.0)
158+
railties (= 8.0.1)
159+
rails-dom-testing (2.2.0)
160+
activesupport (>= 5.0.0)
161+
minitest
99162
nokogiri (>= 1.6)
100-
rails-html-sanitizer (1.0.4)
101-
loofah (~> 2.2, >= 2.2.2)
102-
railties (5.2.3)
103-
actionpack (= 5.2.3)
104-
activesupport (= 5.2.3)
105-
method_source
106-
rake (>= 0.8.7)
107-
thor (>= 0.19.0, < 2.0)
108-
rake (12.3.2)
109-
rb-fsevent (0.10.3)
110-
rb-inotify (0.10.0)
163+
rails-html-sanitizer (1.6.2)
164+
loofah (~> 2.21)
165+
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)
166+
railties (8.0.1)
167+
actionpack (= 8.0.1)
168+
activesupport (= 8.0.1)
169+
irb (~> 1.13)
170+
rackup (>= 1.0.0)
171+
rake (>= 12.2)
172+
thor (~> 1.0, >= 1.2.2)
173+
zeitwerk (~> 2.6)
174+
rake (13.2.1)
175+
rb-fsevent (0.11.2)
176+
rb-inotify (0.11.1)
111177
ffi (~> 1.0)
112-
ruby_dep (1.5.0)
113-
sprockets (3.7.2)
178+
rdoc (6.12.0)
179+
psych (>= 4.0.0)
180+
reline (0.6.0)
181+
io-console (~> 0.5)
182+
securerandom (0.4.1)
183+
stringio (3.1.2)
184+
thor (1.3.2)
185+
timeout (0.4.3)
186+
tzinfo (2.0.6)
114187
concurrent-ruby (~> 1.0)
115-
rack (> 1, < 3)
116-
sprockets-rails (3.2.1)
117-
actionpack (>= 4.0)
118-
activesupport (>= 4.0)
119-
sprockets (>= 3.0.0)
120-
thor (0.20.3)
121-
thread_safe (0.3.6)
122-
tzinfo (1.2.5)
123-
thread_safe (~> 0.1)
124-
web-console (3.7.0)
125-
actionview (>= 5.0)
126-
activemodel (>= 5.0)
127-
bindex (>= 0.4.0)
128-
railties (>= 5.0)
129-
websocket-driver (0.7.0)
188+
uri (1.0.2)
189+
useragent (0.16.11)
190+
websocket-driver (0.7.7)
191+
base64
130192
websocket-extensions (>= 0.1.0)
131-
websocket-extensions (0.1.3)
193+
websocket-extensions (0.1.5)
194+
zeitwerk (2.7.1)
132195

133196
PLATFORMS
134-
ruby
197+
arm64-darwin-24
135198

136199
DEPENDENCIES
137-
bootsnap (>= 1.1.0)
138-
byebug
139-
listen (>= 3.0.5, < 3.2)
140-
pg (>= 0.18, < 2.0)
141-
puma (~> 3.11)
142-
rails (~> 5.2.3)
200+
bootsnap
201+
listen
202+
pg
203+
puma
204+
rack-mini-profiler
205+
rails (~> 8.0.1)
143206
tzinfo-data
144-
web-console (>= 3.3.0)
145207

146208
RUBY VERSION
147-
ruby 2.6.3p62
209+
ruby 3.4.1p0
148210

149211
BUNDLED WITH
150-
2.0.2
212+
2.6.2

0 commit comments

Comments
 (0)