Skip to content

Commit de8f7d5

Browse files
committed
Update rails to 6.0.3
1 parent aaa4fc8 commit de8f7d5

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

Gemfile

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

4-
ruby '2.7.1'
4+
ruby '~> 2.7.1'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
77
gem 'rails', '~> 6.0.2', '>= 6.0.2.2'

Gemfile.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.3)
5-
actionpack (= 6.0.3)
4+
actioncable (6.0.3.1)
5+
actionpack (= 6.0.3.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3)
9-
actionpack (= 6.0.3)
10-
activejob (= 6.0.3)
11-
activerecord (= 6.0.3)
12-
activestorage (= 6.0.3)
13-
activesupport (= 6.0.3)
8+
actionmailbox (6.0.3.1)
9+
actionpack (= 6.0.3.1)
10+
activejob (= 6.0.3.1)
11+
activerecord (= 6.0.3.1)
12+
activestorage (= 6.0.3.1)
13+
activesupport (= 6.0.3.1)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.3)
16-
actionpack (= 6.0.3)
17-
actionview (= 6.0.3)
18-
activejob (= 6.0.3)
15+
actionmailer (6.0.3.1)
16+
actionpack (= 6.0.3.1)
17+
actionview (= 6.0.3.1)
18+
activejob (= 6.0.3.1)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3)
22-
actionview (= 6.0.3)
23-
activesupport (= 6.0.3)
21+
actionpack (6.0.3.1)
22+
actionview (= 6.0.3.1)
23+
activesupport (= 6.0.3.1)
2424
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)
28-
actiontext (6.0.3)
29-
actionpack (= 6.0.3)
30-
activerecord (= 6.0.3)
31-
activestorage (= 6.0.3)
32-
activesupport (= 6.0.3)
28+
actiontext (6.0.3.1)
29+
actionpack (= 6.0.3.1)
30+
activerecord (= 6.0.3.1)
31+
activestorage (= 6.0.3.1)
32+
activesupport (= 6.0.3.1)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.3)
35-
activesupport (= 6.0.3)
34+
actionview (6.0.3.1)
35+
activesupport (= 6.0.3.1)
3636
builder (~> 3.1)
3737
erubi (~> 1.4)
3838
rails-dom-testing (~> 2.0)
3939
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.3)
41-
activesupport (= 6.0.3)
40+
activejob (6.0.3.1)
41+
activesupport (= 6.0.3.1)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.3)
44-
activesupport (= 6.0.3)
45-
activerecord (6.0.3)
46-
activemodel (= 6.0.3)
47-
activesupport (= 6.0.3)
48-
activestorage (6.0.3)
49-
actionpack (= 6.0.3)
50-
activejob (= 6.0.3)
51-
activerecord (= 6.0.3)
43+
activemodel (6.0.3.1)
44+
activesupport (= 6.0.3.1)
45+
activerecord (6.0.3.1)
46+
activemodel (= 6.0.3.1)
47+
activesupport (= 6.0.3.1)
48+
activestorage (6.0.3.1)
49+
actionpack (= 6.0.3.1)
50+
activejob (= 6.0.3.1)
51+
activerecord (= 6.0.3.1)
5252
marcel (~> 0.3.1)
53-
activesupport (6.0.3)
53+
activesupport (6.0.3.1)
5454
concurrent-ruby (~> 1.0, >= 1.0.2)
5555
i18n (>= 0.7, < 2)
5656
minitest (~> 5.1)
@@ -97,7 +97,7 @@ GEM
9797
mimemagic (0.3.5)
9898
mini_mime (1.0.2)
9999
mini_portile2 (2.4.0)
100-
minitest (5.14.0)
100+
minitest (5.14.1)
101101
msgpack (1.3.3)
102102
nio4r (2.5.2)
103103
nokogiri (1.10.9)
@@ -110,29 +110,29 @@ GEM
110110
rack
111111
rack-test (1.1.0)
112112
rack (>= 1.0, < 3)
113-
rails (6.0.3)
114-
actioncable (= 6.0.3)
115-
actionmailbox (= 6.0.3)
116-
actionmailer (= 6.0.3)
117-
actionpack (= 6.0.3)
118-
actiontext (= 6.0.3)
119-
actionview (= 6.0.3)
120-
activejob (= 6.0.3)
121-
activemodel (= 6.0.3)
122-
activerecord (= 6.0.3)
123-
activestorage (= 6.0.3)
124-
activesupport (= 6.0.3)
113+
rails (6.0.3.1)
114+
actioncable (= 6.0.3.1)
115+
actionmailbox (= 6.0.3.1)
116+
actionmailer (= 6.0.3.1)
117+
actionpack (= 6.0.3.1)
118+
actiontext (= 6.0.3.1)
119+
actionview (= 6.0.3.1)
120+
activejob (= 6.0.3.1)
121+
activemodel (= 6.0.3.1)
122+
activerecord (= 6.0.3.1)
123+
activestorage (= 6.0.3.1)
124+
activesupport (= 6.0.3.1)
125125
bundler (>= 1.3.0)
126-
railties (= 6.0.3)
126+
railties (= 6.0.3.1)
127127
sprockets-rails (>= 2.0.0)
128128
rails-dom-testing (2.0.3)
129129
activesupport (>= 4.2.0)
130130
nokogiri (>= 1.6)
131131
rails-html-sanitizer (1.3.0)
132132
loofah (~> 2.3)
133-
railties (6.0.3)
134-
actionpack (= 6.0.3)
135-
activesupport (= 6.0.3)
133+
railties (6.0.3.1)
134+
actionpack (= 6.0.3.1)
135+
activesupport (= 6.0.3.1)
136136
method_source
137137
rake (>= 0.8.7)
138138
thor (>= 0.20.3, < 2.0)
@@ -189,7 +189,7 @@ GEM
189189
activesupport (>= 4.2)
190190
rack-proxy (>= 0.6.1)
191191
railties (>= 4.2)
192-
websocket-driver (0.7.1)
192+
websocket-driver (0.7.2)
193193
websocket-extensions (>= 0.1.0)
194194
websocket-extensions (0.1.4)
195195
xpath (3.2.0)

0 commit comments

Comments
 (0)