Skip to content

Commit 549bb7f

Browse files
authored
Merge pull request #737 from ohbarye/dependabot/bundler/backend/rails-6.1.6
Bump rails from 6.1.5 to 6.1.6 in /backend
2 parents 8338eb7 + 73f1f05 commit 549bb7f

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
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.5'
7+
gem 'rails', '~> 6.1.6'
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: 56 additions & 56 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.5)
5-
actionpack (= 6.1.5)
6-
activesupport (= 6.1.5)
4+
actioncable (6.1.6)
5+
actionpack (= 6.1.6)
6+
activesupport (= 6.1.6)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
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)
9+
actionmailbox (6.1.6)
10+
actionpack (= 6.1.6)
11+
activejob (= 6.1.6)
12+
activerecord (= 6.1.6)
13+
activestorage (= 6.1.6)
14+
activesupport (= 6.1.6)
1515
mail (>= 2.7.1)
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)
16+
actionmailer (6.1.6)
17+
actionpack (= 6.1.6)
18+
actionview (= 6.1.6)
19+
activejob (= 6.1.6)
20+
activesupport (= 6.1.6)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.5)
24-
actionview (= 6.1.5)
25-
activesupport (= 6.1.5)
23+
actionpack (6.1.6)
24+
actionview (= 6.1.6)
25+
activesupport (= 6.1.6)
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.5)
31-
actionpack (= 6.1.5)
32-
activerecord (= 6.1.5)
33-
activestorage (= 6.1.5)
34-
activesupport (= 6.1.5)
30+
actiontext (6.1.6)
31+
actionpack (= 6.1.6)
32+
activerecord (= 6.1.6)
33+
activestorage (= 6.1.6)
34+
activesupport (= 6.1.6)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.5)
37-
activesupport (= 6.1.5)
36+
actionview (6.1.6)
37+
activesupport (= 6.1.6)
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.5)
43-
activesupport (= 6.1.5)
42+
activejob (6.1.6)
43+
activesupport (= 6.1.6)
4444
globalid (>= 0.3.6)
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)
45+
activemodel (6.1.6)
46+
activesupport (= 6.1.6)
47+
activerecord (6.1.6)
48+
activemodel (= 6.1.6)
49+
activesupport (= 6.1.6)
50+
activestorage (6.1.6)
51+
actionpack (= 6.1.6)
52+
activejob (= 6.1.6)
53+
activerecord (= 6.1.6)
54+
activesupport (= 6.1.6)
5555
marcel (~> 1.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.5)
57+
activesupport (6.1.6)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -77,7 +77,7 @@ GEM
7777
regexp_parser (>= 1.5, < 3.0)
7878
xpath (~> 3.2)
7979
childprocess (4.1.0)
80-
concurrent-ruby (1.1.9)
80+
concurrent-ruby (1.1.10)
8181
crass (1.0.6)
8282
erubi (1.10.0)
8383
ffi (1.15.5)
@@ -91,7 +91,7 @@ GEM
9191
listen (3.7.1)
9292
rb-fsevent (~> 0.10, >= 0.10.3)
9393
rb-inotify (~> 0.9, >= 0.9.10)
94-
loofah (2.14.0)
94+
loofah (2.17.0)
9595
crass (~> 1.0.2)
9696
nokogiri (>= 1.5.9)
9797
mail (2.7.1)
@@ -119,29 +119,29 @@ GEM
119119
rack (>= 1.2.0)
120120
rack-test (1.1.0)
121121
rack (>= 1.0, < 3)
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)
122+
rails (6.1.6)
123+
actioncable (= 6.1.6)
124+
actionmailbox (= 6.1.6)
125+
actionmailer (= 6.1.6)
126+
actionpack (= 6.1.6)
127+
actiontext (= 6.1.6)
128+
actionview (= 6.1.6)
129+
activejob (= 6.1.6)
130+
activemodel (= 6.1.6)
131+
activerecord (= 6.1.6)
132+
activestorage (= 6.1.6)
133+
activesupport (= 6.1.6)
134134
bundler (>= 1.15.0)
135-
railties (= 6.1.5)
135+
railties (= 6.1.6)
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.5)
143-
actionpack (= 6.1.5)
144-
activesupport (= 6.1.5)
142+
railties (6.1.6)
143+
actionpack (= 6.1.6)
144+
activesupport (= 6.1.6)
145145
method_source
146146
rake (>= 12.2)
147147
thor (~> 1.0)
@@ -202,7 +202,7 @@ DEPENDENCIES
202202
puma (~> 5.6)
203203
rack-cors
204204
rack-mini-profiler (~> 3.0)
205-
rails (~> 6.1.5)
205+
rails (~> 6.1.6)
206206
route_mechanic
207207
selenium-webdriver
208208
spring

0 commit comments

Comments
 (0)