Skip to content

Commit c92f1c9

Browse files
authored
Merge pull request #109 from TwilioDevEd/dependabot/bundler/rails-6.1.3.1
Bump rails from 6.1.1 to 6.1.3.1
2 parents e2bb475 + cfd1243 commit c92f1c9

File tree

2 files changed

+70
-69
lines changed

2 files changed

+70
-69
lines changed

Gemfile

+1-1
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'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.1.1'
7+
gem 'rails', '~> 6.1.3'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
1010
# Use Puma as the app server

Gemfile.lock

+69-68
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.1)
5-
actionpack (= 6.1.1)
6-
activesupport (= 6.1.1)
4+
actioncable (6.1.3.1)
5+
actionpack (= 6.1.3.1)
6+
activesupport (= 6.1.3.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.1)
10-
actionpack (= 6.1.1)
11-
activejob (= 6.1.1)
12-
activerecord (= 6.1.1)
13-
activestorage (= 6.1.1)
14-
activesupport (= 6.1.1)
9+
actionmailbox (6.1.3.1)
10+
actionpack (= 6.1.3.1)
11+
activejob (= 6.1.3.1)
12+
activerecord (= 6.1.3.1)
13+
activestorage (= 6.1.3.1)
14+
activesupport (= 6.1.3.1)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.1)
17-
actionpack (= 6.1.1)
18-
actionview (= 6.1.1)
19-
activejob (= 6.1.1)
20-
activesupport (= 6.1.1)
16+
actionmailer (6.1.3.1)
17+
actionpack (= 6.1.3.1)
18+
actionview (= 6.1.3.1)
19+
activejob (= 6.1.3.1)
20+
activesupport (= 6.1.3.1)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.1)
24-
actionview (= 6.1.1)
25-
activesupport (= 6.1.1)
23+
actionpack (6.1.3.1)
24+
actionview (= 6.1.3.1)
25+
activesupport (= 6.1.3.1)
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.1)
31-
actionpack (= 6.1.1)
32-
activerecord (= 6.1.1)
33-
activestorage (= 6.1.1)
34-
activesupport (= 6.1.1)
30+
actiontext (6.1.3.1)
31+
actionpack (= 6.1.3.1)
32+
activerecord (= 6.1.3.1)
33+
activestorage (= 6.1.3.1)
34+
activesupport (= 6.1.3.1)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.1)
37-
activesupport (= 6.1.1)
36+
actionview (6.1.3.1)
37+
activesupport (= 6.1.3.1)
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.1)
43-
activesupport (= 6.1.1)
42+
activejob (6.1.3.1)
43+
activesupport (= 6.1.3.1)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.1)
46-
activesupport (= 6.1.1)
47-
activerecord (6.1.1)
48-
activemodel (= 6.1.1)
49-
activesupport (= 6.1.1)
50-
activestorage (6.1.1)
51-
actionpack (= 6.1.1)
52-
activejob (= 6.1.1)
53-
activerecord (= 6.1.1)
54-
activesupport (= 6.1.1)
55-
marcel (~> 0.3.1)
56-
mimemagic (~> 0.3.2)
57-
activesupport (6.1.1)
45+
activemodel (6.1.3.1)
46+
activesupport (= 6.1.3.1)
47+
activerecord (6.1.3.1)
48+
activemodel (= 6.1.3.1)
49+
activesupport (= 6.1.3.1)
50+
activestorage (6.1.3.1)
51+
actionpack (= 6.1.3.1)
52+
activejob (= 6.1.3.1)
53+
activerecord (= 6.1.3.1)
54+
activesupport (= 6.1.3.1)
55+
marcel (~> 1.0.0)
56+
mini_mime (~> 1.0.2)
57+
activesupport (6.1.3.1)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -95,7 +95,7 @@ GEM
9595
globalid (0.4.2)
9696
activesupport (>= 4.2.0)
9797
hashdiff (1.0.1)
98-
i18n (1.8.7)
98+
i18n (1.8.9)
9999
concurrent-ruby (~> 1.0)
100100
jbuilder (2.10.1)
101101
activesupport (>= 5.0.0)
@@ -108,22 +108,22 @@ GEM
108108
nokogiri (>= 1.5.9)
109109
mail (2.7.1)
110110
mini_mime (>= 0.1.1)
111-
marcel (0.3.3)
112-
mimemagic (~> 0.3.2)
111+
marcel (1.0.0)
113112
method_source (1.0.0)
114-
mimemagic (0.3.5)
115-
mini_mime (1.0.2)
116-
minitest (5.14.3)
117-
msgpack (1.3.3)
113+
mini_mime (1.0.3)
114+
mini_portile2 (2.5.0)
115+
minitest (5.14.4)
116+
msgpack (1.4.2)
118117
multipart-post (2.1.1)
119-
nio4r (2.5.4)
120-
nokogiri (1.11.1-arm64-darwin)
118+
nio4r (2.5.7)
119+
nokogiri (1.11.2)
120+
mini_portile2 (~> 2.5.0)
121121
racc (~> 1.4)
122-
nokogiri (1.11.1-x64-mingw32)
122+
nokogiri (1.11.2-arm64-darwin)
123123
racc (~> 1.4)
124-
nokogiri (1.11.1-x86_64-darwin)
124+
nokogiri (1.11.2-x64-mingw32)
125125
racc (~> 1.4)
126-
nokogiri (1.11.1-x86_64-linux)
126+
nokogiri (1.11.2-x86_64-linux)
127127
racc (~> 1.4)
128128
popper_js (1.16.0)
129129
public_suffix (4.0.6)
@@ -137,20 +137,20 @@ GEM
137137
rack
138138
rack-test (1.1.0)
139139
rack (>= 1.0, < 3)
140-
rails (6.1.1)
141-
actioncable (= 6.1.1)
142-
actionmailbox (= 6.1.1)
143-
actionmailer (= 6.1.1)
144-
actionpack (= 6.1.1)
145-
actiontext (= 6.1.1)
146-
actionview (= 6.1.1)
147-
activejob (= 6.1.1)
148-
activemodel (= 6.1.1)
149-
activerecord (= 6.1.1)
150-
activestorage (= 6.1.1)
151-
activesupport (= 6.1.1)
140+
rails (6.1.3.1)
141+
actioncable (= 6.1.3.1)
142+
actionmailbox (= 6.1.3.1)
143+
actionmailer (= 6.1.3.1)
144+
actionpack (= 6.1.3.1)
145+
actiontext (= 6.1.3.1)
146+
actionview (= 6.1.3.1)
147+
activejob (= 6.1.3.1)
148+
activemodel (= 6.1.3.1)
149+
activerecord (= 6.1.3.1)
150+
activestorage (= 6.1.3.1)
151+
activesupport (= 6.1.3.1)
152152
bundler (>= 1.15.0)
153-
railties (= 6.1.1)
153+
railties (= 6.1.3.1)
154154
sprockets-rails (>= 2.0.0)
155155
rails-controller-testing (1.0.5)
156156
actionpack (>= 5.0.1.rc1)
@@ -161,9 +161,9 @@ GEM
161161
nokogiri (>= 1.6)
162162
rails-html-sanitizer (1.3.0)
163163
loofah (~> 2.3)
164-
railties (6.1.1)
165-
actionpack (= 6.1.1)
166-
activesupport (= 6.1.1)
164+
railties (6.1.3.1)
165+
actionpack (= 6.1.3.1)
166+
activesupport (= 6.1.3.1)
167167
method_source
168168
rake (>= 0.8.7)
169169
thor (~> 1.0)
@@ -252,6 +252,7 @@ GEM
252252
zeitwerk (2.4.2)
253253

254254
PLATFORMS
255+
ruby
255256
universal-darwin-19
256257
x64-mingw32
257258
x86_64-linux
@@ -265,7 +266,7 @@ DEPENDENCIES
265266
listen (~> 3.3)
266267
puma (~> 5.0)
267268
rack-mini-profiler (~> 2.0)
268-
rails (~> 6.1.1)
269+
rails (~> 6.1.3)
269270
rails-controller-testing
270271
rspec-rails
271272
spring

0 commit comments

Comments
 (0)