Skip to content

Commit 77188ba

Browse files
Bump rails from 5.2.8 to 5.2.8.1 (#11274)
* Bump rails from 5.2.8 to 5.2.8.1 Bumps [rails](https://github.com/rails/rails) from 5.2.8 to 5.2.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.2.8...v5.2.8.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * config.active_record.yaml_column_permitted_classes = [OAuth::AccessToken] * added OAuth::Consumer to yaml_column_permitted_classes * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Update config/environments/test.rb * Full set of permitted classes in environments/test.rb * explanatory comment Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
1 parent a602736 commit 77188ba

File tree

3 files changed

+54
-39
lines changed

3 files changed

+54
-39
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem "php-serialize", :require => "php_serialize"
4343
gem 'rack-cors', :require => 'rack/cors'
4444
gem "rack-openid"
4545
gem "rack-test", "2.0.2"
46-
gem 'rails', '5.2.8'
46+
gem 'rails', '5.2.8.1'
4747
gem 'rails-controller-testing'
4848
gem 'rails-dom-testing'
4949
gem 'rails-i18n', '~> 5.1.3'

Gemfile.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,49 @@ GEM
33
specs:
44
action-cable-testing (0.6.1)
55
actioncable (>= 5.0)
6-
actioncable (5.2.8)
7-
actionpack (= 5.2.8)
6+
actioncable (5.2.8.1)
7+
actionpack (= 5.2.8.1)
88
nio4r (~> 2.0)
99
websocket-driver (>= 0.6.1)
10-
actionmailer (5.2.8)
11-
actionpack (= 5.2.8)
12-
actionview (= 5.2.8)
13-
activejob (= 5.2.8)
10+
actionmailer (5.2.8.1)
11+
actionpack (= 5.2.8.1)
12+
actionview (= 5.2.8.1)
13+
activejob (= 5.2.8.1)
1414
mail (~> 2.5, >= 2.5.4)
1515
rails-dom-testing (~> 2.0)
16-
actionpack (5.2.8)
17-
actionview (= 5.2.8)
18-
activesupport (= 5.2.8)
16+
actionpack (5.2.8.1)
17+
actionview (= 5.2.8.1)
18+
activesupport (= 5.2.8.1)
1919
rack (~> 2.0, >= 2.0.8)
2020
rack-test (>= 0.6.3)
2121
rails-dom-testing (~> 2.0)
2222
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23-
actionview (5.2.8)
24-
activesupport (= 5.2.8)
23+
actionview (5.2.8.1)
24+
activesupport (= 5.2.8.1)
2525
builder (~> 3.1)
2626
erubi (~> 1.4)
2727
rails-dom-testing (~> 2.0)
2828
rails-html-sanitizer (~> 1.0, >= 1.0.3)
29-
activejob (5.2.8)
30-
activesupport (= 5.2.8)
29+
activejob (5.2.8.1)
30+
activesupport (= 5.2.8.1)
3131
globalid (>= 0.3.6)
32-
activemodel (5.2.8)
33-
activesupport (= 5.2.8)
34-
activerecord (5.2.8)
35-
activemodel (= 5.2.8)
36-
activesupport (= 5.2.8)
32+
activemodel (5.2.8.1)
33+
activesupport (= 5.2.8.1)
34+
activerecord (5.2.8.1)
35+
activemodel (= 5.2.8.1)
36+
activesupport (= 5.2.8.1)
3737
arel (>= 9.0)
3838
activerecord-session_store (2.0.0)
3939
actionpack (>= 5.2.4.1)
4040
activerecord (>= 5.2.4.1)
4141
multi_json (~> 1.11, >= 1.11.2)
4242
rack (>= 2.0.8, < 3)
4343
railties (>= 5.2.4.1)
44-
activestorage (5.2.8)
45-
actionpack (= 5.2.8)
46-
activerecord (= 5.2.8)
44+
activestorage (5.2.8.1)
45+
actionpack (= 5.2.8.1)
46+
activerecord (= 5.2.8.1)
4747
marcel (~> 1.0.0)
48-
activesupport (5.2.8)
48+
activesupport (5.2.8.1)
4949
concurrent-ruby (~> 1.0, >= 1.0.2)
5050
i18n (>= 0.7, < 2)
5151
minitest (~> 5.1)
@@ -440,18 +440,18 @@ GEM
440440
rack
441441
rack-test (2.0.2)
442442
rack (>= 1.3)
443-
rails (5.2.8)
444-
actioncable (= 5.2.8)
445-
actionmailer (= 5.2.8)
446-
actionpack (= 5.2.8)
447-
actionview (= 5.2.8)
448-
activejob (= 5.2.8)
449-
activemodel (= 5.2.8)
450-
activerecord (= 5.2.8)
451-
activestorage (= 5.2.8)
452-
activesupport (= 5.2.8)
443+
rails (5.2.8.1)
444+
actioncable (= 5.2.8.1)
445+
actionmailer (= 5.2.8.1)
446+
actionpack (= 5.2.8.1)
447+
actionview (= 5.2.8.1)
448+
activejob (= 5.2.8.1)
449+
activemodel (= 5.2.8.1)
450+
activerecord (= 5.2.8.1)
451+
activestorage (= 5.2.8.1)
452+
activesupport (= 5.2.8.1)
453453
bundler (>= 1.3.0)
454-
railties (= 5.2.8)
454+
railties (= 5.2.8.1)
455455
sprockets-rails (>= 2.0.0)
456456
rails-controller-testing (1.0.5)
457457
actionpack (>= 5.0.1.rc1)
@@ -468,9 +468,9 @@ GEM
468468
rails-perftest (0.0.7)
469469
rails_autolink (1.1.6)
470470
rails (> 3.1)
471-
railties (5.2.8)
472-
actionpack (= 5.2.8)
473-
activesupport (= 5.2.8)
471+
railties (5.2.8.1)
472+
actionpack (= 5.2.8.1)
473+
activesupport (= 5.2.8.1)
474474
method_source
475475
rake (>= 0.8.7)
476476
thor (>= 0.19.0, < 2.0)
@@ -614,7 +614,7 @@ GEM
614614
tilt (~> 2.0)
615615
skylight (5.3.3)
616616
activesupport (>= 5.2.0)
617-
sprockets (4.0.3)
617+
sprockets (4.1.1)
618618
concurrent-ruby (~> 1.0)
619619
rack (> 1, < 3)
620620
sprockets-rails (3.4.2)
@@ -755,7 +755,7 @@ DEPENDENCIES
755755
rack-cors
756756
rack-openid
757757
rack-test (= 2.0.2)
758-
rails (= 5.2.8)
758+
rails (= 5.2.8.1)
759759
rails-controller-testing
760760
rails-dom-testing
761761
rails-i18n (~> 5.1.3)

config/environments/test.rb

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444

4545
config.active_job.queue_adapter = :inline
4646

47+
# These are required to load classes into YAML, eg /test/fixtures/user_tags.yml#L129
48+
config.active_record.yaml_column_permitted_classes = [
49+
OAuth::AccessToken,
50+
OAuth::Consumer,
51+
Symbol,
52+
Net::HTTP,
53+
OpenSSL::SSL::SSLContext,
54+
OpenSSL::SSL::Session,
55+
URI::HTTPS,
56+
URI::RFC3986_Parser,
57+
Regexp,
58+
Net::HTTPOK,
59+
ActiveSupport::HashWithIndifferentAccess
60+
]
61+
4762
OmniAuth.config.test_mode = true
4863
#OAuth hash for different providers for testing purpose
4964
#Google Provider

0 commit comments

Comments
 (0)