Skip to content

Commit 37f7eeb

Browse files
committed
upgrades Rails to 6.0.0.beta3
1 parent be57a04 commit 37f7eeb

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

Gemfile

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

6-
gem 'rails', '6.0.0.beta2'
6+
gem 'rails', '6.0.0.beta3'
77
gem 'pg'
88
gem 'puma', '~> 3.11'
99
gem 'rugged', '0.27.0'

Gemfile.lock

+56-56
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.0.beta2)
5-
actionpack (= 6.0.0.beta2)
4+
actioncable (6.0.0.beta3)
5+
actionpack (= 6.0.0.beta3)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.0.beta2)
9-
actionpack (= 6.0.0.beta2)
10-
activejob (= 6.0.0.beta2)
11-
activerecord (= 6.0.0.beta2)
12-
activestorage (= 6.0.0.beta2)
13-
activesupport (= 6.0.0.beta2)
8+
actionmailbox (6.0.0.beta3)
9+
actionpack (= 6.0.0.beta3)
10+
activejob (= 6.0.0.beta3)
11+
activerecord (= 6.0.0.beta3)
12+
activestorage (= 6.0.0.beta3)
13+
activesupport (= 6.0.0.beta3)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.0.beta2)
16-
actionpack (= 6.0.0.beta2)
17-
actionview (= 6.0.0.beta2)
18-
activejob (= 6.0.0.beta2)
15+
actionmailer (6.0.0.beta3)
16+
actionpack (= 6.0.0.beta3)
17+
actionview (= 6.0.0.beta3)
18+
activejob (= 6.0.0.beta3)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.0.beta2)
22-
actionview (= 6.0.0.beta2)
23-
activesupport (= 6.0.0.beta2)
21+
actionpack (6.0.0.beta3)
22+
actionview (= 6.0.0.beta3)
23+
activesupport (= 6.0.0.beta3)
2424
rack (~> 2.0)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.0.2)
2828
actionpack-page_caching (1.1.1)
2929
actionpack (>= 4.0.0, < 6)
30-
actiontext (6.0.0.beta2)
31-
actionpack (= 6.0.0.beta2)
32-
activerecord (= 6.0.0.beta2)
33-
activestorage (= 6.0.0.beta2)
34-
activesupport (= 6.0.0.beta2)
30+
actiontext (6.0.0.beta3)
31+
actionpack (= 6.0.0.beta3)
32+
activerecord (= 6.0.0.beta3)
33+
activestorage (= 6.0.0.beta3)
34+
activesupport (= 6.0.0.beta3)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.0.0.beta2)
37-
activesupport (= 6.0.0.beta2)
36+
actionview (6.0.0.beta3)
37+
activesupport (= 6.0.0.beta3)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.0, >= 1.0.3)
42-
activejob (6.0.0.beta2)
43-
activesupport (= 6.0.0.beta2)
42+
activejob (6.0.0.beta3)
43+
activesupport (= 6.0.0.beta3)
4444
globalid (>= 0.3.6)
45-
activemodel (6.0.0.beta2)
46-
activesupport (= 6.0.0.beta2)
47-
activerecord (6.0.0.beta2)
48-
activemodel (= 6.0.0.beta2)
49-
activesupport (= 6.0.0.beta2)
50-
activestorage (6.0.0.beta2)
51-
actionpack (= 6.0.0.beta2)
52-
activerecord (= 6.0.0.beta2)
45+
activemodel (6.0.0.beta3)
46+
activesupport (= 6.0.0.beta3)
47+
activerecord (6.0.0.beta3)
48+
activemodel (= 6.0.0.beta3)
49+
activesupport (= 6.0.0.beta3)
50+
activestorage (6.0.0.beta3)
51+
actionpack (= 6.0.0.beta3)
52+
activerecord (= 6.0.0.beta3)
5353
marcel (~> 0.3.1)
54-
activesupport (6.0.0.beta2)
54+
activesupport (6.0.0.beta3)
5555
concurrent-ruby (~> 1.0, >= 1.0.2)
5656
i18n (>= 0.7, < 2)
5757
minitest (~> 5.1)
@@ -62,7 +62,7 @@ GEM
6262
bcrypt_pbkdf (1.0.0)
6363
bindex (0.5.0)
6464
builder (3.2.3)
65-
byebug (10.0.2)
65+
byebug (11.0.0)
6666
capistrano (3.11.0)
6767
airbrussh (>= 1.0.0)
6868
i18n
@@ -87,15 +87,15 @@ GEM
8787
coffee-script-source
8888
execjs
8989
coffee-script-source (1.12.2)
90-
concurrent-ruby (1.1.4)
90+
concurrent-ruby (1.1.5)
9191
crass (1.0.4)
9292
ed25519 (1.2.4)
9393
erubi (1.8.0)
9494
execjs (2.7.0)
9595
ffi (1.10.0)
9696
globalid (0.4.2)
9797
activesupport (>= 4.2.0)
98-
i18n (1.5.3)
98+
i18n (1.6.0)
9999
concurrent-ruby (~> 1.0)
100100
listen (3.1.5)
101101
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -115,7 +115,7 @@ GEM
115115
minitest (5.11.3)
116116
net-scp (1.2.1)
117117
net-ssh (>= 2.6.5)
118-
net-ssh (5.1.0)
118+
net-ssh (5.2.0)
119119
nio4r (2.3.1)
120120
nokogiri (1.10.1)
121121
mini_portile2 (~> 2.4.0)
@@ -124,20 +124,20 @@ GEM
124124
rack (2.0.6)
125125
rack-test (1.1.0)
126126
rack (>= 1.0, < 3)
127-
rails (6.0.0.beta2)
128-
actioncable (= 6.0.0.beta2)
129-
actionmailbox (= 6.0.0.beta2)
130-
actionmailer (= 6.0.0.beta2)
131-
actionpack (= 6.0.0.beta2)
132-
actiontext (= 6.0.0.beta2)
133-
actionview (= 6.0.0.beta2)
134-
activejob (= 6.0.0.beta2)
135-
activemodel (= 6.0.0.beta2)
136-
activerecord (= 6.0.0.beta2)
137-
activestorage (= 6.0.0.beta2)
138-
activesupport (= 6.0.0.beta2)
127+
rails (6.0.0.beta3)
128+
actioncable (= 6.0.0.beta3)
129+
actionmailbox (= 6.0.0.beta3)
130+
actionmailer (= 6.0.0.beta3)
131+
actionpack (= 6.0.0.beta3)
132+
actiontext (= 6.0.0.beta3)
133+
actionview (= 6.0.0.beta3)
134+
activejob (= 6.0.0.beta3)
135+
activemodel (= 6.0.0.beta3)
136+
activerecord (= 6.0.0.beta3)
137+
activestorage (= 6.0.0.beta3)
138+
activesupport (= 6.0.0.beta3)
139139
bundler (>= 1.3.0)
140-
railties (= 6.0.0.beta2)
140+
railties (= 6.0.0.beta3)
141141
sprockets-rails (>= 2.0.0)
142142
rails-controller-testing (1.0.4)
143143
actionpack (>= 5.0.1.x)
@@ -148,9 +148,9 @@ GEM
148148
nokogiri (>= 1.6)
149149
rails-html-sanitizer (1.0.4)
150150
loofah (~> 2.2, >= 2.2.2)
151-
railties (6.0.0.beta2)
152-
actionpack (= 6.0.0.beta2)
153-
activesupport (= 6.0.0.beta2)
151+
railties (6.0.0.beta3)
152+
actionpack (= 6.0.0.beta3)
153+
activesupport (= 6.0.0.beta3)
154154
method_source
155155
rake (>= 0.8.7)
156156
thor (>= 0.20.3, < 2.0)
@@ -182,7 +182,7 @@ GEM
182182
actionpack (>= 4.0)
183183
activesupport (>= 4.0)
184184
sprockets (>= 3.0.0)
185-
sshkit (1.18.0)
185+
sshkit (1.18.2)
186186
net-scp (>= 1.1.2)
187187
net-ssh (>= 2.8.0)
188188
thor (0.20.3)
@@ -206,7 +206,7 @@ GEM
206206
websocket-driver (0.7.0)
207207
websocket-extensions (>= 0.1.0)
208208
websocket-extensions (0.1.3)
209-
zeitwerk (1.3.1)
209+
zeitwerk (1.3.3)
210210

211211
PLATFORMS
212212
ruby
@@ -224,7 +224,7 @@ DEPENDENCIES
224224
listen (>= 3.0.5, < 3.2)
225225
pg
226226
puma (~> 3.11)
227-
rails (= 6.0.0.beta2)
227+
rails (= 6.0.0.beta3)
228228
rails-controller-testing
229229
rbnacl (>= 3.2, < 5.0)
230230
rbnacl-libsodium

0 commit comments

Comments
 (0)