Skip to content

Commit

Permalink
chore(ruby): update ruby upstream deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-rumian committed Mar 1, 2024
1 parent 04bf7b4 commit bf97072
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions applications/ruby-the-coffee-bar-apps/Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source "https://rubygems.org"

gem 'opentelemetry-sdk', '1.2.0'
gem 'opentelemetry-instrumentation-all', '0.35.0'
gem 'opentelemetry-exporter-otlp', '0.24.0'
gem 'opentelemetry-propagator-b3', '0.20.0'
gem 'sinatra', '3.0.6'
gem 'sinatra-contrib', '3.0.6'
gem 'opentelemetry-sdk', '1.4.0'
gem 'opentelemetry-instrumentation-all', '0.60.0'
gem 'opentelemetry-exporter-otlp', '0.26.3'
gem 'opentelemetry-propagator-b3', '0.21.0'
gem 'sinatra', '4.0.0'
gem 'sinatra-contrib', '4.0.0'
gem 'net', '0.3.3'
gem 'webrick', '1.8.1'
gem 'rack-access_log'
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.2.0-0.35.0-0.24.0
BASE_TAG = rubyAppsv0.2.1-ot1.4.0-0.60.0-0.26.3

ifndef GITHUB_HEAD_REF
TAG = $(BASE_TAG)
Expand Down

0 comments on commit bf97072

Please sign in to comment.