require 'dotenv' require 'dotenv/environment' class Dotgpg class Environment < Dotenv::Environment VERSION = "0.2.1" end end