Skip to content

Commit 5543ea7

Browse files
committed
Upgrade to ActiveSupport 6
1 parent b17ba42 commit 5543ea7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
cocoapods-core (1.10.1)
5-
activesupport (> 5.0, < 6)
5+
activesupport (~> 6.0)
66
addressable (~> 2.6)
77
algoliasearch (~> 1.0)
88
concurrent-ruby (~> 1.1)
@@ -15,11 +15,12 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
activesupport (5.2.4.4)
18+
activesupport (6.1.1)
1919
concurrent-ruby (~> 1.0, >= 1.0.2)
20-
i18n (>= 0.7, < 2)
21-
minitest (~> 5.1)
22-
tzinfo (~> 1.1)
20+
i18n (>= 1.6, < 2)
21+
minitest (>= 5.1)
22+
tzinfo (~> 2.0)
23+
zeitwerk (~> 2.3)
2324
addressable (2.7.0)
2425
public_suffix (>= 2.0.2, < 5.0)
2526
algoliasearch (1.27.5)
@@ -82,18 +83,18 @@ GEM
8283
ruby-progressbar (~> 1.7)
8384
unicode-display_width (~> 1.0, >= 1.0.1)
8485
ruby-progressbar (1.10.1)
85-
thread_safe (0.3.6)
8686
typhoeus (1.4.0)
8787
ethon (>= 0.9.0)
88-
tzinfo (1.2.9)
89-
thread_safe (~> 0.1)
88+
tzinfo (2.0.4)
89+
concurrent-ruby (~> 1.0)
9090
unicode-display_width (1.7.0)
9191
vcr (6.0.0)
9292
webmock (3.11.0)
9393
addressable (>= 2.3.6)
9494
crack (>= 0.3.2)
9595
hashdiff (>= 0.4.0, < 2.0.0)
9696
webrick (1.7.0)
97+
zeitwerk (2.4.2)
9798

9899
PLATFORMS
99100
ruby

cocoapods-core.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ Gem::Specification.new do |s|
1919
s.files = Dir["lib/**/*.rb"] + %w{ README.md LICENSE }
2020
s.require_paths = %w{ lib }
2121

22-
# 6.0 requires Ruby 2.5.0
23-
s.add_runtime_dependency 'activesupport', '> 5.0', '< 6'
22+
s.add_runtime_dependency 'activesupport', '~> 6.0'
2423
s.add_runtime_dependency 'nap', '~> 1.0'
2524
s.add_runtime_dependency 'fuzzy_match', '~> 2.0.4'
2625
s.add_runtime_dependency 'algoliasearch', '~> 1.0'

0 commit comments

Comments
 (0)