Skip to content

Commit

Permalink
railties: Remove unnecessary patches to other gems
Browse files Browse the repository at this point in the history
It seems they are no longer needed.
  • Loading branch information
tk0miya committed Oct 20, 2024
1 parent 218cf13 commit 76208d3
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions gems/railties/6.0/patch.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,6 @@ class ERB
end
end

# Remove the fake Minitest type
# if the real type of Minitest is available
module Minitest
class SummaryReporter
end

class StatisticsReporter
end
end

# Remove the fake Rack type
# if the real type of Minitest is available
module Rack
class Server
end
end

# Remove the fake RDoc type
# if the real type of Minitest is available
module RDoc
Expand All @@ -42,15 +25,3 @@ module RDoc
class Task
end
end

# Remove the fake types for Gem::Version
# if the real types are available.
module Gem
class Version
end
end

# Remove the fake types for FileUtils
# if the real types are available.
module FileUtils
end

0 comments on commit 76208d3

Please sign in to comment.