Skip to content

Commit bc49b5a

Browse files
committed
update dependencies
1 parent b7ac4e6 commit bc49b5a

File tree

5 files changed

+156
-113
lines changed

5 files changed

+156
-113
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.3

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 3.0.3

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.0.0"
4+
ruby "3.0.3"
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem "rails", "~> 6.1"
7+
gem "rails", "~> 7"
88
# Use postgresql as the database for Active Record
99
gem "pg", ">= 0.18", "< 2.0"
1010
# Use Puma as the app server
@@ -35,10 +35,10 @@ gem "jbuilder"
3535

3636
gem "octicons_helper"
3737

38-
gem "view_component", "2.31.1"
38+
gem "view_component"
3939

4040
# Reduces boot times through caching; required in config/boot.rb
41-
gem "bootsnap", ">= 1.1.0", require: false
41+
gem "bootsnap", ">= 1.1.0"
4242

4343
gem "benchmark-ips"
4444

Gemfile.lock

Lines changed: 133 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,81 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.3.2)
5-
actionpack (= 6.1.3.2)
6-
activesupport (= 6.1.3.2)
4+
actioncable (7.0.3.1)
5+
actionpack (= 7.0.3.1)
6+
activesupport (= 7.0.3.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.3.2)
10-
actionpack (= 6.1.3.2)
11-
activejob (= 6.1.3.2)
12-
activerecord (= 6.1.3.2)
13-
activestorage (= 6.1.3.2)
14-
activesupport (= 6.1.3.2)
9+
actionmailbox (7.0.3.1)
10+
actionpack (= 7.0.3.1)
11+
activejob (= 7.0.3.1)
12+
activerecord (= 7.0.3.1)
13+
activestorage (= 7.0.3.1)
14+
activesupport (= 7.0.3.1)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.3.2)
17-
actionpack (= 6.1.3.2)
18-
actionview (= 6.1.3.2)
19-
activejob (= 6.1.3.2)
20-
activesupport (= 6.1.3.2)
16+
net-imap
17+
net-pop
18+
net-smtp
19+
actionmailer (7.0.3.1)
20+
actionpack (= 7.0.3.1)
21+
actionview (= 7.0.3.1)
22+
activejob (= 7.0.3.1)
23+
activesupport (= 7.0.3.1)
2124
mail (~> 2.5, >= 2.5.4)
25+
net-imap
26+
net-pop
27+
net-smtp
2228
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.3.2)
24-
actionview (= 6.1.3.2)
25-
activesupport (= 6.1.3.2)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.3.1)
30+
actionview (= 7.0.3.1)
31+
activesupport (= 7.0.3.1)
32+
rack (~> 2.0, >= 2.2.0)
2733
rack-test (>= 0.6.3)
2834
rails-dom-testing (~> 2.0)
2935
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.3.2)
31-
actionpack (= 6.1.3.2)
32-
activerecord (= 6.1.3.2)
33-
activestorage (= 6.1.3.2)
34-
activesupport (= 6.1.3.2)
36+
actiontext (7.0.3.1)
37+
actionpack (= 7.0.3.1)
38+
activerecord (= 7.0.3.1)
39+
activestorage (= 7.0.3.1)
40+
activesupport (= 7.0.3.1)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.3.2)
37-
activesupport (= 6.1.3.2)
43+
actionview (7.0.3.1)
44+
activesupport (= 7.0.3.1)
3845
builder (~> 3.1)
3946
erubi (~> 1.4)
4047
rails-dom-testing (~> 2.0)
4148
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.3.2)
43-
activesupport (= 6.1.3.2)
49+
activejob (7.0.3.1)
50+
activesupport (= 7.0.3.1)
4451
globalid (>= 0.3.6)
45-
activemodel (6.1.3.2)
46-
activesupport (= 6.1.3.2)
47-
activerecord (6.1.3.2)
48-
activemodel (= 6.1.3.2)
49-
activesupport (= 6.1.3.2)
50-
activestorage (6.1.3.2)
51-
actionpack (= 6.1.3.2)
52-
activejob (= 6.1.3.2)
53-
activerecord (= 6.1.3.2)
54-
activesupport (= 6.1.3.2)
55-
marcel (~> 1.0.0)
56-
mini_mime (~> 1.0.2)
57-
activesupport (6.1.3.2)
52+
activemodel (7.0.3.1)
53+
activesupport (= 7.0.3.1)
54+
activerecord (7.0.3.1)
55+
activemodel (= 7.0.3.1)
56+
activesupport (= 7.0.3.1)
57+
activestorage (7.0.3.1)
58+
actionpack (= 7.0.3.1)
59+
activejob (= 7.0.3.1)
60+
activerecord (= 7.0.3.1)
61+
activesupport (= 7.0.3.1)
62+
marcel (~> 1.0)
63+
mini_mime (>= 1.1.0)
64+
activesupport (7.0.3.1)
5865
concurrent-ruby (~> 1.0, >= 1.0.2)
5966
i18n (>= 1.6, < 2)
6067
minitest (>= 5.1)
6168
tzinfo (~> 2.0)
62-
zeitwerk (~> 2.3)
6369
addressable (2.8.0)
6470
public_suffix (>= 2.0.2, < 5.0)
65-
benchmark-ips (2.8.4)
66-
bootsnap (1.7.5)
67-
msgpack (~> 1.0)
71+
benchmark-ips (2.10.0)
72+
bootsnap (1.12.0)
73+
msgpack (~> 1.2)
6874
builder (3.2.4)
6975
byebug (11.1.3)
70-
capybara (3.35.3)
76+
capybara (3.37.1)
7177
addressable
78+
matrix
7279
mini_mime (>= 0.1.3)
7380
nokogiri (~> 1.8)
7481
rack (>= 1.6.0)
@@ -83,88 +90,104 @@ GEM
8390
coffee-script-source
8491
execjs
8592
coffee-script-source (1.12.2)
86-
concurrent-ruby (1.1.8)
93+
concurrent-ruby (1.1.10)
8794
crass (1.0.6)
88-
docile (1.3.5)
95+
digest (3.1.0)
96+
docile (1.4.0)
8997
erubi (1.10.0)
90-
execjs (2.8.0)
91-
factory_bot (6.2.0)
98+
execjs (2.8.1)
99+
factory_bot (6.2.1)
92100
activesupport (>= 5.0.0)
93101
factory_bot_rails (6.2.0)
94102
factory_bot (~> 6.2.0)
95103
railties (>= 5.0.0)
96-
ffi (1.15.0)
97-
globalid (0.4.2)
98-
activesupport (>= 4.2.0)
99-
haml (5.2.1)
104+
ffi (1.15.5)
105+
globalid (1.0.0)
106+
activesupport (>= 5.0)
107+
haml (5.2.2)
100108
temple (>= 0.8.0)
101109
tilt
102-
i18n (1.8.10)
110+
i18n (1.12.0)
103111
concurrent-ruby (~> 1.0)
104-
jbuilder (2.11.2)
112+
jbuilder (2.11.5)
113+
actionview (>= 5.0.0)
105114
activesupport (>= 5.0.0)
106-
loofah (2.9.1)
115+
loofah (2.18.0)
107116
crass (~> 1.0.2)
108117
nokogiri (>= 1.5.9)
109118
mail (2.7.1)
110119
mini_mime (>= 0.1.1)
111-
marcel (1.0.1)
120+
marcel (1.0.2)
121+
matrix (0.4.2)
112122
method_source (1.0.0)
113-
mini_mime (1.0.3)
123+
mini_mime (1.1.2)
114124
mini_portile2 (2.8.0)
115-
minitest (5.14.4)
116-
msgpack (1.4.2)
125+
minitest (5.16.2)
126+
msgpack (1.5.4)
127+
net-imap (0.2.3)
128+
digest
129+
net-protocol
130+
strscan
131+
net-pop (0.1.1)
132+
digest
133+
net-protocol
134+
timeout
135+
net-protocol (0.1.3)
136+
timeout
137+
net-smtp (0.3.1)
138+
digest
139+
net-protocol
140+
timeout
117141
nio4r (2.5.8)
118-
nokogiri (1.13.6)
142+
nokogiri (1.13.8)
119143
mini_portile2 (~> 2.8.0)
120144
racc (~> 1.4)
121-
octicons (13.0.0)
122-
nokogiri (>= 1.6.3.1)
123-
octicons_helper (13.0.0)
145+
octicons (17.3.0)
146+
octicons_helper (17.3.0)
124147
actionview
125-
octicons (= 13.0.0)
148+
octicons (= 17.3.0)
126149
railties
127-
pg (1.2.3)
150+
pg (1.4.2)
128151
pry (0.14.1)
129152
coderay (~> 1.1)
130153
method_source (~> 1.0)
131154
pry-rails (0.3.9)
132155
pry (>= 0.10.4)
133-
public_suffix (4.0.6)
156+
public_suffix (4.0.7)
134157
puma (4.3.12)
135158
nio4r (~> 2.0)
136159
racc (1.6.0)
137-
rack (2.2.3.1)
138-
rack-test (1.1.0)
139-
rack (>= 1.0, < 3)
140-
rails (6.1.3.2)
141-
actioncable (= 6.1.3.2)
142-
actionmailbox (= 6.1.3.2)
143-
actionmailer (= 6.1.3.2)
144-
actionpack (= 6.1.3.2)
145-
actiontext (= 6.1.3.2)
146-
actionview (= 6.1.3.2)
147-
activejob (= 6.1.3.2)
148-
activemodel (= 6.1.3.2)
149-
activerecord (= 6.1.3.2)
150-
activestorage (= 6.1.3.2)
151-
activesupport (= 6.1.3.2)
160+
rack (2.2.4)
161+
rack-test (2.0.2)
162+
rack (>= 1.3)
163+
rails (7.0.3.1)
164+
actioncable (= 7.0.3.1)
165+
actionmailbox (= 7.0.3.1)
166+
actionmailer (= 7.0.3.1)
167+
actionpack (= 7.0.3.1)
168+
actiontext (= 7.0.3.1)
169+
actionview (= 7.0.3.1)
170+
activejob (= 7.0.3.1)
171+
activemodel (= 7.0.3.1)
172+
activerecord (= 7.0.3.1)
173+
activestorage (= 7.0.3.1)
174+
activesupport (= 7.0.3.1)
152175
bundler (>= 1.15.0)
153-
railties (= 6.1.3.2)
154-
sprockets-rails (>= 2.0.0)
176+
railties (= 7.0.3.1)
155177
rails-dom-testing (2.0.3)
156178
activesupport (>= 4.2.0)
157179
nokogiri (>= 1.6)
158-
rails-html-sanitizer (1.3.0)
180+
rails-html-sanitizer (1.4.3)
159181
loofah (~> 2.3)
160-
railties (6.1.3.2)
161-
actionpack (= 6.1.3.2)
162-
activesupport (= 6.1.3.2)
182+
railties (7.0.3.1)
183+
actionpack (= 7.0.3.1)
184+
activesupport (= 7.0.3.1)
163185
method_source
164-
rake (>= 0.8.7)
186+
rake (>= 12.2)
165187
thor (~> 1.0)
166-
rake (13.0.3)
167-
regexp_parser (2.1.1)
188+
zeitwerk (~> 2.5)
189+
rake (13.0.6)
190+
regexp_parser (2.5.0)
168191
sassc (2.4.0)
169192
ffi (~> 1.9)
170193
sassc-rails (2.1.2)
@@ -178,36 +201,39 @@ GEM
178201
simplecov-html (~> 0.11)
179202
simplecov_json_formatter (~> 0.1)
180203
simplecov-html (0.12.3)
181-
simplecov_json_formatter (0.1.3)
204+
simplecov_json_formatter (0.1.4)
182205
slim (4.1.0)
183206
temple (>= 0.7.6, < 0.9)
184207
tilt (>= 2.0.6, < 2.1)
185-
sprockets (4.0.2)
208+
sprockets (4.1.1)
186209
concurrent-ruby (~> 1.0)
187210
rack (> 1, < 3)
188-
sprockets-rails (3.2.2)
189-
actionpack (>= 4.0)
190-
activesupport (>= 4.0)
211+
sprockets-rails (3.4.2)
212+
actionpack (>= 5.2)
213+
activesupport (>= 5.2)
191214
sprockets (>= 3.0.0)
215+
strscan (3.0.4)
192216
temple (0.8.2)
193-
thor (1.1.0)
194-
tilt (2.0.10)
217+
thor (1.2.1)
218+
tilt (2.0.11)
219+
timeout (0.3.0)
195220
turbolinks (5.2.1)
196221
turbolinks-source (~> 5.2)
197222
turbolinks-source (5.2.0)
198-
tzinfo (2.0.4)
223+
tzinfo (2.0.5)
199224
concurrent-ruby (~> 1.0)
200225
uglifier (4.2.0)
201226
execjs (>= 0.3.0, < 3)
202-
view_component (2.31.1)
203-
activesupport (>= 5.0.0, < 7.0)
204-
websocket-driver (0.7.3)
227+
view_component (2.62.0)
228+
activesupport (>= 5.0.0, < 8.0)
229+
method_source (~> 1.0)
230+
websocket-driver (0.7.5)
205231
websocket-extensions (>= 0.1.0)
206232
websocket-extensions (0.1.5)
207233
wkhtmltoimage-binary (0.12.5)
208234
xpath (3.2.0)
209235
nokogiri (~> 1.8)
210-
zeitwerk (2.4.2)
236+
zeitwerk (2.6.0)
211237

212238
PLATFORMS
213239
ruby
@@ -225,18 +251,18 @@ DEPENDENCIES
225251
pg (>= 0.18, < 2.0)
226252
pry-rails
227253
puma (~> 4.3)
228-
rails (~> 6.1)
254+
rails (~> 7)
229255
sassc-rails
230256
simplecov
231257
slim
232258
turbolinks (~> 5)
233259
tzinfo-data
234260
uglifier (>= 1.3.0)
235-
view_component (= 2.31.1)
261+
view_component
236262
wkhtmltoimage-binary
237263

238264
RUBY VERSION
239-
ruby 3.0.0p0
265+
ruby 3.0.3p157
240266

241267
BUNDLED WITH
242-
2.2.17
268+
2.2.32

0 commit comments

Comments
 (0)