Skip to content

Commit

Permalink
Release 0.10.1 with updated inferno_core v0.5 (#12)
Browse files Browse the repository at this point in the history
* bump inferno core

* bump version
  • Loading branch information
360dgries authored Nov 7, 2024
1 parent 0526b6d commit 6b891bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
davinci_plan_net_test_kit (0.10.0)
inferno_core (>= 0.4.37)
davinci_plan_net_test_kit (0.10.1)
inferno_core (>= 0.5.0)
tls_test_kit (~> 0.2.0)

GEM
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
mustermann (~> 1.0)
mustermann-contrib (~> 1.0)
rack (~> 2.0)
hanami-utils (2.1.0)
hanami-utils (2.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-transformer (~> 1.0, < 2)
Expand All @@ -133,7 +133,7 @@ GEM
domain_name (~> 0.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.4.44)
inferno_core (0.5.0)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1105)
mini_portile2 (2.8.7)
minitest (5.25.1)
multi_json (1.15.0)
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.4.0)
tls_test_kit (0.2.2)
tls_test_kit (0.2.3)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
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.37'
spec.add_runtime_dependency 'inferno_core', '>= 0.5.0'
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
2 changes: 1 addition & 1 deletion lib/davinci_plan_net_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciPlanNetTestKit
VERSION = '0.10.0'
VERSION = '0.10.1'
end

0 comments on commit 6b891bf

Please sign in to comment.