File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11PATH
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
99GEM
1010 remote: https://rubygems.org/
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 )
180180PLATFORMS
181181 arm64-darwin-22
182182 arm64-darwin-23
183+ arm64-darwin-24
183184 x86_64-linux
184185
185186DEPENDENCIES
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SdrCli
4- VERSION = "0.2.0 "
4+ VERSION = "0.2.1 "
55end
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments