Skip to content

Commit

Permalink
[DEVX] Specify dependency version by using ~> 0.0.1, fix typo (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kml authored Jun 17, 2024
1 parent a57c7ed commit 4bb8965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ This is a monorepo. Please follow to each gem's directory to get more insights.

## features-parser

[features-parser](./features-parser/README.md) gems is a helper for cucumber-distrib runner. cucumber-distrib is not open-sourced.
[features-parser](./features-parser/README.md) gem is a helper for cucumber-distrib runner. cucumber-distrib is not open-sourced.
2 changes: 1 addition & 1 deletion rspec-distrib/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
remote: .
specs:
rspec-distrib (0.0.1)
distrib-core
distrib-core (~> 0.0.1)
rspec-core (~> 3.12)

GEM
Expand Down
2 changes: 1 addition & 1 deletion rspec-distrib/rspec-distrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.bindir = 'exe'
s.executables = ['rspec-distrib']

s.add_dependency 'distrib-core'
s.add_dependency 'distrib-core', '~> 0.0.1'
s.add_dependency 'rspec-core', '~> 3.12'

s.metadata['rubygems_mfa_required'] = 'true'
Expand Down

0 comments on commit 4bb8965

Please sign in to comment.