Skip to content

Commit

Permalink
bump core version
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
  • Loading branch information
vanessuniq committed Dec 19, 2024
1 parent eaecea1 commit a5de2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
smart_app_launch_test_kit (0.5.0.dev)
inferno_core (>= 0.5.3)
inferno_core (>= 0.5.4)
json-jwt (~> 1.15.3)
jwt (~> 2.6)
tls_test_kit (~> 0.2.0)
Expand Down Expand Up @@ -138,7 +138,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
inferno_core (0.5.3)
inferno_core (0.5.4)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down
2 changes: 1 addition & 1 deletion smart_app_launch_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 = 'Inferno Tests for the SMART Application Launch Framework Implementation Guide'
spec.homepage = 'https://github.com/inferno-framework/smart-app-launch-test-kit'
spec.license = 'Apache-2.0'
spec.add_runtime_dependency 'inferno_core', '>= 0.5.3'
spec.add_runtime_dependency 'inferno_core', '>= 0.5.4'
spec.add_runtime_dependency 'json-jwt', '~> 1.15.3'
spec.add_runtime_dependency 'jwt', '~> 2.6'
spec.add_runtime_dependency 'tls_test_kit', '~> 0.2.0'
Expand Down

0 comments on commit a5de2fa

Please # to comment.