Skip to content

Commit d23cd2f

Browse files
Bump rails from 6.0.3.2 to 6.0.3.3
Bumps [rails](https://github.com/rails/rails) from 6.0.3.2 to 6.0.3.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.0.3.2...v6.0.3.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent dd6d4f7 commit d23cd2f

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
ruby File.read(".ruby-version").strip
44

5-
gem "rails", "6.0.3.2"
5+
gem "rails", "6.0.3.3"
66

77
gem "dalli"
88
gem "gds-api-adapters"

Gemfile.lock

+51-51
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.3.2)
5-
actionpack (= 6.0.3.2)
4+
actioncable (6.0.3.3)
5+
actionpack (= 6.0.3.3)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.2)
9-
actionpack (= 6.0.3.2)
10-
activejob (= 6.0.3.2)
11-
activerecord (= 6.0.3.2)
12-
activestorage (= 6.0.3.2)
13-
activesupport (= 6.0.3.2)
8+
actionmailbox (6.0.3.3)
9+
actionpack (= 6.0.3.3)
10+
activejob (= 6.0.3.3)
11+
activerecord (= 6.0.3.3)
12+
activestorage (= 6.0.3.3)
13+
activesupport (= 6.0.3.3)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.3.2)
16-
actionpack (= 6.0.3.2)
17-
actionview (= 6.0.3.2)
18-
activejob (= 6.0.3.2)
15+
actionmailer (6.0.3.3)
16+
actionpack (= 6.0.3.3)
17+
actionview (= 6.0.3.3)
18+
activejob (= 6.0.3.3)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.2)
22-
actionview (= 6.0.3.2)
23-
activesupport (= 6.0.3.2)
21+
actionpack (6.0.3.3)
22+
actionview (= 6.0.3.3)
23+
activesupport (= 6.0.3.3)
2424
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.3.2)
29-
actionpack (= 6.0.3.2)
30-
activerecord (= 6.0.3.2)
31-
activestorage (= 6.0.3.2)
32-
activesupport (= 6.0.3.2)
28+
actiontext (6.0.3.3)
29+
actionpack (= 6.0.3.3)
30+
activerecord (= 6.0.3.3)
31+
activestorage (= 6.0.3.3)
32+
activesupport (= 6.0.3.3)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.2)
35-
activesupport (= 6.0.3.2)
34+
actionview (6.0.3.3)
35+
activesupport (= 6.0.3.3)
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.3.2)
41-
activesupport (= 6.0.3.2)
40+
activejob (6.0.3.3)
41+
activesupport (= 6.0.3.3)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.3.2)
44-
activesupport (= 6.0.3.2)
45-
activerecord (6.0.3.2)
46-
activemodel (= 6.0.3.2)
47-
activesupport (= 6.0.3.2)
48-
activestorage (6.0.3.2)
49-
actionpack (= 6.0.3.2)
50-
activejob (= 6.0.3.2)
51-
activerecord (= 6.0.3.2)
43+
activemodel (6.0.3.3)
44+
activesupport (= 6.0.3.3)
45+
activerecord (6.0.3.3)
46+
activemodel (= 6.0.3.3)
47+
activesupport (= 6.0.3.3)
48+
activestorage (6.0.3.3)
49+
actionpack (= 6.0.3.3)
50+
activejob (= 6.0.3.3)
51+
activerecord (= 6.0.3.3)
5252
marcel (~> 0.3.1)
53-
activesupport (6.0.3.2)
53+
activesupport (6.0.3.3)
5454
concurrent-ruby (~> 1.0, >= 1.0.2)
5555
i18n (>= 0.7, < 2)
5656
minitest (~> 5.1)
@@ -204,20 +204,20 @@ GEM
204204
rack-test (1.1.0)
205205
rack (>= 1.0, < 3)
206206
rack_strip_client_ip (0.0.2)
207-
rails (6.0.3.2)
208-
actioncable (= 6.0.3.2)
209-
actionmailbox (= 6.0.3.2)
210-
actionmailer (= 6.0.3.2)
211-
actionpack (= 6.0.3.2)
212-
actiontext (= 6.0.3.2)
213-
actionview (= 6.0.3.2)
214-
activejob (= 6.0.3.2)
215-
activemodel (= 6.0.3.2)
216-
activerecord (= 6.0.3.2)
217-
activestorage (= 6.0.3.2)
218-
activesupport (= 6.0.3.2)
207+
rails (6.0.3.3)
208+
actioncable (= 6.0.3.3)
209+
actionmailbox (= 6.0.3.3)
210+
actionmailer (= 6.0.3.3)
211+
actionpack (= 6.0.3.3)
212+
actiontext (= 6.0.3.3)
213+
actionview (= 6.0.3.3)
214+
activejob (= 6.0.3.3)
215+
activemodel (= 6.0.3.3)
216+
activerecord (= 6.0.3.3)
217+
activestorage (= 6.0.3.3)
218+
activesupport (= 6.0.3.3)
219219
bundler (>= 1.3.0)
220-
railties (= 6.0.3.2)
220+
railties (= 6.0.3.3)
221221
sprockets-rails (>= 2.0.0)
222222
rails-controller-testing (1.0.5)
223223
actionpack (>= 5.0.1.rc1)
@@ -234,9 +234,9 @@ GEM
234234
rails_translation_manager (0.1.0)
235235
activesupport
236236
rails-i18n
237-
railties (6.0.3.2)
238-
actionpack (= 6.0.3.2)
239-
activesupport (= 6.0.3.2)
237+
railties (6.0.3.3)
238+
actionpack (= 6.0.3.3)
239+
activesupport (= 6.0.3.3)
240240
method_source
241241
rake (>= 0.8.7)
242242
thor (>= 0.20.3, < 2.0)
@@ -387,7 +387,7 @@ DEPENDENCIES
387387
plek
388388
pry
389389
rack_strip_client_ip
390-
rails (= 6.0.3.2)
390+
rails (= 6.0.3.3)
391391
rails-controller-testing
392392
rails-i18n
393393
rails_translation_manager

0 commit comments

Comments
 (0)