Skip to content

Commit

Permalink
Bump core version in gemspec (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehall authored Jun 6, 2024
1 parent 661d877 commit ed7f3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
davinci_plan_net_test_kit (0.9.1)
inferno_core (>= 0.4.21)
inferno_core (>= 0.4.37)
tls_test_kit (~> 0.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion davinci_plan_net_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.description = 'DaVinci Plan Net Test Kit'
spec.homepage = 'https://github.com/inferno-framework/davinci-plan-net-test-kit'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '>= 0.4.21'
spec.add_runtime_dependency 'inferno_core', '>= 0.4.37'
spec.add_runtime_dependency 'tls_test_kit', '~> 0.2.0'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
Expand Down

0 comments on commit ed7f3fd

Please sign in to comment.