Skip to content

Commit

Permalink
year-ruby Beeline-to-OTel; update Ruby services to Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd committed Mar 18, 2024
1 parent 1bd1b37 commit 56b842f
Show file tree
Hide file tree
Showing 17 changed files with 800 additions and 438 deletions.
2 changes: 1 addition & 1 deletion ruby/frontend/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.0.6
2 changes: 1 addition & 1 deletion ruby/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7
FROM ruby:3.0
RUN gem install bundler
WORKDIR /myapp
COPY Gemfile* /myapp/
Expand Down
Loading

0 comments on commit 56b842f

Please sign in to comment.