Skip to content

Commit

Permalink
Merge pull request #4178 from fjordllc/chore/remove-sucker_punch
Browse files Browse the repository at this point in the history
sucker_punchを削除
  • Loading branch information
komagata authored Feb 8, 2022
2 parents d9b6902 + 72eab6e commit 328bbca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -583,7 +581,6 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
stripe
stripe-i18n!
sucker_punch (~> 2.0)
traceroute
vcr!
view_source_map
Expand Down
1 change: 0 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 328bbca

Please sign in to comment.