Skip to content

Commit

Permalink
Require active_support/core_ext in cocoapods.rb to fix #12089
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaykasyanov committed Oct 12, 2023
1 parent 2164788 commit ee5acbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cocoapods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# result in a I18n deprecation warning, we load those here now so that we can
# get rid of that warning.
require 'active_support'
require 'active_support/core_ext'
require 'active_support/core_ext/string/strip'
require 'active_support/core_ext/string/inflections'
require 'active_support/core_ext/array/conversions'
Expand Down

0 comments on commit ee5acbe

Please sign in to comment.