Skip to content

Commit

Permalink
Loosen ActiveSupport version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jan 15, 2021
1 parent 41d9f11 commit 50b134f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
cocoapods-core (1.10.1)
activesupport (~> 6.0)
activesupport (>= 5.0, < 7)
addressable (~> 2.6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
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', '~> 6.0'
s.add_runtime_dependency 'activesupport', '>= 5.0', '< 7'
s.add_runtime_dependency 'nap', '~> 1.0'
s.add_runtime_dependency 'fuzzy_match', '~> 2.0.4'
s.add_runtime_dependency 'algoliasearch', '~> 1.0'
Expand Down

0 comments on commit 50b134f

Please sign in to comment.