malkoG/YiMattHong

Rails 7 버전으로 업그레이드

Opened this issue · 2 comments

호환성 여부 체크리스트

  • gem 'pg', '>= 0.18', '< 2.0'
  • gem 'activeadmin'
  • gem 'devise'
  • gem 'puma', '~> 4.1'
  • gem 'sass-rails', '>= 6'
  • gem 'importmap-rails'
  • gem 'turbolinks', '~> 5'
  • gem 'jbuilder', '~> 2.7'
  • gem 'redis', '~> 4.1'
  • gem 'sidekiq', '~> 6.0.5'
  • gem 'sidekiq-cron'
  • gem 'bootsnap', '>= 1.4.2', require: false
  • gem 'discordrb'
  • gem "view_component", require: "view_component/engine"
  • gem "fcm"
  • gem 'hongik_sso', github: 'malkoG/hongik-sso', branch: 'main'
  • gem 'kaminari', '~> 1.2.0'
  • gem 'pg_search', '~> 2.3'
  • gem 'gimchi', '~> 0.2.1'
  • gem "action-cable-testing", "~> 0.5.0"
  • gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  • gem 'dotenv-rails'
  • gem "rspec"
  • gem "rspec-core", git: "https://github.com/rspec/rspec-core"
  • gem "rspec-expectations", git: "https://github.com/rspec/rspec-expectations"
  • gem "rspec-mocks", git: "https://github.com/rspec/rspec-mocks"
  • gem "rspec-rails", git: "https://github.com/rspec/rspec-rails"
  • gem "rspec-support", git: "https://github.com/rspec/rspec-support"
  • gem 'factory_bot_rails'
  • gem 'timecop'
  • gem 'faker'
  • gem 'rspec-sidekiq'
  • gem 'webmock'
  • gem 'capybara'
  • gem 'shoulda-matchers'
  • gem 'web-console', '>= 3.3.0'
  • gem 'listen', '~> 3.2'
  • gem 'spring'
  • gem 'spring-watcher-listen', '~> 2.0.0'
  • gem 'solargraph'
  • gem 'traceroute'
  • gem 'brakeman'
  • gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
  • gem "rubocop", "~> 1.0"

rspec-rails는 아직 rails 7 support 진행중인 것으로 파악됨.