Skip to content

Commit

Permalink
Removed: Obsolete google protobuf references
Browse files Browse the repository at this point in the history
  • Loading branch information
delner committed Mar 5, 2024
1 parent bcf4350 commit 4638756
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 92 deletions.
17 changes: 0 additions & 17 deletions integration/apps/rack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,6 @@ gem 'dogstatsd-ruby'
# Choose correct specs for 'datadog' demo environment
gem 'datadog', *Datadog::DemoEnv.gem_spec('datadog')

# Needed for datadog profiling
google_protobuf_versions = [
'~> 3.0',
'!= 3.7.0.rc.2',
'!= 3.7.0.rc.3',
'!= 3.7.0',
'!= 3.7.1',
'!= 3.8.0.rc.1',
'!= 3.24.0.rc.1',
]
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4')
gem 'google-protobuf', *google_protobuf_versions
else
# Bundler resolves incorrect version (too new, incompatible with Ruby <= 2.3)
gem 'google-protobuf', *google_protobuf_versions, '< 3.19.2'
end

# Development
gem 'pry-byebug' if RUBY_VERSION >= '2.3.0' && RUBY_ENGINE != 'truffleruby' && RUBY_VERSION < '3.2.0'
gem 'pry-nav' if RUBY_VERSION < '2.3.0'
Expand Down
20 changes: 0 additions & 20 deletions integration/apps/rails-five/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ source "https://rubygems.org"

# gem 'rails', '5.2.2'

google_protobuf_versions = [
'~> 3.0',
'!= 3.7.0.rc.2',
'!= 3.7.0.rc.3',
'!= 3.7.0',
'!= 3.7.1',
'!= 3.8.0.rc.1',
'!= 3.20.0.rc.1',
'!= 3.20.0.rc.2',
'!= 3.24.0.rc.1',
]

rails_version = ['~> 5.2', '>= 5.2.6']

gem 'actioncable', *rails_version
Expand All @@ -42,14 +30,6 @@ gem 'datadog', *Datadog::DemoEnv.gem_spec('datadog')
gem 'dogstatsd-ruby'
gem 'ffi'

# Needed for datadog profiling
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4')
gem 'google-protobuf', *google_protobuf_versions
else
# Bundler resolves incorrect version (too new, incompatible with Ruby <= 2.3)
gem 'google-protobuf', '< 3.19.2'
end

# Fixes conflict with profiling (patch overwrite in Thread)
# Upgrade this to latest when this patch is merged & released.
# https://github.com/rollbar/rollbar-gem/pull/1018
Expand Down
10 changes: 0 additions & 10 deletions integration/apps/rails-seven/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ gem 'datadog', *Datadog::DemoEnv.gem_spec('datadog')

gem 'dogstatsd-ruby'

google_protobuf_versions = [
'~> 3.0',
'!= 3.7.0.rc.2',
'!= 3.7.0.rc.3',
'!= 3.7.0',
'!= 3.7.1',
'!= 3.8.0.rc.1'
]
gem 'google-protobuf', *google_protobuf_versions

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"

Expand Down
11 changes: 0 additions & 11 deletions integration/apps/rails-six/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ require 'datadog/demo_env'

source "https://rubygems.org"

google_protobuf_versions = [
'~> 3.0',
'!= 3.7.0.rc.2',
'!= 3.7.0.rc.3',
'!= 3.7.0',
'!= 3.7.1',
'!= 3.8.0.rc.1',
'!= 3.24.0.rc.1',
]

rails_version = ['~> 6.1']

gem 'actioncable', *rails_version
Expand All @@ -32,7 +22,6 @@ gem 'datadog', *Datadog::DemoEnv.gem_spec('datadog')

gem 'dogstatsd-ruby'
gem 'ffi'
gem 'google-protobuf', *google_protobuf_versions

# Gems which give aide to higher performance
gem 'hiredis', platform: :ruby
Expand Down
17 changes: 0 additions & 17 deletions integration/apps/sinatra2-classic/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,6 @@ gem 'dogstatsd-ruby'
# Choose correct specs for 'datadog' demo environment
gem 'datadog', *Datadog::DemoEnv.gem_spec('datadog')

# Needed for datadog profiling
google_protobuf_versions = [
'~> 3.0',
'!= 3.7.0.rc.2',
'!= 3.7.0.rc.3',
'!= 3.7.0',
'!= 3.7.1',
'!= 3.8.0.rc.1',
'!= 3.24.0.rc.1',
]
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4')
gem 'google-protobuf', *google_protobuf_versions
else
# Bundler resolves incorrect version (too new, incompatible with Ruby <= 2.3)
gem 'google-protobuf', *google_protobuf_versions, '< 3.19.2'
end

# Development
gem 'pry-byebug'
# gem 'pry-stack_explorer', platform: :ruby
Expand Down
17 changes: 0 additions & 17 deletions integration/apps/sinatra2-modular/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,6 @@ gem 'dogstatsd-ruby'
# Choose correct specs for 'datadog' demo environment
gem 'datadog', *Datadog::DemoEnv.gem_spec('datadog')

# Needed for datadog profiling
google_protobuf_versions = [
'~> 3.0',
'!= 3.7.0.rc.2',
'!= 3.7.0.rc.3',
'!= 3.7.0',
'!= 3.7.1',
'!= 3.8.0.rc.1',
'!= 3.24.0.rc.1',
]
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4')
gem 'google-protobuf', *google_protobuf_versions
else
# Bundler resolves incorrect version (too new, incompatible with Ruby <= 2.3)
gem 'google-protobuf', *google_protobuf_versions, '< 3.19.2'
end

# Development
gem 'pry-byebug'
# gem 'pry-stack_explorer', platform: :ruby
Expand Down

0 comments on commit 4638756

Please sign in to comment.