Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 10, 2025
1 parent 37426a1 commit c050627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/apps/hanami/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'unicorn'
gem 'webrick'
gem 'pry-byebug'

gem Datadog::DemoEnv.gem_datadog_auto_instrument
gem *Datadog::DemoEnv.gem_datadog_auto_instrument
gem 'google-protobuf', '~> 3.0'

group :development do
Expand Down
2 changes: 1 addition & 1 deletion integration/apps/rails-seven/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "rails", "~> 7.0.5"

# Choose correct specs for 'datadog' demo environment
gem Datadog::DemoEnv.gem_datadog_auto_instrument
gem *Datadog::DemoEnv.gem_datadog_auto_instrument

gem 'dogstatsd-ruby'

Expand Down

0 comments on commit c050627

Please sign in to comment.