Skip to content

Commit

Permalink
set tls_test_kit to branch FI-3367-disable-TLS-from-env
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf committed Oct 25, 2024
1 parent fe9ab4a commit c216f5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ source "https://rubygems.org"

gemspec

gem 'tls_test_kit', git: 'https://github.com/inferno-framework/tls-test-kit.git', branch: 'FI-3367-disable-TLS-from-env'

group :development, :test do
gem 'rubocop', '~> 1.9'
gem 'rubocop-rspec', require: false
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/inferno-framework/tls-test-kit.git
revision: 7994aa5ba8d98d8ec726b2cca42242e6c9110dc3
branch: FI-3367-disable-TLS-from-env
specs:
tls_test_kit (0.2.2)
inferno_core (>= 0.4.2)

PATH
remote: .
specs:
Expand Down Expand Up @@ -309,8 +317,6 @@ GEM
strings-ansi (0.2.0)
thor (1.2.2)
tilt (2.4.0)
tls_test_kit (0.2.2)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
Expand Down Expand Up @@ -349,6 +355,7 @@ DEPENDENCIES
rubocop (~> 1.9)
rubocop-rspec
rubyXL
tls_test_kit!
webmock (~> 3.11)

BUNDLED WITH
Expand Down

0 comments on commit c216f5b

Please sign in to comment.