Skip to content

Commit

Permalink
Master worlflow update (#6)
Browse files Browse the repository at this point in the history
* Updated master.yaml

* Updated to the new version 2.0.0
  • Loading branch information
parth-dadhaniya authored Oct 10, 2023
1 parent c2d331f commit 0079ad0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ gem "minitest", "~> 5.0"
gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
gem 'opentelemetry-instrumentation-all'
gem "uri"
gem "net"

platforms :ruby do
gem "uri"
gem "net"
gem "rubocop", "~> 1.7"
gem "pyroscope", "~> 0.5.10"
end
2 changes: 1 addition & 1 deletion lib/middleware/ruby_gem/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Middleware
module RubyGem
VERSION = "1.0.0"
VERSION = "2.0.0"
end
end

0 comments on commit 0079ad0

Please sign in to comment.