Skip to content

Commit 1275448

Browse files
authored
Merge pull request #300 from ohbarye/dependabot/bundler/backend/rails-6.0.3.1
Bump rails from 6.0.1 to 6.0.3.1 in /backend
2 parents e9153c4 + 46ff4cd commit 1275448

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '2.7.1'
55

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

backend/Gemfile.lock

+55-55
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.1)
5-
actionpack (= 6.0.1)
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.1)
9-
actionpack (= 6.0.1)
10-
activejob (= 6.0.1)
11-
activerecord (= 6.0.1)
12-
activestorage (= 6.0.1)
13-
activesupport (= 6.0.1)
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.1)
16-
actionpack (= 6.0.1)
17-
actionview (= 6.0.1)
18-
activejob (= 6.0.1)
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.1)
22-
actionview (= 6.0.1)
23-
activesupport (= 6.0.1)
24-
rack (~> 2.0)
21+
actionpack (6.0.3.1)
22+
actionview (= 6.0.3.1)
23+
activesupport (= 6.0.3.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)
28-
actiontext (6.0.1)
29-
actionpack (= 6.0.1)
30-
activerecord (= 6.0.1)
31-
activestorage (= 6.0.1)
32-
activesupport (= 6.0.1)
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.1)
35-
activesupport (= 6.0.1)
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.1)
41-
activesupport (= 6.0.1)
40+
activejob (6.0.3.1)
41+
activesupport (= 6.0.3.1)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.1)
44-
activesupport (= 6.0.1)
45-
activerecord (6.0.1)
46-
activemodel (= 6.0.1)
47-
activesupport (= 6.0.1)
48-
activestorage (6.0.1)
49-
actionpack (= 6.0.1)
50-
activejob (= 6.0.1)
51-
activerecord (= 6.0.1)
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.1)
53+
activesupport (6.0.3.1)
5454
concurrent-ruby (~> 1.0, >= 1.0.2)
5555
i18n (>= 0.7, < 2)
5656
minitest (~> 5.1)
5757
tzinfo (~> 1.1)
58-
zeitwerk (~> 2.2)
58+
zeitwerk (~> 2.2, >= 2.2.2)
5959
addressable (2.7.0)
6060
public_suffix (>= 2.0.2, < 5.0)
6161
bindex (0.8.1)
@@ -93,7 +93,7 @@ GEM
9393
marcel (0.3.3)
9494
mimemagic (~> 0.3.2)
9595
method_source (1.0.0)
96-
mimemagic (0.3.3)
96+
mimemagic (0.3.5)
9797
mini_mime (1.0.2)
9898
mini_portile2 (2.4.0)
9999
minitest (5.14.1)
@@ -110,29 +110,29 @@ GEM
110110
rack (>= 2.0.0)
111111
rack-test (1.1.0)
112112
rack (>= 1.0, < 3)
113-
rails (6.0.1)
114-
actioncable (= 6.0.1)
115-
actionmailbox (= 6.0.1)
116-
actionmailer (= 6.0.1)
117-
actionpack (= 6.0.1)
118-
actiontext (= 6.0.1)
119-
actionview (= 6.0.1)
120-
activejob (= 6.0.1)
121-
activemodel (= 6.0.1)
122-
activerecord (= 6.0.1)
123-
activestorage (= 6.0.1)
124-
activesupport (= 6.0.1)
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.1)
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.1)
134-
actionpack (= 6.0.1)
135-
activesupport (= 6.0.1)
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)
@@ -168,7 +168,7 @@ GEM
168168
activemodel (>= 6.0.0)
169169
bindex (>= 0.4.0)
170170
railties (>= 6.0.0)
171-
websocket-driver (0.7.1)
171+
websocket-driver (0.7.2)
172172
websocket-extensions (>= 0.1.0)
173173
websocket-extensions (0.1.4)
174174
xpath (3.2.0)
@@ -187,7 +187,7 @@ DEPENDENCIES
187187
pg (>= 0.18, < 2.0)
188188
puma (~> 4.3)
189189
rack-cors
190-
rails (~> 6.0.1)
190+
rails (~> 6.0.3)
191191
selenium-webdriver
192192
spring
193193
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)