Skip to content

Commit 2381d75

Browse files
committed
Run bundle update
1 parent 25c55bc commit 2381d75

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
source 'https://rubygems.org'
44

55
gem 'fastlane', '~> 2.227'
6-
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.2', git: 'https://github.com/wordpress-mobile/release-toolkit.git', branch: 'iangmaia/fluent-po-conversion-actions'
6+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.2', git: 'https://github.com/wordpress-mobile/release-toolkit.git',
7+
branch: 'iangmaia/fluent-po-conversion-actions'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/wordpress-mobile/release-toolkit.git
3-
revision: 818752161b134d4e469e5437ec28fd9f243e31cb
3+
revision: 552586996124e02ce189427e51d972d1cabcbea8
44
branch: iangmaia/fluent-po-conversion-actions
55
specs:
66
fastlane-plugin-wpmreleasetoolkit (13.2.0)
@@ -72,7 +72,7 @@ GEM
7272
babosa (1.0.4)
7373
base64 (0.3.0)
7474
benchmark (0.4.1)
75-
bigdecimal (3.2.1)
75+
bigdecimal (3.2.2)
7676
buildkit (1.6.1)
7777
sawyer (>= 0.6)
7878
camertron-eprun (1.1.1)
@@ -281,15 +281,15 @@ GEM
281281
chunky_png (~> 1.0)
282282
rqrcode_core (~> 1.0)
283283
rqrcode_core (1.2.0)
284-
rubocop (1.75.8)
284+
rubocop (1.76.0)
285285
json (~> 2.3)
286286
language_server-protocol (~> 3.17.0.2)
287287
lint_roller (~> 1.1.0)
288288
parallel (~> 1.10)
289289
parser (>= 3.3.0.2)
290290
rainbow (>= 2.2.2, < 4.0)
291291
regexp_parser (>= 2.9.3, < 3.0)
292-
rubocop-ast (>= 1.44.0, < 2.0)
292+
rubocop-ast (>= 1.45.0, < 2.0)
293293
ruby-progressbar (~> 1.7)
294294
unicode-display_width (>= 2.4.0, < 4.0)
295295
rubocop-ast (1.45.0)

0 commit comments

Comments
 (0)