Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,5 @@ group :production do
end

gem 'rollbar'
gem 'skylight'

gem "carrierwave-aws", "~> 1.6"
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,6 @@ GEM
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
skylight (6.0.4)
activesupport (>= 5.2.0)
slop (3.6.0)
snaky_hash (2.0.1)
hashie
Expand Down Expand Up @@ -607,7 +605,6 @@ DEPENDENCIES
simple_form
simplecov
simplecov-lcov
skylight
sprockets-rails
stimulus-rails
stripe
Expand Down
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ class Application < Rails::Application
# Related to https://stackoverflow.com/questions/72970170/upgrading-to-rails-6-1-6-1-causes-psychdisallowedclass-tried-to-load-unspecif
# and https://discuss.rubyonrails.org/t/cve-2022-32224-possible-rce-escalation-bug-with-serialized-columns-in-active-record/81017
config.active_record.yaml_column_permitted_classes = [Symbol, Date, Time, ActiveSupport::TimeWithZone, ActiveSupport::TimeZone, ActiveSupport::HashWithIndifferentAccess]
# Allow Skylight to show insights from local development.
# More info at https://skylight.io/support/environments
config.skylight.environments << 'development'

config.active_record.belongs_to_required_by_default = true
end
Expand Down