Skip to content

Commit

Permalink
Remove skylight
Browse files Browse the repository at this point in the history
  • Loading branch information
zacstewart committed Oct 3, 2021
1 parent 470b997 commit 9977e47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ PATH
rake
sequel
sinatra
skylight

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -127,10 +126,6 @@ GEM
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)
skylight (4.1.2)
skylight-core (= 4.1.2)
skylight-core (4.1.2)
activesupport (>= 4.2.0)
stringex (1.5.1)
thread_safe (0.3.6)
tilt (2.0.9)
Expand Down
2 changes: 0 additions & 2 deletions lib/tech404logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def self.logger
end

def self.preboot
Skylight.start!(env: environment)

DataMapper::Logger.new(STDOUT, :debug)
DataMapper.setup(:default, ENV['DATABASE_URL'])
DataMapper.finalize
Expand Down
1 change: 0 additions & 1 deletion tech404-index.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rake'
spec.add_dependency 'sequel'
spec.add_dependency 'sinatra'
spec.add_dependency 'skylight'

spec.add_development_dependency 'byebug'
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit 9977e47

Please sign in to comment.