Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 5ee42ab

Browse files
committed
updated rails to 6.1.6.1
1 parent f033e93 commit 5ee42ab

File tree

3 files changed

+57
-56
lines changed

3 files changed

+57
-56
lines changed

Diff for: Gemfile

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

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '~> 6.1.6'
5+
gem 'rails', '~> 6.1.6.1'
66

77
# Use postgresql as the database for Active Record
88
gem 'pg', '~> 1.2.3'

Diff for: Gemfile.lock

+55-55
Original file line numberDiff line numberDiff line change
@@ -21,60 +21,60 @@ GIT
2121
GEM
2222
remote: https://rubygems.org/
2323
specs:
24-
actioncable (6.1.6)
25-
actionpack (= 6.1.6)
26-
activesupport (= 6.1.6)
24+
actioncable (6.1.6.1)
25+
actionpack (= 6.1.6.1)
26+
activesupport (= 6.1.6.1)
2727
nio4r (~> 2.0)
2828
websocket-driver (>= 0.6.1)
29-
actionmailbox (6.1.6)
30-
actionpack (= 6.1.6)
31-
activejob (= 6.1.6)
32-
activerecord (= 6.1.6)
33-
activestorage (= 6.1.6)
34-
activesupport (= 6.1.6)
29+
actionmailbox (6.1.6.1)
30+
actionpack (= 6.1.6.1)
31+
activejob (= 6.1.6.1)
32+
activerecord (= 6.1.6.1)
33+
activestorage (= 6.1.6.1)
34+
activesupport (= 6.1.6.1)
3535
mail (>= 2.7.1)
36-
actionmailer (6.1.6)
37-
actionpack (= 6.1.6)
38-
actionview (= 6.1.6)
39-
activejob (= 6.1.6)
40-
activesupport (= 6.1.6)
36+
actionmailer (6.1.6.1)
37+
actionpack (= 6.1.6.1)
38+
actionview (= 6.1.6.1)
39+
activejob (= 6.1.6.1)
40+
activesupport (= 6.1.6.1)
4141
mail (~> 2.5, >= 2.5.4)
4242
rails-dom-testing (~> 2.0)
43-
actionpack (6.1.6)
44-
actionview (= 6.1.6)
45-
activesupport (= 6.1.6)
43+
actionpack (6.1.6.1)
44+
actionview (= 6.1.6.1)
45+
activesupport (= 6.1.6.1)
4646
rack (~> 2.0, >= 2.0.9)
4747
rack-test (>= 0.6.3)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.0, >= 1.2.0)
50-
actiontext (6.1.6)
51-
actionpack (= 6.1.6)
52-
activerecord (= 6.1.6)
53-
activestorage (= 6.1.6)
54-
activesupport (= 6.1.6)
50+
actiontext (6.1.6.1)
51+
actionpack (= 6.1.6.1)
52+
activerecord (= 6.1.6.1)
53+
activestorage (= 6.1.6.1)
54+
activesupport (= 6.1.6.1)
5555
nokogiri (>= 1.8.5)
56-
actionview (6.1.6)
57-
activesupport (= 6.1.6)
56+
actionview (6.1.6.1)
57+
activesupport (= 6.1.6.1)
5858
builder (~> 3.1)
5959
erubi (~> 1.4)
6060
rails-dom-testing (~> 2.0)
6161
rails-html-sanitizer (~> 1.1, >= 1.2.0)
62-
activejob (6.1.6)
63-
activesupport (= 6.1.6)
62+
activejob (6.1.6.1)
63+
activesupport (= 6.1.6.1)
6464
globalid (>= 0.3.6)
65-
activemodel (6.1.6)
66-
activesupport (= 6.1.6)
67-
activerecord (6.1.6)
68-
activemodel (= 6.1.6)
69-
activesupport (= 6.1.6)
70-
activestorage (6.1.6)
71-
actionpack (= 6.1.6)
72-
activejob (= 6.1.6)
73-
activerecord (= 6.1.6)
74-
activesupport (= 6.1.6)
65+
activemodel (6.1.6.1)
66+
activesupport (= 6.1.6.1)
67+
activerecord (6.1.6.1)
68+
activemodel (= 6.1.6.1)
69+
activesupport (= 6.1.6.1)
70+
activestorage (6.1.6.1)
71+
actionpack (= 6.1.6.1)
72+
activejob (= 6.1.6.1)
73+
activerecord (= 6.1.6.1)
74+
activesupport (= 6.1.6.1)
7575
marcel (~> 1.0)
7676
mini_mime (>= 1.1.0)
77-
activesupport (6.1.6)
77+
activesupport (6.1.6.1)
7878
concurrent-ruby (~> 1.0, >= 1.0.2)
7979
i18n (>= 1.6, < 2)
8080
minitest (>= 5.1)
@@ -246,20 +246,20 @@ GEM
246246
ruby-openid (>= 2.1.8)
247247
rack-test (1.1.0)
248248
rack (>= 1.0, < 3)
249-
rails (6.1.6)
250-
actioncable (= 6.1.6)
251-
actionmailbox (= 6.1.6)
252-
actionmailer (= 6.1.6)
253-
actionpack (= 6.1.6)
254-
actiontext (= 6.1.6)
255-
actionview (= 6.1.6)
256-
activejob (= 6.1.6)
257-
activemodel (= 6.1.6)
258-
activerecord (= 6.1.6)
259-
activestorage (= 6.1.6)
260-
activesupport (= 6.1.6)
249+
rails (6.1.6.1)
250+
actioncable (= 6.1.6.1)
251+
actionmailbox (= 6.1.6.1)
252+
actionmailer (= 6.1.6.1)
253+
actionpack (= 6.1.6.1)
254+
actiontext (= 6.1.6.1)
255+
actionview (= 6.1.6.1)
256+
activejob (= 6.1.6.1)
257+
activemodel (= 6.1.6.1)
258+
activerecord (= 6.1.6.1)
259+
activestorage (= 6.1.6.1)
260+
activesupport (= 6.1.6.1)
261261
bundler (>= 1.15.0)
262-
railties (= 6.1.6)
262+
railties (= 6.1.6.1)
263263
sprockets-rails (>= 2.0.0)
264264
rails-controller-testing (1.0.5)
265265
actionpack (>= 5.0.1.rc1)
@@ -268,12 +268,12 @@ GEM
268268
rails-dom-testing (2.0.3)
269269
activesupport (>= 4.2.0)
270270
nokogiri (>= 1.6)
271-
rails-html-sanitizer (1.4.2)
271+
rails-html-sanitizer (1.4.3)
272272
loofah (~> 2.3)
273273
rails_serve_static_assets (0.0.5)
274-
railties (6.1.6)
275-
actionpack (= 6.1.6)
276-
activesupport (= 6.1.6)
274+
railties (6.1.6.1)
275+
actionpack (= 6.1.6.1)
276+
activesupport (= 6.1.6.1)
277277
method_source
278278
rake (>= 12.2)
279279
thor (~> 1.0)
@@ -446,7 +446,7 @@ DEPENDENCIES
446446
paperclip (~> 6.1.0)
447447
pg (~> 1.2.3)
448448
poltergeist
449-
rails (~> 6.1.6)
449+
rails (~> 6.1.6.1)
450450
rails-controller-testing
451451
rails_log_stdout!
452452
rails_serve_static_assets

Diff for: config/application.rb

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Application < Rails::Application
1818
# Initialize configuration defaults for originally generated Rails version.
1919
config.load_defaults 6.0
2020
config.active_record.belongs_to_required_by_default = false
21+
config.active_record.yaml_column_permitted_classes = [Symbol, HashWithIndifferentAccess]
2122

2223
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
2324
config.i18n.enforce_available_locales = true

0 commit comments

Comments
 (0)