Skip to content

Commit

Permalink
Release 0.10.6 with updated inferno_core v0.5 and us_core_test_kit v0…
Browse files Browse the repository at this point in the history
….9 dependencies (#31)

* update us core and bulk data dependencies

* update lock file

* bump pdex version patch
  • Loading branch information
Shaumik-Ashraf authored Nov 7, 2024
1 parent ba0dc9d commit 4d2cbff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
davinci_pdex_test_kit (0.10.5)
bulk_data_test_kit (~> 0.10)
davinci_pdex_test_kit (0.10.6)
bulk_data_test_kit (~> 0.10.0)
inferno_core (~> 0.5.0)
us_core_test_kit (~> 0.8)
us_core_test_kit (~> 0.9.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -77,9 +77,9 @@ GEM
dry-inflector (~> 1.0, < 2)
dry-transformer (1.0.1)
zeitwerk (~> 2.6)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faker (3.4.1)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (1.10.4)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
dry-core (~> 1.0, < 2)
dry-transformer (~> 1.0, < 2)
hansi (0.2.1)
hashdiff (1.1.0)
hashdiff (1.1.1)
http-accept (1.7.0)
http-cookie (1.0.7)
domain_name (~> 0.5)
Expand Down Expand Up @@ -182,7 +182,7 @@ GEM
thor (~> 1.2.1)
tty-markdown (~> 0.7.1)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json-jwt (1.15.3.1)
Expand All @@ -197,9 +197,9 @@ GEM
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1001)
mime-types-data (3.2024.1105)
minitest (5.25.1)
msgpack (1.7.2)
msgpack (1.7.3)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -251,7 +251,7 @@ GEM
psych (>= 4.0.0)
redis-client (0.22.2)
connection_pool
reline (0.5.9)
reline (0.5.10)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -264,12 +264,12 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand All @@ -281,7 +281,7 @@ GEM
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
smart_app_launch_test_kit (0.4.2)
smart_app_launch_test_kit (0.4.6)
inferno_core (>= 0.4.2)
json-jwt (~> 1.15.3)
jwt (~> 2.6)
Expand All @@ -300,7 +300,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 All @@ -315,11 +315,11 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode_utils (1.4.0)
us_core_test_kit (0.8.0)
us_core_test_kit (0.9.0)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (>= 0.4.0)
smart_app_launch_test_kit (>= 0.4.6)
tls_test_kit (~> 0.2.0)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -343,4 +343,4 @@ DEPENDENCIES
webmock (~> 3.11)

BUNDLED WITH
2.4.13
2.5.17
4 changes: 2 additions & 2 deletions davinci_pdex_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/inferno-framework/davinci-pdex-test-kit/'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '~> 0.5.0'
spec.add_runtime_dependency 'us_core_test_kit', '~> 0.8'
spec.add_runtime_dependency 'bulk_data_test_kit', '~> 0.10'
spec.add_runtime_dependency 'us_core_test_kit', '~> 0.9.0'
spec.add_runtime_dependency 'bulk_data_test_kit', '~> 0.10.0'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
spec.add_development_dependency 'factory_bot', '~> 6.1'
spec.add_development_dependency 'rspec', '~> 3.10'
Expand Down
2 changes: 1 addition & 1 deletion lib/davinci_pdex_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciPDexTestKit
VERSION = '0.10.5'
VERSION = '0.10.6'
end

0 comments on commit 4d2cbff

Please sign in to comment.