Skip to content

Commit ab7c09d

Browse files
authored
Merge pull request #290 from wordpress-mobile/revert-activesearch-v6-bump
Revert activesupport version bump
2 parents ab3d6db + ee5b7ab commit ab7c09d

File tree

3 files changed

+72
-27
lines changed

3 files changed

+72
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _None_
1919

2020
### Internal Changes
2121

22-
* Update the `BigDecimal` and `ActiveSupport` gems to clean up our `Gemfile` and improve future compatibility.
22+
_None_
2323

2424
## 1.3.1
2525

Gemfile.lock

Lines changed: 63 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ PATH
22
remote: .
33
specs:
44
fastlane-plugin-wpmreleasetoolkit (1.3.1)
5-
activesupport (~> 6.0)
6-
bigdecimal (~> 2.0)
5+
activesupport (~> 5)
6+
bigdecimal (~> 1.4)
77
chroma (= 0.2.0)
88
diffy (~> 3.3)
99
git (~> 1.3)
@@ -19,14 +19,16 @@ GEM
1919
remote: https://rubygems.org/
2020
specs:
2121
CFPropertyList (3.0.3)
22-
activesupport (6.1.4)
22+
activesupport (5.2.6)
2323
concurrent-ruby (~> 1.0, >= 1.0.2)
24-
i18n (>= 1.6, < 2)
25-
minitest (>= 5.1)
26-
tzinfo (~> 2.0)
27-
zeitwerk (~> 2.3)
24+
i18n (>= 0.7, < 2)
25+
minitest (~> 5.1)
26+
tzinfo (~> 1.1)
2827
addressable (2.7.0)
2928
public_suffix (>= 2.0.2, < 5.0)
29+
algoliasearch (1.27.5)
30+
httpclient (~> 2.8, >= 2.8.3)
31+
json (>= 1.5.1)
3032
artifactory (3.0.15)
3133
ast (2.4.2)
3234
atomos (0.1.3)
@@ -47,13 +49,50 @@ GEM
4749
aws-sigv4 (1.2.3)
4850
aws-eventstream (~> 1, >= 1.0.2)
4951
babosa (1.0.4)
50-
bigdecimal (2.0.3)
52+
bigdecimal (1.4.4)
5153
chroma (0.2.0)
5254
claide (1.0.3)
5355
claide-plugins (0.9.2)
5456
cork
5557
nap
5658
open4 (~> 1.3)
59+
cocoapods (1.10.2)
60+
addressable (~> 2.6)
61+
claide (>= 1.0.2, < 2.0)
62+
cocoapods-core (= 1.10.2)
63+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
64+
cocoapods-downloader (>= 1.4.0, < 2.0)
65+
cocoapods-plugins (>= 1.0.0, < 2.0)
66+
cocoapods-search (>= 1.0.0, < 2.0)
67+
cocoapods-trunk (>= 1.4.0, < 2.0)
68+
cocoapods-try (>= 1.1.0, < 2.0)
69+
colored2 (~> 3.1)
70+
escape (~> 0.0.4)
71+
fourflusher (>= 2.3.0, < 3.0)
72+
gh_inspector (~> 1.0)
73+
molinillo (~> 0.6.6)
74+
nap (~> 1.0)
75+
ruby-macho (~> 1.4)
76+
xcodeproj (>= 1.19.0, < 2.0)
77+
cocoapods-core (1.10.2)
78+
activesupport (> 5.0, < 6)
79+
addressable (~> 2.6)
80+
algoliasearch (~> 1.0)
81+
concurrent-ruby (~> 1.1)
82+
fuzzy_match (~> 2.0.4)
83+
nap (~> 1.0)
84+
netrc (~> 0.11)
85+
public_suffix
86+
typhoeus (~> 1.0)
87+
cocoapods-deintegrate (1.0.4)
88+
cocoapods-downloader (1.4.0)
89+
cocoapods-plugins (1.0.0)
90+
nap
91+
cocoapods-search (1.0.0)
92+
cocoapods-trunk (1.5.0)
93+
nap (>= 0.8, < 2.0)
94+
netrc (~> 0.11)
95+
cocoapods-try (1.2.0)
5796
codecov (0.5.2)
5897
simplecov (>= 0.15, < 0.22)
5998
coderay (1.1.3)
@@ -83,7 +122,6 @@ GEM
83122
danger
84123
rubocop (~> 1.0)
85124
declarative (0.0.20)
86-
diff-lcs (1.4.4)
87125
diffy (3.4.0)
88126
digest-crc (0.6.3)
89127
rake (>= 12.0.0, < 14.0.0)
@@ -92,6 +130,9 @@ GEM
92130
unf (>= 0.0.5, < 1.0.0)
93131
dotenv (2.7.6)
94132
emoji_regex (3.2.2)
133+
escape (0.0.4)
134+
ethon (0.14.0)
135+
ffi (>= 1.15.0)
95136
excon (0.81.0)
96137
faraday (1.4.2)
97138
faraday-em_http (~> 1.0)
@@ -152,6 +193,9 @@ GEM
152193
xcodeproj (>= 1.13.0, < 2.0.0)
153194
xcpretty (~> 0.3.0)
154195
xcpretty-travis-formatter (>= 0.0.3)
196+
ffi (1.15.3)
197+
fourflusher (2.3.1)
198+
fuzzy_match (2.0.4)
155199
gh_inspector (1.1.3)
156200
git (1.8.1)
157201
rchardet (~> 1.8)
@@ -217,11 +261,13 @@ GEM
217261
mini_mime (1.1.0)
218262
mini_portile2 (2.5.3)
219263
minitest (5.14.4)
264+
molinillo (0.6.6)
220265
multi_json (1.15.0)
221266
multipart-post (2.0.0)
222267
nanaimo (0.3.0)
223268
nap (1.1.0)
224269
naturally (2.2.1)
270+
netrc (0.11.0)
225271
no_proxy_fix (0.1.2)
226272
nokogiri (1.11.7)
227273
mini_portile2 (~> 2.5.0)
@@ -260,18 +306,8 @@ GEM
260306
rexml (3.2.5)
261307
rmagick (4.2.2)
262308
rouge (2.0.7)
263-
rspec (3.10.0)
264-
rspec-core (~> 3.10.0)
265-
rspec-expectations (~> 3.10.0)
266-
rspec-mocks (~> 3.10.0)
267309
rspec-core (3.10.1)
268310
rspec-support (~> 3.10.0)
269-
rspec-expectations (3.10.1)
270-
diff-lcs (>= 1.2.0, < 2.0)
271-
rspec-support (~> 3.10.0)
272-
rspec-mocks (3.10.2)
273-
diff-lcs (>= 1.2.0, < 2.0)
274-
rspec-support (~> 3.10.0)
275311
rspec-support (3.10.2)
276312
rspec_junit_formatter (0.4.1)
277313
rspec-core (>= 2, < 4, != 2.12.0)
@@ -291,6 +327,7 @@ GEM
291327
rubocop-rspec (2.3.0)
292328
rubocop (~> 1.0)
293329
rubocop-ast (>= 1.1.0)
330+
ruby-macho (1.4.0)
294331
ruby-progressbar (1.11.0)
295332
ruby2_keywords (0.0.4)
296333
rubyzip (2.3.0)
@@ -313,13 +350,16 @@ GEM
313350
simplecov-html (0.10.2)
314351
terminal-notifier (2.0.0)
315352
terminal-table (1.6.0)
353+
thread_safe (0.3.6)
316354
trailblazer-option (0.1.1)
317355
tty-cursor (0.7.1)
318356
tty-screen (0.8.1)
319357
tty-spinner (0.9.3)
320358
tty-cursor (~> 0.7)
321-
tzinfo (2.0.4)
322-
concurrent-ruby (~> 1.0)
359+
typhoeus (1.4.0)
360+
ethon (>= 0.9.0)
361+
tzinfo (1.2.9)
362+
thread_safe (~> 0.1)
323363
uber (0.1.0)
324364
unf (0.1.4)
325365
unf_ext
@@ -342,21 +382,20 @@ GEM
342382
xcpretty-travis-formatter (1.0.1)
343383
xcpretty (~> 0.2, >= 0.0.7)
344384
yard (0.9.26)
345-
zeitwerk (2.4.2)
346385

347386
PLATFORMS
348387
ruby
349388

350389
DEPENDENCIES
351390
bundler (~> 2.0)
391+
cocoapods (~> 1.10)
352392
codecov
353393
danger (~> 8.0)
354394
danger-rubocop (~> 0.6)
355395
fastlane (~> 2)
356396
fastlane-plugin-wpmreleasetoolkit!
357397
pry (~> 0.12.2)
358398
rmagick (~> 4.1)
359-
rspec
360399
rspec_junit_formatter (~> 0.4.1)
361400
rubocop (~> 1.0)
362401
rubocop-require_tools (~> 0.1.2)
@@ -366,4 +405,4 @@ DEPENDENCIES
366405
yard
367406

368407
BUNDLED WITH
369-
2.2.22
408+
2.2.23

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ Gem::Specification.new do |spec|
4343
spec.add_dependency 'progress_bar', '~> 1.3'
4444
spec.add_dependency 'parallel', '~> 1.14'
4545
spec.add_dependency 'chroma', '0.2.0'
46-
spec.add_dependency 'activesupport', '~> 6.0'
47-
spec.add_dependency 'bigdecimal', '~> 2.0'
46+
spec.add_dependency 'activesupport', '~> 5'
47+
# Some of the upstream code uses `BigDecimal.new` which version 2.0 of the
48+
# `bigdecimal` gem removed. Until we'll find the time to identify the
49+
# dependencies and see if we can move them to something compatible with
50+
# modern `bigdecimal`, let's constrain the gem to a version still supporting
51+
# `.new` but which warns about it deprecation.
52+
spec.add_dependency 'bigdecimal', '~> 1.4'
4853

4954
spec.add_development_dependency 'pry', '~> 0.12.2'
5055
spec.add_development_dependency 'bundler', '~> 2.0'
@@ -56,4 +61,5 @@ Gem::Specification.new do |spec|
5661
spec.add_development_dependency 'simplecov', '~> 0.16.1'
5762
spec.add_development_dependency 'fastlane', '~> 2'
5863
spec.add_development_dependency 'rmagick', '~> 4.1'
64+
spec.add_development_dependency 'cocoapods', '~> 1.10'
5965
end

0 commit comments

Comments
 (0)