Skip to content

Commit 58abf0e

Browse files
authored
Merge pull request #220 from ohbarye/dependabot/bundler/backend/rails-6.0.1
Bump rails from 6.0.0 to 6.0.1 in /backend
2 parents 52f5119 + f6238b9 commit 58abf0e

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

backend/Gemfile

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

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.0.0'
7+
gem 'rails', '~> 6.0.1'
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

Lines changed: 59 additions & 59 deletions
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.0)
5-
actionpack (= 6.0.0)
4+
actioncable (6.0.1)
5+
actionpack (= 6.0.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.0)
9-
actionpack (= 6.0.0)
10-
activejob (= 6.0.0)
11-
activerecord (= 6.0.0)
12-
activestorage (= 6.0.0)
13-
activesupport (= 6.0.0)
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)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.0)
16-
actionpack (= 6.0.0)
17-
actionview (= 6.0.0)
18-
activejob (= 6.0.0)
15+
actionmailer (6.0.1)
16+
actionpack (= 6.0.1)
17+
actionview (= 6.0.1)
18+
activejob (= 6.0.1)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.0)
22-
actionview (= 6.0.0)
23-
activesupport (= 6.0.0)
21+
actionpack (6.0.1)
22+
actionview (= 6.0.1)
23+
activesupport (= 6.0.1)
2424
rack (~> 2.0)
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.0)
29-
actionpack (= 6.0.0)
30-
activerecord (= 6.0.0)
31-
activestorage (= 6.0.0)
32-
activesupport (= 6.0.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)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.0)
35-
activesupport (= 6.0.0)
34+
actionview (6.0.1)
35+
activesupport (= 6.0.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.0)
41-
activesupport (= 6.0.0)
40+
activejob (6.0.1)
41+
activesupport (= 6.0.1)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.0)
44-
activesupport (= 6.0.0)
45-
activerecord (6.0.0)
46-
activemodel (= 6.0.0)
47-
activesupport (= 6.0.0)
48-
activestorage (6.0.0)
49-
actionpack (= 6.0.0)
50-
activejob (= 6.0.0)
51-
activerecord (= 6.0.0)
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)
5252
marcel (~> 0.3.1)
53-
activesupport (6.0.0)
53+
activesupport (6.0.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.1, >= 2.1.8)
58+
zeitwerk (~> 2.2)
5959
addressable (2.7.0)
6060
public_suffix (>= 2.0.2, < 5.0)
6161
bindex (0.8.1)
@@ -75,11 +75,11 @@ GEM
7575
rake (< 13.0)
7676
concurrent-ruby (1.1.5)
7777
crass (1.0.5)
78-
erubi (1.8.0)
78+
erubi (1.9.0)
7979
ffi (1.10.0)
8080
globalid (0.4.2)
8181
activesupport (>= 4.2.0)
82-
i18n (1.6.0)
82+
i18n (1.7.0)
8383
concurrent-ruby (~> 1.0)
8484
jbuilder (2.9.1)
8585
activesupport (>= 4.2.0)
@@ -98,7 +98,7 @@ GEM
9898
mimemagic (0.3.3)
9999
mini_mime (1.0.2)
100100
mini_portile2 (2.4.0)
101-
minitest (5.11.3)
101+
minitest (5.13.0)
102102
msgpack (1.3.1)
103103
nio4r (2.5.2)
104104
nokogiri (1.10.5)
@@ -112,29 +112,29 @@ GEM
112112
rack (>= 1.6.0)
113113
rack-test (1.1.0)
114114
rack (>= 1.0, < 3)
115-
rails (6.0.0)
116-
actioncable (= 6.0.0)
117-
actionmailbox (= 6.0.0)
118-
actionmailer (= 6.0.0)
119-
actionpack (= 6.0.0)
120-
actiontext (= 6.0.0)
121-
actionview (= 6.0.0)
122-
activejob (= 6.0.0)
123-
activemodel (= 6.0.0)
124-
activerecord (= 6.0.0)
125-
activestorage (= 6.0.0)
126-
activesupport (= 6.0.0)
115+
rails (6.0.1)
116+
actioncable (= 6.0.1)
117+
actionmailbox (= 6.0.1)
118+
actionmailer (= 6.0.1)
119+
actionpack (= 6.0.1)
120+
actiontext (= 6.0.1)
121+
actionview (= 6.0.1)
122+
activejob (= 6.0.1)
123+
activemodel (= 6.0.1)
124+
activerecord (= 6.0.1)
125+
activestorage (= 6.0.1)
126+
activesupport (= 6.0.1)
127127
bundler (>= 1.3.0)
128-
railties (= 6.0.0)
128+
railties (= 6.0.1)
129129
sprockets-rails (>= 2.0.0)
130130
rails-dom-testing (2.0.3)
131131
activesupport (>= 4.2.0)
132132
nokogiri (>= 1.6)
133-
rails-html-sanitizer (1.2.0)
134-
loofah (~> 2.2, >= 2.2.2)
135-
railties (6.0.0)
136-
actionpack (= 6.0.0)
137-
activesupport (= 6.0.0)
133+
rails-html-sanitizer (1.3.0)
134+
loofah (~> 2.3)
135+
railties (6.0.1)
136+
actionpack (= 6.0.1)
137+
activesupport (= 6.0.1)
138138
method_source
139139
rake (>= 0.8.7)
140140
thor (>= 0.20.3, < 2.0)
@@ -152,7 +152,7 @@ GEM
152152
spring-watcher-listen (2.0.1)
153153
listen (>= 2.7, < 4.0)
154154
spring (>= 1.2, < 3.0)
155-
sprockets (3.7.2)
155+
sprockets (4.0.0)
156156
concurrent-ruby (~> 1.0)
157157
rack (> 1, < 3)
158158
sprockets-rails (3.2.1)
@@ -176,7 +176,7 @@ GEM
176176
websocket-extensions (0.1.4)
177177
xpath (3.2.0)
178178
nokogiri (~> 1.8)
179-
zeitwerk (2.1.9)
179+
zeitwerk (2.2.1)
180180

181181
PLATFORMS
182182
ruby
@@ -190,7 +190,7 @@ DEPENDENCIES
190190
pg (>= 0.18, < 2.0)
191191
puma (~> 4.3)
192192
rack-cors
193-
rails (~> 6.0.0)
193+
rails (~> 6.0.1)
194194
selenium-webdriver
195195
spring
196196
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)