Skip to content

Commit

Permalink
removes skylight
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhryan committed May 19, 2015
1 parent f8503b3 commit 6fff590
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ gem 'faye_extensions', path: 'vendor/gems/faye_extensions'
gem 'responders'
gem 'stripe-rails'
gem 'heroku-deflater', group: :production
gem 'skylight', require: nil

group :development, :test do
#gem 'byebug'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ GEM
sinatra_auth_github (1.2.0)
sinatra (~> 1.0)
warden-github (~> 1.2.0)
skylight (0.6.0)
activesupport (>= 3.0.0)
slop (3.6.0)
solid_use_case (2.1.1)
deterministic (~> 0.6.0)
Expand Down Expand Up @@ -470,7 +468,6 @@ DEPENDENCIES
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
sinatra_auth_github
skylight
solid_use_case
spring
sprockets-rails (= 3.0.0.beta1)
Expand Down
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

if ENV["HUBOARD_ENV"] == 'production'
require 'saas'
require 'skylight'
end

module HuboardWeb
Expand Down

0 comments on commit 6fff590

Please sign in to comment.