Skip to content

Commit

Permalink
[Tooling] Cherry-pick lastest Fastfile tweaks from trunk into `re…
Browse files Browse the repository at this point in the history
…lease/7.79` (#2553)
  • Loading branch information
AliSoftware authored Dec 17, 2024
2 parents 0fe3778 + 8a62da0 commit 0596fcb
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 188 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Metrics/BlockLength:
- scripts/themes/generate_themes.rb

Metrics/MethodLength:
Max: 30
Max: 50
Exclude:
- scripts/themes/generate_themes.rb

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'danger-dangermattic', '~> 1.0'
gem 'fastlane', '~> 2.216'
gem 'fastlane-plugin-appcenter', '~> 2.1'
gem 'fastlane-plugin-sentry', '~> 1.14'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.2'
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.4'
gem 'rubocop', '~> 1.60'
gem 'watchbuild'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
danger
rubocop (~> 1.0)
declarative (0.0.20)
diffy (3.4.2)
diffy (3.4.3)
digest-crc (0.6.5)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.6.20240107)
Expand Down Expand Up @@ -210,7 +210,7 @@ GEM
fastlane-plugin-appcenter (2.1.2)
fastlane-plugin-sentry (1.25.1)
os (~> 1.1, >= 1.1.4)
fastlane-plugin-wpmreleasetoolkit (12.2.1)
fastlane-plugin-wpmreleasetoolkit (12.4.0)
activesupport (>= 6.1.7.1)
buildkit (~> 1.5)
chroma (= 0.2.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
logger (1.6.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
mini_portile2 (2.8.8)
minitest (5.25.1)
molinillo (0.8.0)
multi_json (1.15.0)
Expand All @@ -300,10 +300,10 @@ GEM
naturally (2.2.1)
netrc (0.11.0)
nkf (0.2.0)
nokogiri (1.16.7)
nokogiri (1.17.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.17.1-arm64-darwin)
racc (~> 1.4)
octokit (6.1.1)
faraday (>= 1, < 3)
Expand Down Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
fastlane (~> 2.216)
fastlane-plugin-appcenter (~> 2.1)
fastlane-plugin-sentry (~> 1.14)
fastlane-plugin-wpmreleasetoolkit (~> 12.2)
fastlane-plugin-wpmreleasetoolkit (~> 12.4)
rake (>= 12.0, < 14.0)
rubocop (~> 1.60)
watchbuild
Expand Down
Loading

0 comments on commit 0596fcb

Please sign in to comment.