Skip to content

Commit f3a62e3

Browse files
author
Brian Kelly
authored
Merge pull request #15 from NYULibraries/gem-updates
Update gems to address Thor CVE
2 parents dbec818 + c8d5e8b commit f3a62e3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PATH
22
remote: .
33
specs:
4-
sdr_cli (0.2.0)
4+
sdr_cli (0.2.1)
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)
@@ -180,6 +180,7 @@ GEM
180180
PLATFORMS
181181
arm64-darwin-22
182182
arm64-darwin-23
183+
arm64-darwin-24
183184
x86_64-linux
184185

185186
DEPENDENCIES

lib/sdr_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SdrCli
4-
VERSION = "0.2.0"
4+
VERSION = "0.2.1"
55
end

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)