Skip to content

Commit

Permalink
actionpack: Remove unnecessary patches to other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Oct 28, 2024
1 parent dcc30ea commit cd25f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
3 changes: 3 additions & 0 deletions gems/actionpack/6.0/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies:
- name: delegate
- name: minitest
24 changes: 0 additions & 24 deletions gems/actionpack/6.0/patch.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@ module Capybara
end
end

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

# Remove the fake types for Racc
# if the real types are available.
module Racc
Expand Down Expand Up @@ -82,20 +75,3 @@ module Rack
end
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 SimpleDelegator
# if the real types are available.
class SimpleDelegator
end

module Rails
class Engine
end
end

0 comments on commit cd25f0b

Please sign in to comment.