Skip to content

Commit

Permalink
Allow figs in non-docker for now, we have to refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabyalter committed Jun 28, 2019
1 parent 7a16735 commit d987257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

require 'rails/all'

unless ENV['DOCKER']
# unless ENV['DOCKER']
require 'figs'
# Don't run this initializer on travis.
Figs.load(stage: Rails.env)
end
# end

# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.
Expand Down

0 comments on commit d987257

Please sign in to comment.