Skip to content

Commit

Permalink
Add thin web server gem to Ruby 3 test app
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Mar 2, 2023
1 parent 7857402 commit 998b3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ gem 'sinatra', ">= 2.0.2"
gem 'rack', ">= 2.0.6"
gem 'conjur-api'
gem 'conjur-cli'
gem 'thin'
7 changes: 7 additions & 0 deletions tests/integration/test-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ GEM
netrc (~> 0.10)
table_print (~> 1.5)
xdg (= 2.2.3)
daemons (1.4.1)
deep_merge (1.2.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
eventmachine (1.2.7)
gli (2.21.0)
highline (2.1.0)
http-accept (1.7.0)
Expand Down Expand Up @@ -56,6 +58,10 @@ GEM
rack-protection (= 3.0.5)
tilt (~> 2.0)
table_print (1.5.7)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.1.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -73,6 +79,7 @@ DEPENDENCIES
conjur-cli
rack (>= 2.0.6)
sinatra (>= 2.0.2)
thin

RUBY VERSION
ruby 3.1.3p185
Expand Down

0 comments on commit 998b3f6

Please sign in to comment.