-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
uffizzi 2.4.1 #157649
uffizzi 2.4.1 #157649
Conversation
uffizzi: update deps Signed-off-by: Rui Chen <[email protected]>
91bbd37
to
e5e2e51
Compare
Some |
I just did whatever the
|
that also matches with what in the gem.lock file, https://github.com/UffizziCloud/uffizzi_cli/blob/develop/Gemfile.lock#L19 |
resource "public_suffix" do | ||
url "https://rubygems.org/gems/public_suffix-5.0.4.gem" | ||
sha256 "35cd648e0d21d06b8dce9331d19619538d1d898ba6d56a6f2258409d2526d1ae" | ||
url "https://rubygems.org/gems/public_suffix-5.0.3.gem" | ||
sha256 "337d475da2bd2ea1de0446751cb972ad43243b4b00aa8cf91cb904fa593d3259" | ||
end | ||
|
||
resource "addressable" do | ||
url "https://rubygems.org/gems/addressable-2.8.5.gem" | ||
sha256 "63f0fbcde42edf116d6da98a9437f19dd1692152f1efa3fcc4741e443c772117" | ||
url "https://rubygems.org/gems/addressable-2.8.4.gem" | ||
sha256 "40a88af5285625b7fb14070e550e667d5b0cc91f748068701b4d897cacda4897" | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not quite sure about why these got downgraded
@@ -161,13 +161,13 @@ class Uffizzi < Formula | |||
end | |||
|
|||
resource "activesupport" do | |||
url "https://rubygems.org/gems/activesupport-7.1.2.gem" | |||
sha256 "5bd81ef71524a14725ecb6c3b07bfc00ae0ccc77dd611190bd93bd9f92abd0d0" | |||
url "https://rubygems.org/gems/activesupport-6.1.7.gem" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -66,8 +66,8 @@ class Uffizzi < Formula | |||
end | |||
|
|||
resource "thor" do | |||
url "https://rubygems.org/gems/thor-1.3.0.gem" | |||
sha256 "1adc7f9e5b3655a68c71393fee8bd0ad088d14ee8e83a0b73726f23cbb3ca7c3" | |||
url "https://rubygems.org/gems/thor-1.2.1.gem" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems a bit off,
https://github.com/UffizziCloud/uffizzi_cli/blob/develop/Gemfile.lock#L105
I guess we can use whatever latest, refreshed the upstream gem lockfile, UffizziCloud/uffizzi_cli#390 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Created with
brew bump-formula-pr
.resource
blocks have been checked for updates.release notes