Skip to content

Commit 2a34569

Browse files
committed
Update bundle
Remove unused plugins.
1 parent 3a4169f commit 2a34569

File tree

2 files changed

+4
-29
lines changed

2 files changed

+4
-29
lines changed

Gemfile.lock

+4-27
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,30 @@ GEM
5858
artifactory (3.0.17)
5959
atomos (0.1.3)
6060
aws-eventstream (1.3.0)
61-
aws-partitions (1.1040.0)
62-
aws-sdk-core (3.216.0)
61+
aws-partitions (1.1045.0)
62+
aws-sdk-core (3.217.1)
6363
aws-eventstream (~> 1, >= 1.3.0)
6464
aws-partitions (~> 1, >= 1.992.0)
6565
aws-sigv4 (~> 1.9)
6666
jmespath (~> 1, >= 1.6.1)
6767
aws-sdk-kms (1.97.0)
6868
aws-sdk-core (~> 3, >= 3.216.0)
6969
aws-sigv4 (~> 1.5)
70-
aws-sdk-s3 (1.178.0)
70+
aws-sdk-s3 (1.179.0)
7171
aws-sdk-core (~> 3, >= 3.216.0)
7272
aws-sdk-kms (~> 1)
7373
aws-sigv4 (~> 1.5)
7474
aws-sigv4 (1.11.0)
7575
aws-eventstream (~> 1, >= 1.0.2)
7676
babosa (1.0.4)
7777
base64 (0.2.0)
78-
bigdecimal (3.1.9)
7978
claide (1.1.0)
8079
colored (1.2)
8180
colored2 (3.1.2)
8281
commander (4.6.0)
8382
highline (~> 2.0.0)
84-
csv (3.3.2)
8583
declarative (0.0.20)
86-
digest-crc (0.6.5)
84+
digest-crc (0.7.0)
8785
rake (>= 12.0.0, < 14.0.0)
8886
domain_name (0.6.20240107)
8987
dotenv (2.8.1)
@@ -118,9 +116,6 @@ GEM
118116
faraday_middleware (1.2.1)
119117
faraday (~> 1.0)
120118
fastimage (2.4.0)
121-
fastlane-plugin-translate_gpt (0.1.8.2)
122-
loco_strings (~> 0.1.4.1)
123-
ruby-openai (~> 3.7)
124119
fastlane-sirp (1.0.0)
125120
sysrandom (~> 1.0)
126121
gh_inspector (1.1.3)
@@ -163,37 +158,22 @@ GEM
163158
highline (2.0.3)
164159
http-cookie (1.0.8)
165160
domain_name (~> 0.5)
166-
httparty (0.22.0)
167-
csv
168-
mini_mime (>= 1.0.0)
169-
multi_xml (>= 0.5.2)
170161
httpclient (2.8.3)
171162
jmespath (1.6.2)
172163
json (2.9.1)
173164
jwt (2.10.1)
174165
base64
175-
loco_strings (0.1.4.1)
176-
nokogiri (~> 1.13, >= 1.13.8)
177166
mini_magick (4.13.2)
178167
mini_mime (1.1.5)
179-
mini_portile2 (2.8.8)
180168
multi_json (1.15.0)
181-
multi_xml (0.7.1)
182-
bigdecimal (~> 3.1)
183169
multipart-post (2.4.1)
184170
nanaimo (0.4.0)
185171
naturally (2.2.1)
186172
nkf (0.2.0)
187-
nokogiri (1.18.1)
188-
mini_portile2 (~> 2.8.2)
189-
racc (~> 1.4)
190-
nokogiri (1.18.1-arm64-darwin)
191-
racc (~> 1.4)
192173
optparse (0.6.0)
193174
os (1.1.4)
194175
plist (3.7.2)
195176
public_suffix (6.0.1)
196-
racc (1.8.1)
197177
rake (13.2.1)
198178
representable (3.2.0)
199179
declarative (< 0.1.0)
@@ -202,8 +182,6 @@ GEM
202182
retriable (3.1.2)
203183
rexml (3.4.0)
204184
rouge (3.28.0)
205-
ruby-openai (3.7.0)
206-
httparty (>= 0.18.1)
207185
ruby2_keywords (0.0.5)
208186
rubyzip (2.4.1)
209187
security (0.1.5)
@@ -246,7 +224,6 @@ PLATFORMS
246224
DEPENDENCIES
247225
dotenv
248226
fastlane!
249-
fastlane-plugin-translate_gpt
250227

251228
BUNDLED WITH
252229
2.5.17

fastlane/Pluginfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Autogenerated by fastlane
22
#
33
# Ensure this file is checked in to source control!
4-
5-
gem 'fastlane-plugin-translate_gpt'

0 commit comments

Comments
 (0)