Skip to content

Commit 4b1a2a2

Browse files
authored
Merge pull request #47 from pocke/Remove_rack_RBS_polyfill_from_actionpack_RBS
Remove rack rbs polyfill from actionpack rbs
2 parents 8e83a0f + 136ccd7 commit 4b1a2a2

3 files changed

Lines changed: 2 additions & 32 deletions

File tree

gems/actionpack/6.0/patch.rbs

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -56,37 +56,7 @@ end
5656
# Remove the fake types for Rack
5757
# if the real types are available.
5858
module Rack
59-
class Response
60-
module Helpers
61-
def location: () -> untyped
62-
end
63-
end
64-
65-
class Request
66-
module Helpers
67-
end
68-
69-
module Env
70-
end
71-
end
72-
7359
module Session
74-
module Abstract
75-
class SessionHash
76-
end
77-
78-
class PersistedSecure
79-
class SecureSessionHash
80-
end
81-
end
82-
83-
class Persisted
84-
end
85-
end
86-
87-
class SessionId
88-
end
89-
9060
class Dalli
9161
end
9262
end

gems/railties/6.0/_scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require 'pathname'
44

5-
VERSION = '6.0.3.2'
5+
VERSION = '6.0'
66

77
def sh!(*args, **kwargs)
88
system(*args, **kwargs, exception: true)

0 commit comments

Comments
 (0)