Skip to content

Commit

Permalink
Release 092 (#9)
Browse files Browse the repository at this point in the history
* add .gem files to gitignore

* Fix US Core dependency to work with g10

* bump version

* update Gemfile lock
  • Loading branch information
Shaumik-Ashraf authored Jun 7, 2024
1 parent 8ec083b commit 67fff1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
/docs/yard
.yardoc
node_modules

*.gem
8 changes: 4 additions & 4 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.9.0)
davinci_pdex_test_kit (0.9.2)
bulk_data_test_kit (~> 0.10)
inferno_core (~> 0.4.38)
us_core_test_kit (~> 0.6.5)
us_core_test_kit (~> 0.7.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -314,8 +314,8 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
us_core_test_kit (0.6.5)
inferno_core (>= 0.4.2)
us_core_test_kit (0.7.1)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.0)
webmock (3.23.0)
Expand Down
2 changes: 1 addition & 1 deletion davinci_pdex_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.4.38'
spec.add_runtime_dependency 'us_core_test_kit', '~> 0.6.5'
spec.add_runtime_dependency 'us_core_test_kit', '~> 0.7.1'
spec.add_runtime_dependency 'bulk_data_test_kit', '~> 0.10'
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_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.9.1'
VERSION = '0.9.2'
end

0 comments on commit 67fff1c

Please sign in to comment.