bundler 2.4.21

This commit is contained in:
Thein Lin Kyaw
2023-11-02 17:06:32 +06:30
parent 564cd882d1
commit 9329b00480
2 changed files with 2 additions and 4 deletions

View File

@@ -413,4 +413,4 @@ RUBY VERSION
ruby 2.6.5p114
BUNDLED WITH
2.2.7
2.4.21

View File

@@ -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