Sha256: 6b390f7eaf1eda7929479904aa0c9c67239e95a9a61a2732f9b24e7c63c6a06c
Contents?: true
Size: 384 Bytes
Versions: 6
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
6 entries across 6 versions & 1 rubygems