Skip to content

Commit 0e95e5d

Browse files
authored
chore: trying to fix release script (#1415)
1 parent ae35661 commit 0e95e5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
fastimage (2.2.3)
5959
fastlane (2.180.1)
6060
CFPropertyList (>= 2.3, < 4.0.0)
61-
addressable (>= 2.8, < 3.0.0)
61+
addressable (2.8.0)
6262
artifactory (~> 3.0)
6363
aws-sdk-s3 (~> 1.0)
6464
babosa (>= 1.0.3, < 2.0.0)
@@ -97,15 +97,15 @@ GEM
9797
fastlane-plugin-semantic_release (1.13.1)
9898
gh_inspector (1.1.3)
9999
google-api-client (0.38.0)
100-
addressable (~> 2.8, >= 2.5.1)
100+
addressable (2.8.0)
101101
googleauth (~> 0.9)
102102
httpclient (>= 2.8.1, < 3.0)
103103
mini_mime (~> 1.0)
104104
representable (~> 3.0)
105105
retriable (>= 2.0, < 4.0)
106106
signet (~> 0.12)
107107
google-apis-core (0.3.0)
108-
addressable (~> 2.8, >= 2.5.1)
108+
addressable (2.8.0)
109109
googleauth (~> 0.14)
110110
httpclient (>= 2.8.1, < 3.0)
111111
mini_mime (~> 1.0)
@@ -125,7 +125,7 @@ GEM
125125
faraday (>= 0.17.3, < 2.0)
126126
google-cloud-errors (1.1.0)
127127
google-cloud-storage (1.31.0)
128-
addressable (~> 2.8)
128+
addressable (2.8.0)
129129
digest-crc (~> 0.4)
130130
google-apis-iamcredentials_v1 (~> 0.1)
131131
google-apis-storage_v1 (~> 0.1)
@@ -168,7 +168,7 @@ GEM
168168
rubyzip (2.3.0)
169169
security (0.1.3)
170170
signet (0.15.0)
171-
addressable (~> 2.8)
171+
addressable (2.8.0)
172172
faraday (>= 0.17.3, < 2.0)
173173
jwt (>= 1.5, < 3.0)
174174
multi_json (~> 1.10)
@@ -205,7 +205,7 @@ PLATFORMS
205205
ruby
206206

207207
DEPENDENCIES
208-
addressable (>= 2.8.0)
208+
addressable (2.8.0)
209209
fastlane
210210
fastlane-plugin-release_actions!
211211
fastlane-plugin-semantic_release

0 commit comments

Comments
 (0)