Skip to content

Commit 2f3c241

Browse files
committed
add gemfile to test
1 parent 839d474 commit 2f3c241

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pkg
33
.idea/
44

55
test/Pods
6+
test/Gemfile.lock
67

78
## Various settings
89
*.pbxuser

test/Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
# frozen_string_literal: true
3+
source "https://rubygems.org"
4+
5+
gem 'cocoapods', '1.6.1'
6+
gem 'cocoapods-binary', :path => "../"
7+

0 commit comments

Comments
 (0)