Skip to content

Commit

Permalink
ci: try to fix ci-only rack issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rperryng committed Jul 10, 2024
1 parent 39967f1 commit f5af611
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions k6/graphql-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gem 'graphql', '~> 2'
gem 'graphql-hive', path: '../../'
gem 'puma', '~> 6'
gem 'rackup'
gem 'rack-contrib', '~> 2'
gem 'sinatra', '~> 2'
gem 'sinatra-contrib'
5 changes: 5 additions & 0 deletions k6/graphql-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ GEM
rack (< 4)
rack-protection (2.2.4)
rack
rackup (1.0.0)
rack (< 3)
webrick
ruby2_keywords (0.0.5)
sinatra (2.2.4)
mustermann (~> 2.0)
Expand All @@ -34,6 +37,7 @@ GEM
sinatra (= 2.2.4)
tilt (~> 2.0)
tilt (2.4.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -43,6 +47,7 @@ DEPENDENCIES
graphql-hive!
puma (~> 6)
rack-contrib (~> 2)
rackup
sinatra (~> 2)
sinatra-contrib

Expand Down

0 comments on commit f5af611

Please sign in to comment.