forked from woocommerce/woocommerce-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
29 lines (25 loc) · 1010 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# frozen_string_literal: true
source 'https://rubygems.org'
group :screenshots, optional: true do
gem 'rmagick', '~> 4.1'
end
gem 'cocoapods', '~> 1.14'
gem 'cocoapods-catalyst-support', '~> 0.1'
gem 'dotenv'
gem 'fastlane', '~> 2.216'
gem 'fastlane-plugin-appcenter', '~> 2.0'
gem 'fastlane-plugin-sentry', '~> 1.0'
# This comment avoids typing to switch to a development version for testing.
#
# gem 'fastlane-plugin-wpmreleasetoolkit', git: '[email protected]:wordpress-mobile/release-toolkit', branch: ''
#
# The 9.0.1 version includes a fix for the pot file generation.
# We want to resolve to any 9.x compatible version, _starting from_ 9.0.1.
# Using '~> 9.0.1' would resolve to 9.0.x compatible version, missing out on any new feature release.
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 9.1'
gem 'rake', '~> 12.3'
gem 'rubocop', '~> 1.56'
gem 'rubocop-rake', '~> 0.6'
gem 'xcode-install'
gem 'xcpretty-travis-formatter'
gem 'danger-dangermattic', git: 'https://github.com/Automattic/dangermattic'