Skip to content

Commit 9f49489

Browse files
Merge pull request #2308 from mroderick/remove-skylight
chore: remove skylight
2 parents 8776650 + e8daaf0 commit 9f49489

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@ group :production do
117117
end
118118

119119
gem 'rollbar'
120-
gem 'skylight'
121120

122121
gem "carrierwave-aws", "~> 1.6"

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,6 @@ GEM
479479
simplecov-html (0.12.3)
480480
simplecov-lcov (0.8.0)
481481
simplecov_json_formatter (0.1.4)
482-
skylight (6.0.4)
483-
activesupport (>= 5.2.0)
484482
slop (3.6.0)
485483
snaky_hash (2.0.1)
486484
hashie
@@ -607,7 +605,6 @@ DEPENDENCIES
607605
simple_form
608606
simplecov
609607
simplecov-lcov
610-
skylight
611608
sprockets-rails
612609
stimulus-rails
613610
stripe

config/application.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ class Application < Rails::Application
5353
# Related to https://stackoverflow.com/questions/72970170/upgrading-to-rails-6-1-6-1-causes-psychdisallowedclass-tried-to-load-unspecif
5454
# and https://discuss.rubyonrails.org/t/cve-2022-32224-possible-rce-escalation-bug-with-serialized-columns-in-active-record/81017
5555
config.active_record.yaml_column_permitted_classes = [Symbol, Date, Time, ActiveSupport::TimeWithZone, ActiveSupport::TimeZone, ActiveSupport::HashWithIndifferentAccess]
56-
# Allow Skylight to show insights from local development.
57-
# More info at https://skylight.io/support/environments
58-
config.skylight.environments << 'development'
5956

6057
config.active_record.belongs_to_required_by_default = true
6158
end

0 commit comments

Comments
 (0)