Skip to content

Commit

Permalink
fix: resolve active_record testing issue (#944)
Browse files Browse the repository at this point in the history
* fix: resolve active_record issue

* Update instrumentation/active_record/Gemfile

Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>

---------

Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
  • Loading branch information
xuan-cao-swi and arielvalentin authored Apr 24, 2024
1 parent c642531 commit b1cdb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ARG PACKAGES="\
libxml2-dev \
libxslt-dev \
mariadb-dev \
sqlite-dev \
openssl \
postgresql-dev \
tzdata \
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/active_record/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ group :test do
gem 'byebug'
gem 'opentelemetry-instrumentation-base', path: '../base'
gem 'pry-byebug'
gem 'sqlite3-ruby'
gem 'sqlite3', '~> 1.4'
end

0 comments on commit b1cdb1d

Please sign in to comment.