Skip to content

Commit

Permalink
Merge pull request #3932 from DataDog/tonycthsu/update-dependencies
Browse files Browse the repository at this point in the history
Remove obsolete task
  • Loading branch information
TonyCTHsu committed Sep 20, 2024
2 parents 52a8d99 + 2144068 commit 3ff7052
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 87 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/update-gemfiles.yml

This file was deleted.

4 changes: 0 additions & 4 deletions appraisal/ruby-2.6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@
gem 'ruby-kafka', '>= 0.7.10'
end

appraise 'actionpack-5.0' do
gem 'rails', '~> 5.0'
end

appraise 'contrib' do
gem 'concurrent-ruby'
gem 'dalli', '>= 3.0.0'
Expand Down
2 changes: 2 additions & 0 deletions tasks/appraisal.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

require 'pry'

# TODO: This is a work in progress, the rake tasks to be replaced by automation

namespace :appraisal do # rubocop:disable Metrics/BlockLength
def ruby_versions(versions)
return TRACER_VERSIONS if versions.empty?
Expand Down

0 comments on commit 3ff7052

Please sign in to comment.