Skip to content

Commit

Permalink
Remove ActiveSupport (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Feb 23, 2023
1 parent 3e812cf commit f9640ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/bin/update-script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def peer_dependency_should_update_instead?(dependency_name, updated_deps, files,
end
end

ActiveSupport::Notifications.subscribe(/excon/) do |*args|
Dependabot::SimpleInstrumentor.subscribe do |*args|
name = args.first

payload = args.last
Expand Down

0 comments on commit f9640ab

Please sign in to comment.