Skip to content

Commit

Permalink
activerecord: Remove unnecessary patches to other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Oct 30, 2024
1 parent df0b86d commit 5f1b19a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 12 deletions.
2 changes: 2 additions & 0 deletions gems/activerecord/6.0/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
- name: delegate
12 changes: 0 additions & 12 deletions gems/activerecord/6.0/patch.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,3 @@ module PG
def async_exec: (*untyped) -> untyped
end
end

# Remove the fake SimpleDelegator type
# if the real types are available.
class SimpleDelegator
end

# Remove the fake types for Gem::Version
# if the real types are available.
module Gem
class Version
end
end
2 changes: 2 additions & 0 deletions gems/activerecord/6.1/manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dependencies:
- name: delegate
1 change: 1 addition & 0 deletions gems/activerecord/7.0/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
dependencies:
- name: date
- name: delegate
- name: logger
- name: monitor
- name: mutex_m
Expand Down
1 change: 1 addition & 0 deletions gems/activerecord/7.1/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
dependencies:
- name: date
- name: delegate
- name: logger
- name: monitor
- name: mutex_m
Expand Down
1 change: 1 addition & 0 deletions gems/activerecord/7.2/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#
dependencies:
- name: date
- name: delegate
- name: logger
- name: monitor
- name: mutex_m
Expand Down

0 comments on commit 5f1b19a

Please sign in to comment.