Skip to content

Commit

Permalink
feat: update gems in sinatra dummy app (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZverev authored Jul 12, 2024
1 parent db0e016 commit 3c61efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/dummy/sinatra/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:alpine
FROM ruby:3.3.0

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ DEPENDENCIES
sinatra

BUNDLED WITH
1.12.3
2.5.3

0 comments on commit 3c61efe

Please sign in to comment.