Skip to content

Commit 98e2a5b

Browse files
committed
upgrades Rails
1 parent b3688a7 commit 98e2a5b

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruby '2.6.5'
33
source 'https://rubygems.org'
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
gem 'rails', '~> 6.0.2.rc2'
6+
gem 'rails', '~> 6.0.2.1'
77
gem 'pg'
88
gem 'puma', '~> 3.11'
99
gem 'rugged', '0.27.0'

Gemfile.lock

+63-63
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.2.rc2)
5-
actionpack (= 6.0.2.rc2)
4+
actioncable (6.0.2.1)
5+
actionpack (= 6.0.2.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.2.rc2)
9-
actionpack (= 6.0.2.rc2)
10-
activejob (= 6.0.2.rc2)
11-
activerecord (= 6.0.2.rc2)
12-
activestorage (= 6.0.2.rc2)
13-
activesupport (= 6.0.2.rc2)
8+
actionmailbox (6.0.2.1)
9+
actionpack (= 6.0.2.1)
10+
activejob (= 6.0.2.1)
11+
activerecord (= 6.0.2.1)
12+
activestorage (= 6.0.2.1)
13+
activesupport (= 6.0.2.1)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.2.rc2)
16-
actionpack (= 6.0.2.rc2)
17-
actionview (= 6.0.2.rc2)
18-
activejob (= 6.0.2.rc2)
15+
actionmailer (6.0.2.1)
16+
actionpack (= 6.0.2.1)
17+
actionview (= 6.0.2.1)
18+
activejob (= 6.0.2.1)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.2.rc2)
22-
actionview (= 6.0.2.rc2)
23-
activesupport (= 6.0.2.rc2)
24-
rack (~> 2.0)
21+
actionpack (6.0.2.1)
22+
actionview (= 6.0.2.1)
23+
activesupport (= 6.0.2.1)
24+
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2828
actionpack-page_caching (1.2.0)
2929
actionpack (>= 5.0.0)
30-
actiontext (6.0.2.rc2)
31-
actionpack (= 6.0.2.rc2)
32-
activerecord (= 6.0.2.rc2)
33-
activestorage (= 6.0.2.rc2)
34-
activesupport (= 6.0.2.rc2)
30+
actiontext (6.0.2.1)
31+
actionpack (= 6.0.2.1)
32+
activerecord (= 6.0.2.1)
33+
activestorage (= 6.0.2.1)
34+
activesupport (= 6.0.2.1)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.0.2.rc2)
37-
activesupport (= 6.0.2.rc2)
36+
actionview (6.0.2.1)
37+
activesupport (= 6.0.2.1)
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.0.2.rc2)
43-
activesupport (= 6.0.2.rc2)
42+
activejob (6.0.2.1)
43+
activesupport (= 6.0.2.1)
4444
globalid (>= 0.3.6)
45-
activemodel (6.0.2.rc2)
46-
activesupport (= 6.0.2.rc2)
47-
activerecord (6.0.2.rc2)
48-
activemodel (= 6.0.2.rc2)
49-
activesupport (= 6.0.2.rc2)
50-
activestorage (6.0.2.rc2)
51-
actionpack (= 6.0.2.rc2)
52-
activejob (= 6.0.2.rc2)
53-
activerecord (= 6.0.2.rc2)
45+
activemodel (6.0.2.1)
46+
activesupport (= 6.0.2.1)
47+
activerecord (6.0.2.1)
48+
activemodel (= 6.0.2.1)
49+
activesupport (= 6.0.2.1)
50+
activestorage (6.0.2.1)
51+
actionpack (= 6.0.2.1)
52+
activejob (= 6.0.2.1)
53+
activerecord (= 6.0.2.1)
5454
marcel (~> 0.3.1)
55-
activesupport (6.0.2.rc2)
55+
activesupport (6.0.2.1)
5656
concurrent-ruby (~> 1.0, >= 1.0.2)
5757
i18n (>= 0.7, < 2)
5858
minitest (~> 5.1)
5959
tzinfo (~> 1.1)
6060
zeitwerk (~> 2.2)
61-
airbrussh (1.3.2)
61+
airbrussh (1.4.0)
6262
sshkit (>= 1.6.1, != 1.7.0)
6363
bcrypt_pbkdf (1.0.1)
6464
bindex (0.8.1)
6565
builder (3.2.4)
6666
byebug (11.0.1)
67-
capistrano (3.11.0)
67+
capistrano (3.11.2)
6868
airbrussh (>= 1.0.0)
6969
i18n
7070
rake (>= 10.0.0)
@@ -122,23 +122,23 @@ GEM
122122
mini_portile2 (~> 2.4.0)
123123
pg (1.1.4)
124124
puma (3.12.2)
125-
rack (2.0.7)
125+
rack (2.0.8)
126126
rack-test (1.1.0)
127127
rack (>= 1.0, < 3)
128-
rails (6.0.2.rc2)
129-
actioncable (= 6.0.2.rc2)
130-
actionmailbox (= 6.0.2.rc2)
131-
actionmailer (= 6.0.2.rc2)
132-
actionpack (= 6.0.2.rc2)
133-
actiontext (= 6.0.2.rc2)
134-
actionview (= 6.0.2.rc2)
135-
activejob (= 6.0.2.rc2)
136-
activemodel (= 6.0.2.rc2)
137-
activerecord (= 6.0.2.rc2)
138-
activestorage (= 6.0.2.rc2)
139-
activesupport (= 6.0.2.rc2)
128+
rails (6.0.2.1)
129+
actioncable (= 6.0.2.1)
130+
actionmailbox (= 6.0.2.1)
131+
actionmailer (= 6.0.2.1)
132+
actionpack (= 6.0.2.1)
133+
actiontext (= 6.0.2.1)
134+
actionview (= 6.0.2.1)
135+
activejob (= 6.0.2.1)
136+
activemodel (= 6.0.2.1)
137+
activerecord (= 6.0.2.1)
138+
activestorage (= 6.0.2.1)
139+
activesupport (= 6.0.2.1)
140140
bundler (>= 1.3.0)
141-
railties (= 6.0.2.rc2)
141+
railties (= 6.0.2.1)
142142
sprockets-rails (>= 2.0.0)
143143
rails-controller-testing (1.0.4)
144144
actionpack (>= 5.0.1.x)
@@ -149,9 +149,9 @@ GEM
149149
nokogiri (>= 1.6)
150150
rails-html-sanitizer (1.3.0)
151151
loofah (~> 2.3)
152-
railties (6.0.2.rc2)
153-
actionpack (= 6.0.2.rc2)
154-
activesupport (= 6.0.2.rc2)
152+
railties (6.0.2.1)
153+
actionpack (= 6.0.2.1)
154+
activesupport (= 6.0.2.1)
155155
method_source
156156
rake (>= 0.8.7)
157157
thor (>= 0.20.3, < 2.0)
@@ -183,27 +183,27 @@ GEM
183183
actionpack (>= 4.0)
184184
activesupport (>= 4.0)
185185
sprockets (>= 3.0.0)
186-
sshkit (1.19.1)
186+
sshkit (1.20.0)
187187
net-scp (>= 1.1.2)
188188
net-ssh (>= 2.8.0)
189-
thor (0.20.3)
189+
thor (1.0.1)
190190
thread_safe (0.3.6)
191191
tilt (2.0.10)
192-
turbolinks (5.2.0)
192+
turbolinks (5.2.1)
193193
turbolinks-source (~> 5.2)
194194
turbolinks-source (5.2.0)
195195
tzinfo (1.2.5)
196196
thread_safe (~> 0.1)
197-
uglifier (4.1.20)
197+
uglifier (4.2.0)
198198
execjs (>= 0.3.0, < 3)
199199
unf (0.1.4)
200200
unf_ext
201201
unf_ext (0.0.7.6)
202-
web-console (4.0.0)
203-
actionview (>= 6.0.0.a)
204-
activemodel (>= 6.0.0.a)
202+
web-console (4.0.1)
203+
actionview (>= 6.0.0)
204+
activemodel (>= 6.0.0)
205205
bindex (>= 0.4.0)
206-
railties (>= 6.0.0.a)
206+
railties (>= 6.0.0)
207207
websocket-driver (0.7.1)
208208
websocket-extensions (>= 0.1.0)
209209
websocket-extensions (0.1.4)
@@ -225,7 +225,7 @@ DEPENDENCIES
225225
listen (>= 3.0.5, < 3.2)
226226
pg
227227
puma (~> 3.11)
228-
rails (~> 6.0.2.rc2)
228+
rails (~> 6.0.2.1)
229229
rails-controller-testing
230230
rbnacl (>= 3.2, < 5.0)
231231
rbnacl-libsodium

0 commit comments

Comments
 (0)