14 lines
256 B
Diff
14 lines
256 B
Diff
Rakefile need this gem
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -514,6 +514,9 @@
|
|
gem 'CFPropertyList', '~> 3.0'
|
|
gem 'app_store_connect'
|
|
|
|
+# This is required for Rakefile
|
|
+gem 'gitlab-dangerfiles'
|
|
+
|
|
# For phone verification
|
|
gem 'telesignenterprise', '~> 2.2'
|
|
|