Skip to content

Commit 1bbc28b

Browse files
authored
Merge pull request #507 from wordpress-mobile/fix/activesupport
Restore activesupport dependency
2 parents 26631d0 + 1b8e6a8 commit 1bbc28b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- Adds `if_exists` parameter to `upload_to_s3` action, with possible values `:skip`, `:fail`, and `:replace`. [#495]
1616
- The `create_release` action now prints and returns the URL of the created GitHub Release. [#503]
17-
- Removes two dependencies bigdecimal and activesupport. [#504]
17+
- Removes `bigdecimal` dependency. [#504] [#507]
1818
- Supports Ruby 3. [#492, #493, #497, and #504]
1919

2020
### Bug Fixes

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PATH
22
remote: .
33
specs:
44
fastlane-plugin-wpmreleasetoolkit (8.1.0)
5+
activesupport (>= 6.1.7.1)
56
buildkit (~> 1.5)
67
chroma (= 0.2.0)
78
diffy (~> 3.3)
@@ -432,4 +433,4 @@ DEPENDENCIES
432433
yard
433434

434435
BUNDLED WITH
435-
2.4.13
436+
2.4.14

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
2424
# since this would cause a circular dependency
2525

2626
# spec.add_dependency 'your-dependency', '~> 1.0.0'
27+
spec.add_dependency 'activesupport', '>= 6.1.7.1' # Required for fastlane to not crash when importing this plugin
2728
spec.add_dependency 'buildkit', '~> 1.5'
2829
spec.add_dependency 'chroma', '0.2.0'
2930
spec.add_dependency 'diffy', '~> 3.3'

0 commit comments

Comments
 (0)