Skip to content

Commit

Permalink
use final smart test kit release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Aug 8, 2023
1 parent 11df448 commit f9b6744
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ gemspec
# rc1 has been released, but don't want to risk updating the day of our release
gem 'hanami-utils', '2.0.0.beta1'

gem 'smart_app_launch_test_kit',
git: 'https://github.com/inferno-framework/smart-app-launch-test-kit.git',
branch: 'release-030'

group :development, :test do
gem 'rubocop', '~> 1.9'
gem 'rubocop-rspec', require: false
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: https://github.com/inferno-framework/smart-app-launch-test-kit.git
revision: 0ed57c5e5bbd3ee1574b34ed2657fe6a7c428cc0
branch: release-030
specs:
smart_app_launch_test_kit (0.3.0)
inferno_core (>= 0.4.2)
jwt (~> 2.2)
tls_test_kit (~> 0.2.0)

PATH
remote: .
specs:
Expand All @@ -19,6 +9,7 @@ PATH
mime-types (~> 3.4.0)
ndjson (~> 1.0.0)
rubyzip (~> 2.3.2)
smart_app_launch_test_kit (= 0.3.0)
tls_test_kit (= 0.2.0)
us_core_test_kit (= 0.5.0)

Expand Down Expand Up @@ -307,6 +298,10 @@ GEM
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
smart_app_launch_test_kit (0.3.0)
inferno_core (>= 0.4.2)
jwt (~> 2.2)
tls_test_kit (~> 0.2.0)
sqlite3 (1.6.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.3-arm64-darwin)
Expand Down Expand Up @@ -362,7 +357,6 @@ DEPENDENCIES
rubocop (~> 1.9)
rubocop-rspec
rubyXL
smart_app_launch_test_kit!
webmock (~> 3.11)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion onc_certification_g10_test_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mime-types', '~> 3.4.0'
spec.add_runtime_dependency 'ndjson', '~> 1.0.0'
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
# spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.2.2'
spec.add_runtime_dependency 'smart_app_launch_test_kit', '0.3.0'
spec.add_runtime_dependency 'tls_test_kit', '0.2.0'
spec.add_runtime_dependency 'us_core_test_kit', '0.5.0'
spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8'
Expand Down

0 comments on commit f9b6744

Please sign in to comment.