Sha256: 9ac03da966ffbb1f59e7419a8baa6b3f9495c413cf89cdb79cce54e063834e03
Contents?: true
Size: 384 Bytes
Versions: 8
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true unless defined?(DEVISE_JWT_AUTH_ORM) DEVISE_JWT_AUTH_ORM = (ENV['DEVISE_JWT_AUTH_ORM'] || :active_record).to_sym end # Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../Gemfile', __dir__) require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE']) $LOAD_PATH.unshift File.expand_path('../../../lib', __dir__)
Version data entries
8 entries across 8 versions & 3 rubygems