Skip to content

Commit f9bd89b

Browse files
Bump rails from 6.0.0 to 6.0.1 in /backend
Bumps [rails](https://github.com/rails/rails) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.0.0...v6.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d70c62a commit f9bd89b

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
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: 63 additions & 63 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)
@@ -74,20 +74,20 @@ GEM
7474
childprocess (2.0.0)
7575
rake (< 13.0)
7676
concurrent-ruby (1.1.5)
77-
crass (1.0.4)
78-
erubi (1.8.0)
77+
crass (1.0.5)
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)
8686
listen (3.1.5)
8787
rb-fsevent (~> 0.9, >= 0.9.4)
8888
rb-inotify (~> 0.9, >= 0.9.7)
8989
ruby_dep (~> 1.2)
90-
loofah (2.2.3)
90+
loofah (2.3.1)
9191
crass (~> 1.0.2)
9292
nokogiri (>= 1.5.9)
9393
mail (2.7.1)
@@ -98,10 +98,10 @@ 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)
103-
nio4r (2.4.0)
104-
nokogiri (1.10.4)
103+
nio4r (2.5.2)
104+
nokogiri (1.10.5)
105105
mini_portile2 (~> 2.4.0)
106106
pg (1.1.4)
107107
public_suffix (4.0.1)
@@ -111,29 +111,29 @@ GEM
111111
rack-cors (1.0.3)
112112
rack-test (1.1.0)
113113
rack (>= 1.0, < 3)
114-
rails (6.0.0)
115-
actioncable (= 6.0.0)
116-
actionmailbox (= 6.0.0)
117-
actionmailer (= 6.0.0)
118-
actionpack (= 6.0.0)
119-
actiontext (= 6.0.0)
120-
actionview (= 6.0.0)
121-
activejob (= 6.0.0)
122-
activemodel (= 6.0.0)
123-
activerecord (= 6.0.0)
124-
activestorage (= 6.0.0)
125-
activesupport (= 6.0.0)
114+
rails (6.0.1)
115+
actioncable (= 6.0.1)
116+
actionmailbox (= 6.0.1)
117+
actionmailer (= 6.0.1)
118+
actionpack (= 6.0.1)
119+
actiontext (= 6.0.1)
120+
actionview (= 6.0.1)
121+
activejob (= 6.0.1)
122+
activemodel (= 6.0.1)
123+
activerecord (= 6.0.1)
124+
activestorage (= 6.0.1)
125+
activesupport (= 6.0.1)
126126
bundler (>= 1.3.0)
127-
railties (= 6.0.0)
127+
railties (= 6.0.1)
128128
sprockets-rails (>= 2.0.0)
129129
rails-dom-testing (2.0.3)
130130
activesupport (>= 4.2.0)
131131
nokogiri (>= 1.6)
132-
rails-html-sanitizer (1.2.0)
133-
loofah (~> 2.2, >= 2.2.2)
134-
railties (6.0.0)
135-
actionpack (= 6.0.0)
136-
activesupport (= 6.0.0)
132+
rails-html-sanitizer (1.3.0)
133+
loofah (~> 2.3)
134+
railties (6.0.1)
135+
actionpack (= 6.0.1)
136+
activesupport (= 6.0.1)
137137
method_source
138138
rake (>= 0.8.7)
139139
thor (>= 0.20.3, < 2.0)
@@ -151,7 +151,7 @@ GEM
151151
spring-watcher-listen (2.0.1)
152152
listen (>= 2.7, < 4.0)
153153
spring (>= 1.2, < 3.0)
154-
sprockets (3.7.2)
154+
sprockets (4.0.0)
155155
concurrent-ruby (~> 1.0)
156156
rack (> 1, < 3)
157157
sprockets-rails (3.2.1)
@@ -175,7 +175,7 @@ GEM
175175
websocket-extensions (0.1.4)
176176
xpath (3.2.0)
177177
nokogiri (~> 1.8)
178-
zeitwerk (2.1.9)
178+
zeitwerk (2.2.1)
179179

180180
PLATFORMS
181181
ruby
@@ -189,7 +189,7 @@ DEPENDENCIES
189189
pg (>= 0.18, < 2.0)
190190
puma (~> 4.2)
191191
rack-cors
192-
rails (~> 6.0.0)
192+
rails (~> 6.0.1)
193193
selenium-webdriver
194194
spring
195195
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)