Skip to content

Commit 2d1d9ee

Browse files
Bump rails from 6.0.1 to 6.0.3.1 in /backend
Bumps [rails](https://github.com/rails/rails) from 6.0.1 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.0.1...v6.0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 98219d1 commit 2d1d9ee

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.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

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
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)
6262
bootsnap (1.4.6)
6363
msgpack (~> 1.0)
64-
builder (3.2.3)
64+
builder (3.2.4)
6565
byebug (11.1.3)
6666
capybara (3.32.2)
6767
addressable
@@ -74,7 +74,7 @@ GEM
7474
childprocess (2.0.0)
7575
rake (< 13.0)
7676
concurrent-ruby (1.1.6)
77-
crass (1.0.5)
77+
crass (1.0.6)
7878
erubi (1.9.0)
7979
ffi (1.11.3)
8080
globalid (0.4.2)
@@ -86,18 +86,18 @@ GEM
8686
listen (3.2.1)
8787
rb-fsevent (~> 0.10, >= 0.10.3)
8888
rb-inotify (~> 0.9, >= 0.9.10)
89-
loofah (2.3.1)
89+
loofah (2.5.0)
9090
crass (~> 1.0.2)
9191
nokogiri (>= 1.5.9)
9292
mail (2.7.1)
9393
mini_mime (>= 0.1.1)
9494
marcel (0.3.3)
9595
mimemagic (~> 0.3.2)
96-
method_source (0.9.2)
97-
mimemagic (0.3.3)
96+
method_source (1.0.0)
97+
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)
@@ -111,29 +111,29 @@ GEM
111111
rack (>= 2.0.0)
112112
rack-test (1.1.0)
113113
rack (>= 1.0, < 3)
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)
114+
rails (6.0.3.1)
115+
actioncable (= 6.0.3.1)
116+
actionmailbox (= 6.0.3.1)
117+
actionmailer (= 6.0.3.1)
118+
actionpack (= 6.0.3.1)
119+
actiontext (= 6.0.3.1)
120+
actionview (= 6.0.3.1)
121+
activejob (= 6.0.3.1)
122+
activemodel (= 6.0.3.1)
123+
activerecord (= 6.0.3.1)
124+
activestorage (= 6.0.3.1)
125+
activesupport (= 6.0.3.1)
126126
bundler (>= 1.3.0)
127-
railties (= 6.0.1)
127+
railties (= 6.0.3.1)
128128
sprockets-rails (>= 2.0.0)
129129
rails-dom-testing (2.0.3)
130130
activesupport (>= 4.2.0)
131131
nokogiri (>= 1.6)
132132
rails-html-sanitizer (1.3.0)
133133
loofah (~> 2.3)
134-
railties (6.0.1)
135-
actionpack (= 6.0.1)
136-
activesupport (= 6.0.1)
134+
railties (6.0.3.1)
135+
actionpack (= 6.0.3.1)
136+
activesupport (= 6.0.3.1)
137137
method_source
138138
rake (>= 0.8.7)
139139
thor (>= 0.20.3, < 2.0)
@@ -157,24 +157,24 @@ GEM
157157
actionpack (>= 4.0)
158158
activesupport (>= 4.0)
159159
sprockets (>= 3.0.0)
160-
thor (0.20.3)
160+
thor (1.0.1)
161161
thread_safe (0.3.6)
162162
turbolinks (5.2.1)
163163
turbolinks-source (~> 5.2)
164164
turbolinks-source (5.2.0)
165-
tzinfo (1.2.6)
165+
tzinfo (1.2.7)
166166
thread_safe (~> 0.1)
167167
web-console (4.0.1)
168168
actionview (>= 6.0.0)
169169
activemodel (>= 6.0.0)
170170
bindex (>= 0.4.0)
171171
railties (>= 6.0.0)
172-
websocket-driver (0.7.1)
172+
websocket-driver (0.7.2)
173173
websocket-extensions (>= 0.1.0)
174174
websocket-extensions (0.1.4)
175175
xpath (3.2.0)
176176
nokogiri (~> 1.8)
177-
zeitwerk (2.2.2)
177+
zeitwerk (2.3.0)
178178

179179
PLATFORMS
180180
ruby
@@ -188,7 +188,7 @@ DEPENDENCIES
188188
pg (>= 0.18, < 2.0)
189189
puma (~> 4.3)
190190
rack-cors
191-
rails (~> 6.0.1)
191+
rails (~> 6.0.3)
192192
selenium-webdriver
193193
spring
194194
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)