Skip to content

Commit

Permalink
remove skylight
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Jul 25, 2024
1 parent a939d85 commit e1aa72a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
13 changes: 6 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@ gem 'omniauth-tara', github: 'internetee/omniauth-tara'
gem 'pagy', '~> 6.0'
gem 'pdfkit'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 6.4.2'
gem 'pg_search'
gem 'propshaft'
gem 'puma', '~> 6.4.2'
gem 'rails', '>= 6.0.3.5'
gem 'rails-i18n'
gem 'recaptcha'
gem 'redis', '~> 5.0'
gem 'ruby-openai'
gem 'scenic'
gem 'simpleidn'
gem 'skylight'
gem 'turbo-rails'
gem 'valvat'
gem 'view_component'
Expand All @@ -53,12 +52,12 @@ group :development, :test do
gem 'pry'

# https://github.com/rubocop/rubocop-performance
gem 'rubocop'
gem 'rubocop-packaging'
gem 'rubocop-performance', require: false
gem "ruby-lsp"
gem "rubocop"
gem "rubocop-packaging"
gem "rubocop-rspec"
gem "rubocop-shopify"
gem 'rubocop-rspec'
gem 'rubocop-shopify'
gem 'ruby-lsp'
# gem "rubocop-thread_safety"
end

Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ GEM
simplecov_json_formatter (0.1.4)
simpleidn (0.2.1)
unf (~> 0.1.4)
skylight (5.3.4)
activesupport (>= 5.2.0)
sorbet-runtime (0.5.11164)
spy (1.0.5)
stimulus-rails (1.2.1)
Expand Down Expand Up @@ -539,7 +537,6 @@ DEPENDENCIES
scenic
simplecov
simpleidn
skylight
spy
turbo-rails
valvat
Expand Down
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,5 @@ class Application < Rails::Application
config.action_mailer.default_url_options = {
host: config.customization.dig(:mailer, :host)
}

config.skylight.environments = %w[development staging]
end
end

0 comments on commit e1aa72a

Please sign in to comment.