13 lines
244 B
Diff
13 lines
244 B
Diff
Rakefile need this gem
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -491,5 +491,8 @@
|
|
gem 'CFPropertyList'
|
|
gem 'app_store_connect'
|
|
|
|
+# This is required for Rakefile
|
|
+gem 'gitlab-dangerfiles'
|
|
+
|
|
# For phone verification
|
|
gem 'telesignenterprise', '~> 2.2'
|