Skip to content

Commit

Permalink
Fix rack/handler (LoadError) in the example (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhuanghhh authored Mar 6, 2023
1 parent 61e836e commit 1da5f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby
FROM ruby:3.2.1

WORKDIR /app
ADD Gemfile* ./
Expand Down
3 changes: 2 additions & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ gem 'yabeda-http_requests'
gem 'yabeda-prometheus'

gem 'puma'
gem 'rack'
gem 'rack', '~> 2.2'
gem 'webrick'
gem 'sidekiq'

gem 'faraday', require: false
Expand Down

0 comments on commit 1da5f8c

Please sign in to comment.