Skip to content

Commit

Permalink
maint: switch year-ruby from Beeline to OTel (#998)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- Closes #966 

## Short description of the changes

- also updates Ruby service dependencies and to use Ruby 3.0
  • Loading branch information
robbkidd committed Mar 19, 2024
1 parent 5c0e745 commit 67ffa0e
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 67ffa0e

Please sign in to comment.