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