Skip to content

Commit 9783530

Browse files
committed
Update Thor gem to address CVE
1 parent dbec818 commit 9783530

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
sdr_cli (0.2.0)
55
dotenv (~> 2.7)
66
faraday (~> 2.10.1)
7-
thor (~> 1.2.2)
7+
thor (~> 1.4.0)
88

99
GEM
1010
remote: https://rubygems.org/
@@ -165,7 +165,7 @@ GEM
165165
standard-performance (1.2.0)
166166
lint_roller (~> 1.1)
167167
rubocop-performance (~> 1.19.0)
168-
thor (1.2.2)
168+
thor (1.4.0)
169169
tzinfo (2.0.6)
170170
concurrent-ruby (~> 1.0)
171171
unf (0.1.4)

sdr_cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030

3131
spec.add_dependency "dotenv", "~> 2.7"
3232
spec.add_dependency "faraday", "~> 2.10.1"
33-
spec.add_dependency "thor", "~> 1.2.2"
33+
spec.add_dependency "thor", "~> 1.4.0"
3434
# spec.add_dependency "geo_combine", "~> 0.8.0"
3535
spec.add_development_dependency "solr_wrapper", "~> 4.0.2"
3636
spec.add_development_dependency "pry", "~> 0.14.2"

0 commit comments

Comments
 (0)