Skip to content

Commit e1444fd

Browse files
committed
Update activesupport to fix a security issue
1 parent 7363d4e commit e1444fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
fastlane-plugin-wpmreleasetoolkit (6.3.0)
5-
activesupport (>= 5, < 8)
5+
activesupport (>= 6.1.7.1)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
88
chroma (= 0.2.0)

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
# since this would cause a circular dependency
2626

2727
# spec.add_dependency 'your-dependency', '~> 1.0.0'
28-
spec.add_dependency 'activesupport', '>= 5', '< 8'
28+
spec.add_dependency 'activesupport', '>= 6.1.7.1'
2929
spec.add_dependency 'buildkit', '~> 1.5'
3030
spec.add_dependency 'chroma', '0.2.0'
3131
spec.add_dependency 'diffy', '~> 3.3'
@@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
5050

5151
spec.add_development_dependency 'bundler', '~> 2.0'
5252
spec.add_development_dependency 'cocoapods', '~> 1.10'
53-
# Use at least Fastlene 2.210.0 to ensure compatibility with the Xcode 14 toolchain
53+
# Use at least Fastlane 2.210.0 to ensure compatibility with the Xcode 14 toolchain
5454
# See https://github.com/fastlane/fastlane/releases/tag/2.210.0
5555
spec.add_development_dependency 'fastlane', '~> 2.210'
5656
spec.add_development_dependency 'pry', '~> 0.12.2'

0 commit comments

Comments
 (0)