File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- g2_command (3.2.1 )
4
+ g2_command (3.2.0 )
5
5
activemodel (>= 5.0 )
6
6
activesupport (>= 5.0 )
7
7
dry-initializer (~> 3.0 )
267
267
268
268
PLATFORMS
269
269
arm64-darwin-22
270
+ arm64-darwin-23
270
271
271
272
DEPENDENCIES
272
273
appraisal
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Gem::Specification.new do |spec|
15
15
16
16
spec . metadata [ 'homepage_uri' ] = spec . homepage
17
17
spec . metadata [ 'source_code_uri' ] = 'https://github.com/g2crowd/g2_command'
18
+ spec . metadata [ 'rubygems_mfa_required' ] = 'true'
18
19
19
20
# Specify which files should be added to the gem when it is released.
20
21
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -29,4 +30,5 @@ Gem::Specification.new do |spec|
29
30
spec . add_dependency 'activesupport' , '>= 5.0'
30
31
spec . add_dependency 'dry-initializer' , '~> 3.0'
31
32
spec . add_dependency 'dry-monads' , '~> 1.3'
33
+ spec . metadata [ 'rubygems_mfa_required' ] = 'true'
32
34
end
You can’t perform that action at this time.
0 commit comments