Skip to content

Commit

Permalink
fix: updated ddtrace bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Sep 21, 2020
1 parent 623dd59 commit 92a737e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ group :development, :test do
end

gem "dogstatsd-ruby", "~> 4.8"
gem "ddtrace", "~> 0.38.0"
gem "ddtrace", "~> 0.40"

gem "lograge", "~> 0.11.2"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crass (1.0.6)
ddtrace (0.38.0)
ddtrace (0.40.0)
msgpack
dogstatsd-ruby (4.8.1)
dotenv (2.7.5)
Expand Down Expand Up @@ -212,7 +212,7 @@ DEPENDENCIES
capistrano-rails
capistrano-rvm
capistrano-sidekiq
ddtrace (~> 0.38.0)
ddtrace (~> 0.40)
dogstatsd-ruby (~> 4.8)
dotenv-rails
haml
Expand Down

0 comments on commit 92a737e

Please sign in to comment.