Upgrade to Rails 6.0.6.1
Another pretty easy one! We have the `rails app:update` changes in here too.
This commit is contained in:
parent
639b4114c9
commit
24e59c6258
47 changed files with 100 additions and 76 deletions
4
Gemfile
4
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
ruby '2.6.10'
|
ruby '2.6.10'
|
||||||
|
|
||||||
gem 'rails', '= 5.2.8.1'
|
gem 'rails', '= 6.0.6.1'
|
||||||
|
|
||||||
# Our database is MySQL, in both development and production.
|
# Our database is MySQL, in both development and production.
|
||||||
gem 'mysql2', '~> 0.5.5'
|
gem 'mysql2', '~> 0.5.5'
|
||||||
|
@ -24,7 +24,7 @@ gem 'devise', '~> 4.9', '>= 4.9.2'
|
||||||
gem 'will_paginate', '~> 4.0'
|
gem 'will_paginate', '~> 4.0'
|
||||||
|
|
||||||
# For translation, both for the site UI and for Neopets data.
|
# For translation, both for the site UI and for Neopets data.
|
||||||
gem 'rails-i18n', '~> 5.1', '>= 5.1.3'
|
gem 'rails-i18n', '~> 7.0', '>= 7.0.7'
|
||||||
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
gem 'http_accept_language', '~> 2.1', '>= 2.1.1'
|
||||||
gem 'globalize', '~> 6.2', '>= 6.2.1'
|
gem 'globalize', '~> 6.2', '>= 6.2.1'
|
||||||
|
|
||||||
|
|
128
Gemfile.lock
128
Gemfile.lock
|
@ -7,50 +7,63 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.2.8.1)
|
actioncable (6.0.6.1)
|
||||||
actionpack (= 5.2.8.1)
|
actionpack (= 6.0.6.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.8.1)
|
actionmailbox (6.0.6.1)
|
||||||
actionpack (= 5.2.8.1)
|
actionpack (= 6.0.6.1)
|
||||||
actionview (= 5.2.8.1)
|
activejob (= 6.0.6.1)
|
||||||
activejob (= 5.2.8.1)
|
activerecord (= 6.0.6.1)
|
||||||
|
activestorage (= 6.0.6.1)
|
||||||
|
activesupport (= 6.0.6.1)
|
||||||
|
mail (>= 2.7.1)
|
||||||
|
actionmailer (6.0.6.1)
|
||||||
|
actionpack (= 6.0.6.1)
|
||||||
|
actionview (= 6.0.6.1)
|
||||||
|
activejob (= 6.0.6.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.2.8.1)
|
actionpack (6.0.6.1)
|
||||||
actionview (= 5.2.8.1)
|
actionview (= 6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
activesupport (= 6.0.6.1)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actionview (5.2.8.1)
|
actiontext (6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
actionpack (= 6.0.6.1)
|
||||||
|
activerecord (= 6.0.6.1)
|
||||||
|
activestorage (= 6.0.6.1)
|
||||||
|
activesupport (= 6.0.6.1)
|
||||||
|
nokogiri (>= 1.8.5)
|
||||||
|
actionview (6.0.6.1)
|
||||||
|
activesupport (= 6.0.6.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
||||||
activejob (5.2.8.1)
|
activejob (6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
activesupport (= 6.0.6.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.8.1)
|
activemodel (6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
activesupport (= 6.0.6.1)
|
||||||
activerecord (5.2.8.1)
|
activerecord (6.0.6.1)
|
||||||
activemodel (= 5.2.8.1)
|
activemodel (= 6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
activesupport (= 6.0.6.1)
|
||||||
arel (>= 9.0)
|
activestorage (6.0.6.1)
|
||||||
activestorage (5.2.8.1)
|
actionpack (= 6.0.6.1)
|
||||||
actionpack (= 5.2.8.1)
|
activejob (= 6.0.6.1)
|
||||||
activerecord (= 5.2.8.1)
|
activerecord (= 6.0.6.1)
|
||||||
marcel (~> 1.0.0)
|
marcel (~> 1.0)
|
||||||
activesupport (5.2.8.1)
|
activesupport (6.0.6.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
addressable (2.8.4)
|
addressable (2.8.4)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
arel (9.0.0)
|
|
||||||
babel-source (5.8.35)
|
babel-source (5.8.35)
|
||||||
babel-transpiler (0.7.0)
|
babel-transpiler (0.7.0)
|
||||||
babel-source (>= 4.0, < 6)
|
babel-source (>= 4.0, < 6)
|
||||||
|
@ -108,8 +121,8 @@ GEM
|
||||||
factory_girl (~> 4.9.0)
|
factory_girl (~> 4.9.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ffi (1.12.2)
|
ffi (1.12.2)
|
||||||
globalid (0.4.2)
|
globalid (1.1.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 5.0)
|
||||||
globalize (6.2.1)
|
globalize (6.2.1)
|
||||||
activemodel (>= 4.2, < 7.1)
|
activemodel (>= 4.2, < 7.1)
|
||||||
activerecord (>= 4.2, < 7.1)
|
activerecord (>= 4.2, < 7.1)
|
||||||
|
@ -181,18 +194,20 @@ GEM
|
||||||
rack (>= 1.0, < 4)
|
rack (>= 1.0, < 4)
|
||||||
rack-test (2.1.0)
|
rack-test (2.1.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
rails (5.2.8.1)
|
rails (6.0.6.1)
|
||||||
actioncable (= 5.2.8.1)
|
actioncable (= 6.0.6.1)
|
||||||
actionmailer (= 5.2.8.1)
|
actionmailbox (= 6.0.6.1)
|
||||||
actionpack (= 5.2.8.1)
|
actionmailer (= 6.0.6.1)
|
||||||
actionview (= 5.2.8.1)
|
actionpack (= 6.0.6.1)
|
||||||
activejob (= 5.2.8.1)
|
actiontext (= 6.0.6.1)
|
||||||
activemodel (= 5.2.8.1)
|
actionview (= 6.0.6.1)
|
||||||
activerecord (= 5.2.8.1)
|
activejob (= 6.0.6.1)
|
||||||
activestorage (= 5.2.8.1)
|
activemodel (= 6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
activerecord (= 6.0.6.1)
|
||||||
|
activestorage (= 6.0.6.1)
|
||||||
|
activesupport (= 6.0.6.1)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.8.1)
|
railties (= 6.0.6.1)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-dom-testing (2.1.1)
|
rails-dom-testing (2.1.1)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
|
@ -200,15 +215,15 @@ GEM
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.5.0)
|
rails-html-sanitizer (1.5.0)
|
||||||
loofah (~> 2.19, >= 2.19.1)
|
loofah (~> 2.19, >= 2.19.1)
|
||||||
rails-i18n (5.1.3)
|
rails-i18n (7.0.7)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
railties (>= 5.0, < 6)
|
railties (>= 6.0.0, < 8)
|
||||||
railties (5.2.8.1)
|
railties (6.0.6.1)
|
||||||
actionpack (= 5.2.8.1)
|
actionpack (= 6.0.6.1)
|
||||||
activesupport (= 5.2.8.1)
|
activesupport (= 6.0.6.1)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
|
@ -224,9 +239,9 @@ GEM
|
||||||
actionview (>= 5)
|
actionview (>= 5)
|
||||||
request_store (1.5.1)
|
request_store (1.5.1)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
responders (2.4.1)
|
responders (3.1.0)
|
||||||
actionpack (>= 4.2.0, < 6.0)
|
actionpack (>= 5.2)
|
||||||
railties (>= 4.2.0, < 6.0)
|
railties (>= 5.2)
|
||||||
rest-client (2.1.0)
|
rest-client (2.1.0)
|
||||||
http-accept (>= 1.7.0, < 2.0)
|
http-accept (>= 1.7.0, < 2.0)
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
|
@ -251,8 +266,8 @@ GEM
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
sass (3.4.25)
|
sass (3.4.25)
|
||||||
sass-rails (5.0.7)
|
sass-rails (5.0.8)
|
||||||
railties (>= 4.0.0, < 6)
|
railties (>= 5.2.0)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sprockets-rails (>= 2.0, < 4.0)
|
||||||
|
@ -260,9 +275,9 @@ GEM
|
||||||
sprockets (3.7.2)
|
sprockets (3.7.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
sprockets-rails (3.2.2)
|
sprockets-rails (3.4.2)
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
temple (0.8.2)
|
temple (0.8.2)
|
||||||
thor (1.2.2)
|
thor (1.2.2)
|
||||||
|
@ -287,6 +302,7 @@ GEM
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.5)
|
websocket-extensions (0.1.5)
|
||||||
will_paginate (4.0.0)
|
will_paginate (4.0.0)
|
||||||
|
zeitwerk (2.6.11)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -310,8 +326,8 @@ DEPENDENCIES
|
||||||
openneo-auth-signatory (~> 0.1.0)
|
openneo-auth-signatory (~> 0.1.0)
|
||||||
parallel (~> 1.23)
|
parallel (~> 1.23)
|
||||||
rack-attack (~> 6.7)
|
rack-attack (~> 6.7)
|
||||||
rails (= 5.2.8.1)
|
rails (= 6.0.6.1)
|
||||||
rails-i18n (~> 5.1, >= 5.1.3)
|
rails-i18n (~> 7.0, >= 7.0.7)
|
||||||
rdiscount (~> 2.2, >= 2.2.7.1)
|
rdiscount (~> 2.2, >= 2.2.7.1)
|
||||||
react-rails (~> 2.7, >= 2.7.1)
|
react-rails (~> 2.7, >= 2.7.1)
|
||||||
record_tag_helper (~> 1.0, >= 1.0.1)
|
record_tag_helper (~> 1.0, >= 1.0.1)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
APP_PATH = File.expand_path('../config/application', __dir__)
|
||||||
require_relative '../config/boot'
|
require_relative '../config/boot'
|
||||||
require 'rails/commands'
|
require 'rails/commands'
|
||||||
|
|
12
bin/setup
12
bin/setup
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
include FileUtils
|
|
||||||
|
|
||||||
# path to your application root.
|
# path to your application root.
|
||||||
APP_ROOT = File.expand_path('..', __dir__)
|
APP_ROOT = File.expand_path('..', __dir__)
|
||||||
|
@ -9,24 +8,25 @@ def system!(*args)
|
||||||
system(*args) || abort("\n== Command #{args} failed ==")
|
system(*args) || abort("\n== Command #{args} failed ==")
|
||||||
end
|
end
|
||||||
|
|
||||||
chdir APP_ROOT do
|
FileUtils.chdir APP_ROOT do
|
||||||
# This script is a starting point to setup your application.
|
# This script is a way to setup or update your development environment automatically.
|
||||||
|
# This script is idempotent, so that you can run it at anytime and get an expectable outcome.
|
||||||
# Add necessary setup steps to this file.
|
# Add necessary setup steps to this file.
|
||||||
|
|
||||||
puts '== Installing dependencies =='
|
puts '== Installing dependencies =='
|
||||||
system! 'gem install bundler --conservative'
|
system! 'gem install bundler --conservative'
|
||||||
system('bundle check') || system!('bundle install')
|
system('bundle check') || system!('bundle install')
|
||||||
|
|
||||||
# Install JavaScript dependencies if using Yarn
|
# Install JavaScript dependencies
|
||||||
# system('bin/yarn')
|
# system('bin/yarn')
|
||||||
|
|
||||||
# puts "\n== Copying sample files =="
|
# puts "\n== Copying sample files =="
|
||||||
# unless File.exist?('config/database.yml')
|
# unless File.exist?('config/database.yml')
|
||||||
# cp 'config/database.yml.sample', 'config/database.yml'
|
# FileUtils.cp 'config/database.yml.sample', 'config/database.yml'
|
||||||
# end
|
# end
|
||||||
|
|
||||||
puts "\n== Preparing database =="
|
puts "\n== Preparing database =="
|
||||||
system! 'bin/rails db:setup'
|
system! 'bin/rails db:prepare'
|
||||||
|
|
||||||
puts "\n== Removing old logs and tempfiles =="
|
puts "\n== Removing old logs and tempfiles =="
|
||||||
system! 'bin/rails log:clear tmp:clear'
|
system! 'bin/rails log:clear tmp:clear'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
require File.expand_path('../boot', __FILE__)
|
require_relative 'boot'
|
||||||
|
|
||||||
require 'rails/all'
|
require 'rails/all'
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Bundler.require(*Rails.groups)
|
||||||
module OpenneoImpressItems
|
module OpenneoImpressItems
|
||||||
class Application < Rails::Application
|
class Application < Rails::Application
|
||||||
# Initialize configuration defaults for originally generated Rails version.
|
# Initialize configuration defaults for originally generated Rails version.
|
||||||
config.load_defaults 5.0
|
config.load_defaults 6.0
|
||||||
|
|
||||||
# Settings in config/environments/* take precedence over those specified here.
|
# Settings in config/environments/* take precedence over those specified here.
|
||||||
# Application configuration should go into files in config/initializers
|
# Application configuration should go into files in config/initializers
|
||||||
|
|
|
@ -2,7 +2,7 @@ development:
|
||||||
adapter: async
|
adapter: async
|
||||||
|
|
||||||
test:
|
test:
|
||||||
adapter: async
|
adapter: test
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: redis
|
adapter: redis
|
||||||
|
|
|
@ -16,6 +16,7 @@ Rails.application.configure do
|
||||||
# Run rails dev:cache to toggle caching.
|
# Run rails dev:cache to toggle caching.
|
||||||
if Rails.root.join('tmp', 'caching-dev.txt').exist?
|
if Rails.root.join('tmp', 'caching-dev.txt').exist?
|
||||||
config.action_controller.perform_caching = true
|
config.action_controller.perform_caching = true
|
||||||
|
config.action_controller.enable_fragment_cache_logging = true
|
||||||
|
|
||||||
config.cache_store = :memory_store
|
config.cache_store = :memory_store
|
||||||
config.public_file_server.headers = {
|
config.public_file_server.headers = {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
OpenneoImpressItems::Application.configure do
|
Rails.application.configure do
|
||||||
# Settings specified here will take precedence over those in config/application.rb.
|
# Settings specified here will take precedence over those in config/application.rb.
|
||||||
|
|
||||||
# Code is not reloaded between requests.
|
# Code is not reloaded between requests.
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
|
# The test environment is used exclusively to run your application's
|
||||||
|
# test suite. You never need to work with it otherwise. Remember that
|
||||||
|
# your test database is "scratch space" for the test suite and is wiped
|
||||||
|
# and recreated between test runs. Don't rely on the data there!
|
||||||
|
|
||||||
Rails.application.configure do
|
Rails.application.configure do
|
||||||
# Settings specified here will take precedence over those in config/application.rb.
|
# Settings specified here will take precedence over those in config/application.rb.
|
||||||
|
|
||||||
# The test environment is used exclusively to run your application's
|
|
||||||
# test suite. You never need to work with it otherwise. Remember that
|
|
||||||
# your test database is "scratch space" for the test suite and is wiped
|
|
||||||
# and recreated between test runs. Don't rely on the data there!
|
|
||||||
config.cache_classes = true
|
config.cache_classes = true
|
||||||
|
|
||||||
# Do not eager load code on boot. This avoids loading your whole application
|
# Do not eager load code on boot. This avoids loading your whole application
|
||||||
|
@ -21,6 +22,7 @@ Rails.application.configure do
|
||||||
# Show full error reports and disable caching.
|
# Show full error reports and disable caching.
|
||||||
config.consider_all_requests_local = true
|
config.consider_all_requests_local = true
|
||||||
config.action_controller.perform_caching = false
|
config.action_controller.perform_caching = false
|
||||||
|
config.cache_store = :null_store
|
||||||
|
|
||||||
# Raise exceptions instead of rendering exception templates.
|
# Raise exceptions instead of rendering exception templates.
|
||||||
config.action_dispatch.show_exceptions = false
|
config.action_dispatch.show_exceptions = false
|
||||||
|
@ -28,7 +30,7 @@ Rails.application.configure do
|
||||||
# Disable request forgery protection in test environment.
|
# Disable request forgery protection in test environment.
|
||||||
config.action_controller.allow_forgery_protection = false
|
config.action_controller.allow_forgery_protection = false
|
||||||
|
|
||||||
# Store uploaded files on the local file system in a temporary directory
|
# Store uploaded files on the local file system in a temporary directory.
|
||||||
config.active_storage.service = :test
|
config.active_storage.service = :test
|
||||||
|
|
||||||
config.action_mailer.perform_caching = false
|
config.action_mailer.perform_caching = false
|
||||||
|
@ -41,6 +43,6 @@ Rails.application.configure do
|
||||||
# Print deprecation notices to the stderr.
|
# Print deprecation notices to the stderr.
|
||||||
config.active_support.deprecation = :stderr
|
config.active_support.deprecation = :stderr
|
||||||
|
|
||||||
# Raises error for missing translations
|
# Raises error for missing translations.
|
||||||
# config.action_view.raise_on_missing_translations = true
|
# config.action_view.raise_on_missing_translations = true
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,6 +11,8 @@
|
||||||
# policy.object_src :none
|
# policy.object_src :none
|
||||||
# policy.script_src :self, :https
|
# policy.script_src :self, :https
|
||||||
# policy.style_src :self, :https
|
# policy.style_src :self, :https
|
||||||
|
# # If you are using webpack-dev-server then specify webpack-dev-server host
|
||||||
|
# policy.connect_src :self, :https, "http://localhost:3035", "ws://localhost:3035" if Rails.env.development?
|
||||||
|
|
||||||
# # Specify URI for violation reports
|
# # Specify URI for violation reports
|
||||||
# # policy.report_uri "/csp-violation-report-endpoint"
|
# # policy.report_uri "/csp-violation-report-endpoint"
|
||||||
|
@ -19,6 +21,9 @@
|
||||||
# If you are using UJS then enable automatic nonce generation
|
# If you are using UJS then enable automatic nonce generation
|
||||||
# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
|
# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
|
||||||
|
|
||||||
|
# Set the nonce only to specific directives
|
||||||
|
# Rails.application.config.content_security_policy_nonce_directives = %w(script-src)
|
||||||
|
|
||||||
# Report CSP violations to a specified URI
|
# Report CSP violations to a specified URI
|
||||||
# For further information see the following documentation:
|
# For further information see the following documentation:
|
||||||
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
|
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
# Specify a serializer for the signed and encrypted cookie jars.
|
# Specify a serializer for the signed and encrypted cookie jars.
|
||||||
# Valid options are :json, :marshal, and :hybrid.
|
# Valid options are :json, :marshal, and :hybrid.
|
||||||
Rails.application.config.action_dispatch.cookies_serializer = :marshal
|
Rails.application.config.action_dispatch.cookies_serializer = :json
|
||||||
|
|
BIN
vendor/cache/actioncable-5.2.8.1.gem
vendored
BIN
vendor/cache/actioncable-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actioncable-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/actioncable-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailbox-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/actionmailbox-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionmailer-5.2.8.1.gem
vendored
BIN
vendor/cache/actionmailer-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionmailer-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/actionmailer-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionpack-5.2.8.1.gem
vendored
BIN
vendor/cache/actionpack-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionpack-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/actionpack-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actiontext-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/actiontext-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/actionview-5.2.8.1.gem
vendored
BIN
vendor/cache/actionview-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/actionview-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/actionview-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activejob-5.2.8.1.gem
vendored
BIN
vendor/cache/activejob-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activejob-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/activejob-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activemodel-5.2.8.1.gem
vendored
BIN
vendor/cache/activemodel-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activemodel-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/activemodel-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activerecord-5.2.8.1.gem
vendored
BIN
vendor/cache/activerecord-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activerecord-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/activerecord-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activestorage-5.2.8.1.gem
vendored
BIN
vendor/cache/activestorage-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activestorage-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/activestorage-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/activesupport-5.2.8.1.gem
vendored
BIN
vendor/cache/activesupport-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/activesupport-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/activesupport-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/arel-9.0.0.gem
vendored
BIN
vendor/cache/arel-9.0.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/globalid-0.4.2.gem
vendored
BIN
vendor/cache/globalid-0.4.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/globalid-1.1.0.gem
vendored
Normal file
BIN
vendor/cache/globalid-1.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-5.2.8.1.gem
vendored
BIN
vendor/cache/rails-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/rails-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-i18n-5.1.3.gem
vendored
BIN
vendor/cache/rails-i18n-5.1.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-i18n-7.0.7.gem
vendored
Normal file
BIN
vendor/cache/rails-i18n-7.0.7.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/railties-5.2.8.1.gem
vendored
BIN
vendor/cache/railties-5.2.8.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/railties-6.0.6.1.gem
vendored
Normal file
BIN
vendor/cache/railties-6.0.6.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/responders-2.4.1.gem
vendored
BIN
vendor/cache/responders-2.4.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/responders-3.1.0.gem
vendored
Normal file
BIN
vendor/cache/responders-3.1.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/sass-rails-5.0.7.gem
vendored
BIN
vendor/cache/sass-rails-5.0.7.gem
vendored
Binary file not shown.
BIN
vendor/cache/sass-rails-5.0.8.gem
vendored
Normal file
BIN
vendor/cache/sass-rails-5.0.8.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/sprockets-rails-3.2.2.gem
vendored
BIN
vendor/cache/sprockets-rails-3.2.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/sprockets-rails-3.4.2.gem
vendored
Normal file
BIN
vendor/cache/sprockets-rails-3.4.2.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/zeitwerk-2.6.11.gem
vendored
Normal file
BIN
vendor/cache/zeitwerk-2.6.11.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue