Skip to content

Commit a5bc4b5

Browse files
committed
Update rails version
1 parent 24ed892 commit a5bc4b5

File tree

2 files changed

+107
-114
lines changed

2 files changed

+107
-114
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
gem('bcrypt', '~> 3.1.7')
99
gem('jwt', '~> 2.1.0')
1010
gem('puma', '~> 6.4')
11-
gem('rails', "~> 6.0")
11+
gem('rails', "~> 6.1")
1212
gem('rubocop', '~> 1.56')
1313
gem('sqlite3')
1414

Gemfile.lock

+106-113
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,141 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.4)
5-
actionpack (= 6.1.7.4)
6-
activesupport (= 6.1.7.4)
4+
actioncable (6.1.7.7)
5+
actionpack (= 6.1.7.7)
6+
activesupport (= 6.1.7.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.4)
10-
actionpack (= 6.1.7.4)
11-
activejob (= 6.1.7.4)
12-
activerecord (= 6.1.7.4)
13-
activestorage (= 6.1.7.4)
14-
activesupport (= 6.1.7.4)
9+
actionmailbox (6.1.7.7)
10+
actionpack (= 6.1.7.7)
11+
activejob (= 6.1.7.7)
12+
activerecord (= 6.1.7.7)
13+
activestorage (= 6.1.7.7)
14+
activesupport (= 6.1.7.7)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.4)
17-
actionpack (= 6.1.7.4)
18-
actionview (= 6.1.7.4)
19-
activejob (= 6.1.7.4)
20-
activesupport (= 6.1.7.4)
16+
actionmailer (6.1.7.7)
17+
actionpack (= 6.1.7.7)
18+
actionview (= 6.1.7.7)
19+
activejob (= 6.1.7.7)
20+
activesupport (= 6.1.7.7)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.4)
24-
actionview (= 6.1.7.4)
25-
activesupport (= 6.1.7.4)
23+
actionpack (6.1.7.7)
24+
actionview (= 6.1.7.7)
25+
activesupport (= 6.1.7.7)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.4)
31-
actionpack (= 6.1.7.4)
32-
activerecord (= 6.1.7.4)
33-
activestorage (= 6.1.7.4)
34-
activesupport (= 6.1.7.4)
30+
actiontext (6.1.7.7)
31+
actionpack (= 6.1.7.7)
32+
activerecord (= 6.1.7.7)
33+
activestorage (= 6.1.7.7)
34+
activesupport (= 6.1.7.7)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.4)
37-
activesupport (= 6.1.7.4)
36+
actionview (6.1.7.7)
37+
activesupport (= 6.1.7.7)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.7.4)
43-
activesupport (= 6.1.7.4)
42+
activejob (6.1.7.7)
43+
activesupport (= 6.1.7.7)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.7.4)
46-
activesupport (= 6.1.7.4)
47-
activerecord (6.1.7.4)
48-
activemodel (= 6.1.7.4)
49-
activesupport (= 6.1.7.4)
50-
activestorage (6.1.7.4)
51-
actionpack (= 6.1.7.4)
52-
activejob (= 6.1.7.4)
53-
activerecord (= 6.1.7.4)
54-
activesupport (= 6.1.7.4)
45+
activemodel (6.1.7.7)
46+
activesupport (= 6.1.7.7)
47+
activerecord (6.1.7.7)
48+
activemodel (= 6.1.7.7)
49+
activesupport (= 6.1.7.7)
50+
activestorage (6.1.7.7)
51+
actionpack (= 6.1.7.7)
52+
activejob (= 6.1.7.7)
53+
activerecord (= 6.1.7.7)
54+
activesupport (= 6.1.7.7)
5555
marcel (~> 1.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.7.4)
57+
activesupport (6.1.7.7)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
6161
tzinfo (~> 2.0)
6262
zeitwerk (~> 2.3)
6363
ast (2.4.2)
64-
base64 (0.1.1)
65-
bcrypt (3.1.19)
64+
bcrypt (3.1.20)
6665
bindex (0.8.1)
6766
builder (3.2.4)
6867
byebug (11.1.3)
69-
concurrent-ruby (1.2.2)
68+
concurrent-ruby (1.2.3)
7069
crass (1.0.6)
7170
database_cleaner (2.0.2)
7271
database_cleaner-active_record (>= 2, < 3)
7372
database_cleaner-active_record (2.1.0)
7473
activerecord (>= 5.a)
7574
database_cleaner-core (~> 2.0.0)
7675
database_cleaner-core (2.0.1)
77-
date (3.3.3)
78-
diff-lcs (1.5.0)
76+
date (3.3.4)
77+
diff-lcs (1.5.1)
7978
erubi (1.12.0)
80-
ffi (1.15.5)
81-
globalid (1.1.0)
82-
activesupport (>= 5.0)
83-
i18n (1.14.1)
79+
ffi (1.16.3)
80+
globalid (1.2.1)
81+
activesupport (>= 6.1)
82+
i18n (1.14.5)
8483
concurrent-ruby (~> 1.0)
85-
json (2.6.3)
84+
json (2.7.2)
8685
jwt (2.1.0)
8786
language_server-protocol (3.17.0.3)
8887
listen (3.2.1)
8988
rb-fsevent (~> 0.10, >= 0.10.3)
9089
rb-inotify (~> 0.9, >= 0.9.10)
91-
loofah (2.21.3)
90+
loofah (2.22.0)
9291
crass (~> 1.0.2)
9392
nokogiri (>= 1.12.0)
9493
mail (2.8.1)
9594
mini_mime (>= 0.1.1)
9695
net-imap
9796
net-pop
9897
net-smtp
99-
marcel (1.0.2)
100-
method_source (1.0.0)
98+
marcel (1.0.4)
99+
method_source (1.1.0)
101100
mini_mime (1.1.5)
102-
mini_portile2 (2.8.4)
103-
minitest (5.19.0)
101+
mini_portile2 (2.8.6)
102+
minitest (5.23.0)
104103
net-imap (0.3.7)
105104
date
106105
net-protocol
107106
net-pop (0.1.2)
108107
net-protocol
109-
net-protocol (0.2.1)
108+
net-protocol (0.2.2)
110109
timeout
111-
net-smtp (0.3.3)
110+
net-smtp (0.5.0)
112111
net-protocol
113-
nio4r (2.7.0)
114-
nokogiri (1.15.4)
115-
mini_portile2 (~> 2.8.2)
116-
racc (~> 1.4)
117-
nokogiri (1.15.4-x86_64-linux)
112+
nio4r (2.7.3)
113+
nokogiri (1.15.6-x86_64-linux)
118114
racc (~> 1.4)
119-
parallel (1.23.0)
120-
parser (3.2.2.3)
115+
parallel (1.24.0)
116+
parser (3.3.1.0)
121117
ast (~> 2.4.1)
122118
racc
123119
puma (6.4.2)
124120
nio4r (~> 2.0)
125-
racc (1.7.1)
126-
rack (2.2.8.1)
121+
racc (1.7.3)
122+
rack (2.2.9)
127123
rack-test (2.1.0)
128124
rack (>= 1.3)
129-
rails (6.1.7.4)
130-
actioncable (= 6.1.7.4)
131-
actionmailbox (= 6.1.7.4)
132-
actionmailer (= 6.1.7.4)
133-
actionpack (= 6.1.7.4)
134-
actiontext (= 6.1.7.4)
135-
actionview (= 6.1.7.4)
136-
activejob (= 6.1.7.4)
137-
activemodel (= 6.1.7.4)
138-
activerecord (= 6.1.7.4)
139-
activestorage (= 6.1.7.4)
140-
activesupport (= 6.1.7.4)
125+
rails (6.1.7.7)
126+
actioncable (= 6.1.7.7)
127+
actionmailbox (= 6.1.7.7)
128+
actionmailer (= 6.1.7.7)
129+
actionpack (= 6.1.7.7)
130+
actiontext (= 6.1.7.7)
131+
actionview (= 6.1.7.7)
132+
activejob (= 6.1.7.7)
133+
activemodel (= 6.1.7.7)
134+
activerecord (= 6.1.7.7)
135+
activestorage (= 6.1.7.7)
136+
activesupport (= 6.1.7.7)
141137
bundler (>= 1.15.0)
142-
railties (= 6.1.7.4)
138+
railties (= 6.1.7.7)
143139
sprockets-rails (>= 2.0.0)
144140
rails-dom-testing (2.2.0)
145141
activesupport (>= 5.0.0)
@@ -148,55 +144,54 @@ GEM
148144
rails-html-sanitizer (1.6.0)
149145
loofah (~> 2.21)
150146
nokogiri (~> 1.14)
151-
railties (6.1.7.4)
152-
actionpack (= 6.1.7.4)
153-
activesupport (= 6.1.7.4)
147+
railties (6.1.7.7)
148+
actionpack (= 6.1.7.7)
149+
activesupport (= 6.1.7.7)
154150
method_source
155151
rake (>= 12.2)
156152
thor (~> 1.0)
157153
rainbow (3.1.1)
158-
rake (13.0.6)
154+
rake (13.2.1)
159155
rb-fsevent (0.11.2)
160156
rb-inotify (0.10.1)
161157
ffi (~> 1.0)
162-
regexp_parser (2.8.1)
158+
regexp_parser (2.9.2)
163159
rexml (3.2.8)
164160
strscan (>= 3.0.9)
165-
rspec (3.12.0)
166-
rspec-core (~> 3.12.0)
167-
rspec-expectations (~> 3.12.0)
168-
rspec-mocks (~> 3.12.0)
169-
rspec-core (3.12.2)
170-
rspec-support (~> 3.12.0)
171-
rspec-expectations (3.12.3)
161+
rspec (3.13.0)
162+
rspec-core (~> 3.13.0)
163+
rspec-expectations (~> 3.13.0)
164+
rspec-mocks (~> 3.13.0)
165+
rspec-core (3.13.0)
166+
rspec-support (~> 3.13.0)
167+
rspec-expectations (3.13.0)
172168
diff-lcs (>= 1.2.0, < 2.0)
173-
rspec-support (~> 3.12.0)
174-
rspec-mocks (3.12.6)
169+
rspec-support (~> 3.13.0)
170+
rspec-mocks (3.13.1)
175171
diff-lcs (>= 1.2.0, < 2.0)
176-
rspec-support (~> 3.12.0)
177-
rspec-rails (6.0.3)
172+
rspec-support (~> 3.13.0)
173+
rspec-rails (6.1.2)
178174
actionpack (>= 6.1)
179175
activesupport (>= 6.1)
180176
railties (>= 6.1)
181-
rspec-core (~> 3.12)
182-
rspec-expectations (~> 3.12)
183-
rspec-mocks (~> 3.12)
184-
rspec-support (~> 3.12)
185-
rspec-support (3.12.1)
186-
rubocop (1.56.0)
187-
base64 (~> 0.1.1)
177+
rspec-core (~> 3.13)
178+
rspec-expectations (~> 3.13)
179+
rspec-mocks (~> 3.13)
180+
rspec-support (~> 3.13)
181+
rspec-support (3.13.1)
182+
rubocop (1.63.5)
188183
json (~> 2.3)
189184
language_server-protocol (>= 3.17.0)
190185
parallel (~> 1.10)
191-
parser (>= 3.2.2.3)
186+
parser (>= 3.3.0.2)
192187
rainbow (>= 2.2.2, < 4.0)
193188
regexp_parser (>= 1.8, < 3.0)
194189
rexml (>= 3.2.5, < 4.0)
195-
rubocop-ast (>= 1.28.1, < 2.0)
190+
rubocop-ast (>= 1.31.1, < 2.0)
196191
ruby-progressbar (~> 1.7)
197192
unicode-display_width (>= 2.4.0, < 3.0)
198-
rubocop-ast (1.29.0)
199-
parser (>= 3.2.1.0)
193+
rubocop-ast (1.31.3)
194+
parser (>= 3.3.1.0)
200195
ruby-progressbar (1.13.0)
201196
shoulda-matchers (5.3.0)
202197
activesupport (>= 5.2.0)
@@ -205,34 +200,32 @@ GEM
205200
spring-watcher-listen (2.0.1)
206201
listen (>= 2.7, < 4.0)
207202
spring (>= 1.2, < 3.0)
208-
sprockets (4.2.0)
203+
sprockets (4.2.1)
209204
concurrent-ruby (~> 1.0)
210205
rack (>= 2.2.4, < 4)
211206
sprockets-rails (3.4.2)
212207
actionpack (>= 5.2)
213208
activesupport (>= 5.2)
214209
sprockets (>= 3.0.0)
215-
sqlite3 (1.6.3)
210+
sqlite3 (1.7.3)
216211
mini_portile2 (~> 2.8.0)
217-
sqlite3 (1.6.3-x86_64-linux)
218212
strscan (3.1.0)
219-
thor (1.2.2)
220-
timeout (0.4.0)
213+
thor (1.3.1)
214+
timeout (0.4.1)
221215
tzinfo (2.0.6)
222216
concurrent-ruby (~> 1.0)
223-
unicode-display_width (2.4.2)
224-
web-console (4.2.0)
217+
unicode-display_width (2.5.0)
218+
web-console (4.2.1)
225219
actionview (>= 6.0.0)
226220
activemodel (>= 6.0.0)
227221
bindex (>= 0.4.0)
228222
railties (>= 6.0.0)
229223
websocket-driver (0.7.6)
230224
websocket-extensions (>= 0.1.0)
231225
websocket-extensions (0.1.5)
232-
zeitwerk (2.6.11)
226+
zeitwerk (2.6.14)
233227

234228
PLATFORMS
235-
ruby
236229
x86_64-linux
237230

238231
DEPENDENCIES
@@ -242,7 +235,7 @@ DEPENDENCIES
242235
jwt (~> 2.1.0)
243236
listen (~> 3.2.0)
244237
puma (~> 6.4)
245-
rails (~> 6.0)
238+
rails (~> 6.1)
246239
rspec
247240
rspec-mocks
248241
rspec-rails (~> 6.0, >= 6.0.3)

0 commit comments

Comments
 (0)