Skip to content

Commit

Permalink
Ruby test app: swap Thin for Puma
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Dec 15, 2023
1 parent ae45350 commit 8c883f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/integration/apps/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ruby '~> 3.2'

gem 'conjur-api'
gem 'conjur-cli'
gem 'thin'
gem 'puma'
gem 'roda'
11 changes: 4 additions & 7 deletions tests/integration/apps/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ 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 All @@ -40,7 +38,10 @@ GEM
mime-types-data (3.2023.0218.1)
minitest (5.18.0)
netrc (0.11.0)
nio4r (2.7.0)
public_suffix (5.0.1)
puma (6.4.0)
nio4r (~> 2.0)
rack (3.0.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -50,10 +51,6 @@ GEM
roda (3.68.0)
rack
table_print (1.5.7)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand All @@ -68,8 +65,8 @@ PLATFORMS
DEPENDENCIES
conjur-api
conjur-cli
puma
roda
thin

RUBY VERSION
ruby 3.2.2p53
Expand Down
1 change: 1 addition & 0 deletions tests/integration/apps/ruby/Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec puma

0 comments on commit 8c883f3

Please sign in to comment.