Skip to content

Commit 191a23c

Browse files
authored
Merge pull request #702 from ohbarye/dependabot/bundler/backend/rails-6.1.5
Bump rails from 6.1.4.4 to 6.1.5 in /backend
2 parents 4762a36 + 9ab1aa7 commit 191a23c

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
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 '3.0.0'
55

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

backend/Gemfile.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.4)
5-
actionpack (= 6.1.4.4)
6-
activesupport (= 6.1.4.4)
4+
actioncable (6.1.5)
5+
actionpack (= 6.1.5)
6+
activesupport (= 6.1.5)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.4)
10-
actionpack (= 6.1.4.4)
11-
activejob (= 6.1.4.4)
12-
activerecord (= 6.1.4.4)
13-
activestorage (= 6.1.4.4)
14-
activesupport (= 6.1.4.4)
9+
actionmailbox (6.1.5)
10+
actionpack (= 6.1.5)
11+
activejob (= 6.1.5)
12+
activerecord (= 6.1.5)
13+
activestorage (= 6.1.5)
14+
activesupport (= 6.1.5)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4.4)
17-
actionpack (= 6.1.4.4)
18-
actionview (= 6.1.4.4)
19-
activejob (= 6.1.4.4)
20-
activesupport (= 6.1.4.4)
16+
actionmailer (6.1.5)
17+
actionpack (= 6.1.5)
18+
actionview (= 6.1.5)
19+
activejob (= 6.1.5)
20+
activesupport (= 6.1.5)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.4.4)
24-
actionview (= 6.1.4.4)
25-
activesupport (= 6.1.4.4)
23+
actionpack (6.1.5)
24+
actionview (= 6.1.5)
25+
activesupport (= 6.1.5)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.4.4)
31-
actionpack (= 6.1.4.4)
32-
activerecord (= 6.1.4.4)
33-
activestorage (= 6.1.4.4)
34-
activesupport (= 6.1.4.4)
30+
actiontext (6.1.5)
31+
actionpack (= 6.1.5)
32+
activerecord (= 6.1.5)
33+
activestorage (= 6.1.5)
34+
activesupport (= 6.1.5)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.4.4)
37-
activesupport (= 6.1.4.4)
36+
actionview (6.1.5)
37+
activesupport (= 6.1.5)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.4.4)
43-
activesupport (= 6.1.4.4)
42+
activejob (6.1.5)
43+
activesupport (= 6.1.5)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.4.4)
46-
activesupport (= 6.1.4.4)
47-
activerecord (6.1.4.4)
48-
activemodel (= 6.1.4.4)
49-
activesupport (= 6.1.4.4)
50-
activestorage (6.1.4.4)
51-
actionpack (= 6.1.4.4)
52-
activejob (= 6.1.4.4)
53-
activerecord (= 6.1.4.4)
54-
activesupport (= 6.1.4.4)
55-
marcel (~> 1.0.0)
45+
activemodel (6.1.5)
46+
activesupport (= 6.1.5)
47+
activerecord (6.1.5)
48+
activemodel (= 6.1.5)
49+
activesupport (= 6.1.5)
50+
activestorage (6.1.5)
51+
actionpack (= 6.1.5)
52+
activejob (= 6.1.5)
53+
activerecord (= 6.1.5)
54+
activesupport (= 6.1.5)
55+
marcel (~> 1.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4.4)
57+
activesupport (6.1.5)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -83,15 +83,15 @@ GEM
8383
ffi (1.15.3)
8484
globalid (1.0.0)
8585
activesupport (>= 5.0)
86-
i18n (1.8.11)
86+
i18n (1.10.0)
8787
concurrent-ruby (~> 1.0)
8888
jbuilder (2.11.5)
8989
actionview (>= 5.0.0)
9090
activesupport (>= 5.0.0)
9191
listen (3.7.0)
9292
rb-fsevent (~> 0.10, >= 0.10.3)
9393
rb-inotify (~> 0.9, >= 0.9.10)
94-
loofah (2.13.0)
94+
loofah (2.14.0)
9595
crass (~> 1.0.2)
9696
nokogiri (>= 1.5.9)
9797
mail (2.7.1)
@@ -100,12 +100,12 @@ GEM
100100
matrix (0.4.2)
101101
method_source (1.0.0)
102102
mini_mime (1.1.2)
103-
mini_portile2 (2.6.1)
103+
mini_portile2 (2.8.0)
104104
minitest (5.15.0)
105105
msgpack (1.4.2)
106106
nio4r (2.5.8)
107-
nokogiri (1.12.5)
108-
mini_portile2 (~> 2.6.1)
107+
nokogiri (1.13.3)
108+
mini_portile2 (~> 2.8.0)
109109
racc (~> 1.4)
110110
pg (1.2.3)
111111
public_suffix (4.0.6)
@@ -119,31 +119,31 @@ GEM
119119
rack (>= 1.2.0)
120120
rack-test (1.1.0)
121121
rack (>= 1.0, < 3)
122-
rails (6.1.4.4)
123-
actioncable (= 6.1.4.4)
124-
actionmailbox (= 6.1.4.4)
125-
actionmailer (= 6.1.4.4)
126-
actionpack (= 6.1.4.4)
127-
actiontext (= 6.1.4.4)
128-
actionview (= 6.1.4.4)
129-
activejob (= 6.1.4.4)
130-
activemodel (= 6.1.4.4)
131-
activerecord (= 6.1.4.4)
132-
activestorage (= 6.1.4.4)
133-
activesupport (= 6.1.4.4)
122+
rails (6.1.5)
123+
actioncable (= 6.1.5)
124+
actionmailbox (= 6.1.5)
125+
actionmailer (= 6.1.5)
126+
actionpack (= 6.1.5)
127+
actiontext (= 6.1.5)
128+
actionview (= 6.1.5)
129+
activejob (= 6.1.5)
130+
activemodel (= 6.1.5)
131+
activerecord (= 6.1.5)
132+
activestorage (= 6.1.5)
133+
activesupport (= 6.1.5)
134134
bundler (>= 1.15.0)
135-
railties (= 6.1.4.4)
135+
railties (= 6.1.5)
136136
sprockets-rails (>= 2.0.0)
137137
rails-dom-testing (2.0.3)
138138
activesupport (>= 4.2.0)
139139
nokogiri (>= 1.6)
140140
rails-html-sanitizer (1.4.2)
141141
loofah (~> 2.3)
142-
railties (6.1.4.4)
143-
actionpack (= 6.1.4.4)
144-
activesupport (= 6.1.4.4)
142+
railties (6.1.5)
143+
actionpack (= 6.1.5)
144+
activesupport (= 6.1.5)
145145
method_source
146-
rake (>= 0.13)
146+
rake (>= 12.2)
147147
thor (~> 1.0)
148148
rake (13.0.6)
149149
rb-fsevent (0.11.0)
@@ -164,14 +164,14 @@ GEM
164164
spring-watcher-listen (2.0.1)
165165
listen (>= 2.7, < 4.0)
166166
spring (>= 1.2, < 3.0)
167-
sprockets (4.0.2)
167+
sprockets (4.0.3)
168168
concurrent-ruby (~> 1.0)
169169
rack (> 1, < 3)
170170
sprockets-rails (3.4.2)
171171
actionpack (>= 5.2)
172172
activesupport (>= 5.2)
173173
sprockets (>= 3.0.0)
174-
thor (1.1.0)
174+
thor (1.2.1)
175175
turbolinks (5.2.1)
176176
turbolinks-source (~> 5.2)
177177
turbolinks-source (5.2.0)
@@ -187,7 +187,7 @@ GEM
187187
websocket-extensions (0.1.5)
188188
xpath (3.2.0)
189189
nokogiri (~> 1.8)
190-
zeitwerk (2.5.1)
190+
zeitwerk (2.5.4)
191191

192192
PLATFORMS
193193
ruby
@@ -202,7 +202,7 @@ DEPENDENCIES
202202
puma (~> 5.5)
203203
rack-cors
204204
rack-mini-profiler (~> 2.3)
205-
rails (~> 6.1.4)
205+
rails (~> 6.1.5)
206206
route_mechanic
207207
selenium-webdriver
208208
spring

0 commit comments

Comments
 (0)