Skip to content

Commit

Permalink
chore: update ruby deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-rumian committed Jul 29, 2024
1 parent d67cbc3 commit 6f81ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions applications/ruby-the-coffee-bar-apps/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org"

gem 'opentelemetry-sdk', '1.4.0'
gem 'opentelemetry-instrumentation-all', '0.60.0'
gem 'opentelemetry-exporter-otlp', '0.26.3'
gem 'opentelemetry-sdk', '1.5.0'
gem 'opentelemetry-instrumentation-all', '0.62.1'
gem 'opentelemetry-exporter-otlp', '0.28.1'
gem 'opentelemetry-propagator-b3', '0.21.0'
gem 'sinatra', '4.0.0'
gem 'sinatra-contrib', '4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion applications/ruby-the-coffee-bar-apps/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BASE_TAG = rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3
BASE_TAG = rubyAppsv0.2.1-ot1.5.0-0.62.1-0.28.1

ifndef GITHUB_HEAD_REF
TAG = $(BASE_TAG)
Expand Down

0 comments on commit 6f81ac2

Please sign in to comment.