Skip to content

Commit

Permalink
Merge pull request CocoaPods#266 from kattrali/update-activesupport-r…
Browse files Browse the repository at this point in the history
…untime-dependency

Change required activesupport version to >=4.0.2
  • Loading branch information
kylef committed Sep 23, 2015
2 parents b71e94c + 5fd1293 commit 09e9664
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CocoaPods Core Changelog

## Master

##### Bug Fixes

* Fixes crash when using plugins where activesupport 4 was not installed.
[Delisa Mason](https://github.com/kattrali)
[#266](https://github.com/CocoaPods/Core/pull/266)

## 0.39.0.beta.4 (2015-09-02)

This version only introduces changes in the CocoaPods gem.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cocoapods-core (0.39.0.beta.4)
activesupport (>= 3.2.15)
activesupport (>= 4.0.2)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)

Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
rb-kqueue (>= 0.2)
metaclass (0.0.4)
method_source (0.8.2)
minitest (5.8.0)
minitest (5.8.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2)
Expand Down
2 changes: 1 addition & 1 deletion cocoapods-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*.rb"] + %w{ README.md LICENSE }
s.require_paths = %w{ lib }

s.add_runtime_dependency 'activesupport', '>= 3.2.15'
s.add_runtime_dependency 'activesupport', '>= 4.0.2'
s.add_runtime_dependency 'nap', '~> 1.0'
s.add_runtime_dependency 'fuzzy_match', "~> 2.0.4"

Expand Down

0 comments on commit 09e9664

Please sign in to comment.