Skip to content

Commit

Permalink
Merge pull request #12091 from careem/further-activesupport-7.1.0-fixes
Browse files Browse the repository at this point in the history
Require active_support/core_ext in cocoapods.rb to fix #12089
  • Loading branch information
amorde committed Oct 15, 2023
2 parents 2164788 + 6f82923 commit 00b92c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* Fix a crash when running with activesupport 7.1.0.
[MCanhisares](https://github.com/MCanhisares)
[#12081](https://github.com/CocoaPods/CocoaPods/issues/12081)
* Fix another crash when running with activesupport 7.1.0.
[movila](https://github.com/movila)
[#12089](https://github.com/CocoaPods/CocoaPods/issues/12089)


## 1.13.0 (2023-09-22)
Expand Down
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 00b92c8

Please sign in to comment.