Skip to content

Commit 567a13f

Browse files
Bump rails from 6.0.1 to 6.0.2.1 in /backend
Bumps [rails](https://github.com/rails/rails) from 6.0.1 to 6.0.2.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.0.1...v6.0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5bcd3f8 commit 567a13f

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
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.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.0.1'
7+
gem 'rails', '~> 6.0.2'
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: 58 additions & 58 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.1)
5-
actionpack (= 6.0.1)
4+
actioncable (6.0.2.1)
5+
actionpack (= 6.0.2.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.2.1)
9+
actionpack (= 6.0.2.1)
10+
activejob (= 6.0.2.1)
11+
activerecord (= 6.0.2.1)
12+
activestorage (= 6.0.2.1)
13+
activesupport (= 6.0.2.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.2.1)
16+
actionpack (= 6.0.2.1)
17+
actionview (= 6.0.2.1)
18+
activejob (= 6.0.2.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.2.1)
22+
actionview (= 6.0.2.1)
23+
activesupport (= 6.0.2.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.2.1)
29+
actionpack (= 6.0.2.1)
30+
activerecord (= 6.0.2.1)
31+
activestorage (= 6.0.2.1)
32+
activesupport (= 6.0.2.1)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.1)
35-
activesupport (= 6.0.1)
34+
actionview (6.0.2.1)
35+
activesupport (= 6.0.2.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.2.1)
41+
activesupport (= 6.0.2.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.2.1)
44+
activesupport (= 6.0.2.1)
45+
activerecord (6.0.2.1)
46+
activemodel (= 6.0.2.1)
47+
activesupport (= 6.0.2.1)
48+
activestorage (6.0.2.1)
49+
actionpack (= 6.0.2.1)
50+
activejob (= 6.0.2.1)
51+
activerecord (= 6.0.2.1)
5252
marcel (~> 0.3.1)
53-
activesupport (6.0.1)
53+
activesupport (6.0.2.1)
5454
concurrent-ruby (~> 1.0, >= 1.0.2)
5555
i18n (>= 0.7, < 2)
5656
minitest (~> 5.1)
@@ -61,7 +61,7 @@ GEM
6161
bindex (0.8.1)
6262
bootsnap (1.4.5)
6363
msgpack (~> 1.0)
64-
builder (3.2.3)
64+
builder (3.2.4)
6565
byebug (11.0.1)
6666
capybara (3.29.0)
6767
addressable
@@ -86,7 +86,7 @@ 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.4.0)
9090
crass (~> 1.0.2)
9191
nokogiri (>= 1.5.9)
9292
mail (2.7.1)
@@ -100,7 +100,7 @@ GEM
100100
minitest (5.13.0)
101101
msgpack (1.3.1)
102102
nio4r (2.5.2)
103-
nokogiri (1.10.5)
103+
nokogiri (1.10.7)
104104
mini_portile2 (~> 2.4.0)
105105
pg (1.1.4)
106106
public_suffix (4.0.1)
@@ -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.2.1)
115+
actioncable (= 6.0.2.1)
116+
actionmailbox (= 6.0.2.1)
117+
actionmailer (= 6.0.2.1)
118+
actionpack (= 6.0.2.1)
119+
actiontext (= 6.0.2.1)
120+
actionview (= 6.0.2.1)
121+
activejob (= 6.0.2.1)
122+
activemodel (= 6.0.2.1)
123+
activerecord (= 6.0.2.1)
124+
activestorage (= 6.0.2.1)
125+
activesupport (= 6.0.2.1)
126126
bundler (>= 1.3.0)
127-
railties (= 6.0.1)
127+
railties (= 6.0.2.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.2.1)
135+
actionpack (= 6.0.2.1)
136+
activesupport (= 6.0.2.1)
137137
method_source
138138
rake (>= 0.8.7)
139139
thor (>= 0.20.3, < 2.0)
@@ -157,12 +157,12 @@ 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.5)
165+
tzinfo (1.2.6)
166166
thread_safe (~> 0.1)
167167
web-console (4.0.1)
168168
actionview (>= 6.0.0)
@@ -174,7 +174,7 @@ GEM
174174
websocket-extensions (0.1.4)
175175
xpath (3.2.0)
176176
nokogiri (~> 1.8)
177-
zeitwerk (2.2.1)
177+
zeitwerk (2.2.2)
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.2)
192192
selenium-webdriver
193193
spring
194194
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)