Skip to content

Instantly share code, notes, and snippets.

View JoseCed's full-sized avatar

Jose Cedeño JoseCed

View GitHub Profile
Caused by:
DEBUG [f24c3917] NameError: uninitialized constant Dotenv
DEBUG [f24c3917] /home/deploy/lustyPalace/shared/bundle/ruby/2.5.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:60:in `block in load_missing_constant'
/home/deploy/lustyPalace/shared/bundle/ruby/2.5.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:16:in `allow_bootsnap_retry'
/home/deploy/lustyPalace/shared/bundle/ruby/2.5.0/gems/bootsnap-1.4.3/lib/bootsnap/load_path_cache/core_ext/active_support.rb:59:in `load_missing_constant'
/home/deploy/lustyPalace/releases/20190606142938/config/application.rb:23:in `<top (required)>'
/home/deploy/lustyPalace/releases/20190606142938/Rakefile:4:in `require_relative'
/home/deploy/lustyPalace/releases/20190606142938/Rakefile:4:in `<top (required)>'
/home/deploy/lustyPalace/shared/bundle/ruby/2.5.0/gems/rake-12.3.2/exe/rake:27:in `<top (required)>'
/home/deploy/.rbenv/versions/2.5.1/bin/bundle:23:in `load'
# Load DSL and set up stages
require "capistrano/setup"
# Include default deployment tasks
require "capistrano/deploy"
# Load the SCM plugin appropriate to your project:
#
# require "capistrano/scm/hg"
# install_plugin Capistrano::SCM::Hg
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.2'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server