From 9329b004809b64c3972493480ce5fb64d1d57da5 Mon Sep 17 00:00:00 2001 From: Thein Lin Kyaw Date: Thu, 2 Nov 2023 17:06:32 +0630 Subject: [PATCH] bundler 2.4.21 --- Gemfile.lock | 2 +- config/application.rb | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7ec8be51..b91f774f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -413,4 +413,4 @@ RUBY VERSION ruby 2.6.5p114 BUNDLED WITH - 2.2.7 + 2.4.21 diff --git a/config/application.rb b/config/application.rb index 23da2be9..8fe1aca3 100755 --- a/config/application.rb +++ b/config/application.rb @@ -2,9 +2,6 @@ require_relative 'boot' require 'csv' require 'rails/all' -# require 'iconv' -# require 'openssl' -# OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. @@ -19,6 +16,7 @@ module SXRestaurants # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. config.i18n.default_locale = :'en' # English 'en' + config.i18n.fallbacks = [I18n.default_locale] config.active_record.time_zone_aware_types = [:datetime, :time] config.active_job.queue_adapter = :sidekiq