Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Rack 3.0 #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow Rack 3.0 #55

wants to merge 1 commit into from

Conversation

rhruiz
Copy link
Member

@rhruiz rhruiz commented Jan 16, 2024

Avoid this when using heartcheck with a more recent rails:

Installing rack 2.2.8 (was 3.0.8)
Using standard 1.33.0
Installing ffi 1.16.3 with native extensions
Fetching rack-session 1.0.2 (was 2.0.0)
Using rack-test 2.1.0
Fetching rackup 1.0.0 (was 2.1.0)
Installing rack-session 1.0.2 (was 2.0.0)
Installing rackup 1.0.0 (was 2.1.0)

Avoid this when using heartcheck with a more recent rails:

```
Installing rack 2.2.8 (was 3.0.8)
Using standard 1.33.0
Installing ffi 1.16.3 with native extensions
Fetching rack-session 1.0.2 (was 2.0.0)
Using rack-test 2.1.0
Fetching rackup 1.0.0 (was 2.1.0)
Installing rack-session 1.0.2 (was 2.0.0)
Installing rackup 1.0.0 (was 2.1.0)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant