bundler-audited_update 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/bundler/audited_update.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a9174a9bf0cb0da49d4745367579726c143eff1a3554f6aa220e83fd85f7669
|
|
4
|
+
data.tar.gz: 76f1d7d4ea260d78912810f6a06fe03dad8f95d965e93f130295ee1554b5009b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bb0d700e4dafd1166531f54e4e449b0f4e8e3ca7dade188bda6434cd077981a4449d8b29f0cc4c35d87cd1c89739438bb3c0a40ec6c65f0cc2704f45346602b
|
|
7
|
+
data.tar.gz: 963183e6e4c72fa587bde87b87041a312dd052c160ba9ace28252cd6f3374a7e7f743a6e6cdfe22aa759dc8f4eba7f00ac2c7eb013861dbdf52c86e93936c19d
|
|
@@ -83,7 +83,8 @@ module Bundler
|
|
|
83
83
|
def gem_output(name, version)
|
|
84
84
|
# gems that are continuously released and therefore have no helpful
|
|
85
85
|
# changelog
|
|
86
|
-
continuously_released_gems = %w[
|
|
86
|
+
continuously_released_gems = %w[
|
|
87
|
+
aws-partitions aws-sdk-core sorbet sorbet-runtime sorbet-static
|
|
87
88
|
sorbet-static-and-runtime]
|
|
88
89
|
|
|
89
90
|
if continuously_released_gems.include?(name)
|