diff options
author | Eileen M. Uchitelle <eileencodes@users.noreply.github.com> | 2017-12-14 09:58:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-14 09:58:33 -0500 |
commit | 659c516bef2781cc66865fc78ed5dce682566d26 (patch) | |
tree | eb5ac2568af824f216769496d1a698ee2ae3136c /activesupport/lib/active_support.rb | |
parent | 4bd28efc189cf58891ece9d57d44994039054ca0 (diff) | |
parent | 82822a34217503336d51b7baab82cd18cf71e435 (diff) | |
download | rails-659c516bef2781cc66865fc78ed5dce682566d26.tar.gz rails-659c516bef2781cc66865fc78ed5dce682566d26.tar.bz2 rails-659c516bef2781cc66865fc78ed5dce682566d26.zip |
Merge pull request #31289 from witlessbird/fips-compatibility
Initial support for running Rails on FIPS-certified systems
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r-- | activesupport/lib/active_support.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb index 68be94f99d..16b9a5bc1d 100644 --- a/activesupport/lib/active_support.rb +++ b/activesupport/lib/active_support.rb @@ -53,6 +53,7 @@ module ActiveSupport autoload :Callbacks autoload :Configurable autoload :Deprecation + autoload :Digest autoload :Gzip autoload :Inflector autoload :JSON |