diff --git a/Gemfile b/Gemfile index db75684bd27..d3658228e4f 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,6 @@ gem 'sorcery', '~> 0.16.2' gem 'sorcery-jwt' gem 'stripe' gem 'stripe-i18n', git: 'https://github.com/komagata/stripe-i18n', branch: 'update-depencency' -gem 'sucker_punch', '~> 2.0' group :development, :test do gem 'byebug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index ef0711ad1d2..0c7d2b0cf4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -466,8 +466,6 @@ GEM unicode_utils (~> 1.4) strings-ansi (0.2.0) stripe (5.43.0) - sucker_punch (2.1.2) - concurrent-ruby (~> 1.0) temple (0.8.2) thor (1.2.1) tilt (2.0.10) @@ -583,7 +581,6 @@ DEPENDENCIES spring-watcher-listen (~> 2.0.0) stripe stripe-i18n! - sucker_punch (~> 2.0) traceroute vcr! view_source_map diff --git a/config/environments/production.rb b/config/environments/production.rb index 7cd341671cf..3bfc7efe208 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -63,7 +63,6 @@ # Use a real queuing backend for Active Job (and separate queues per environment). # config.active_job.queue_adapter = :resque # config.active_job.queue_name_prefix = "bootcamp_production" - config.active_job.queue_adapter = :sucker_punch config.action_mailer.perform_caching = true