-
Notifications
You must be signed in to change notification settings - Fork 313
Expand file tree
/
Copy pathGemfile
More file actions
19 lines (15 loc) · 742 Bytes
/
Gemfile
File metadata and controls
19 lines (15 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'danger-dangermattic', '~> 1.2'
gem 'fastlane', '~> 2.236'
# This comment avoids typing to switch to a development version for testing.
#
# gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: ''
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.8'
# Security: https://github.com/lostisland/faraday/pull/1665
# Faraday 2.0 is not compatible with Fastlane
gem 'faraday', '~> 1.10', '>= 1.10.5'
# Pinned to pull in the fix for GHSA-c4rq-3m3g-8wgx (CSS selector ReDoS).
# Drop once `fastlane-plugin-wpmreleasetoolkit` moves to >= 14.4.1, whose
# gemspec carries this floor transitively.
gem 'nokogiri', '~> 1.19', '>= 1.19.3'