You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got
```
WARNING: open-ended dependency on pg (>= 1.2) is not recommended
if pg is semantically versioned, use:
add_runtime_dependency 'pg', '~> 1.2'
```
so applying the suggestion.
0 commit comments