Skip to content

Commit

Permalink
Merge pull request sylvek#85 from sylvek/add-fastlane-over-rbenv
Browse files Browse the repository at this point in the history
rbenv to install fastlane
  • Loading branch information
sylvek authored Nov 26, 2016
2 parents 83ea837 + 6082cb0 commit 6b29a78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ sylvek.key
itracing2.json
fastlane/report.xml
fastlane/README.md
.bundle/
.gem/
Gemfile.lock
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.0
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'
ruby '2.1.0'
gem 'fastlane'

0 comments on commit 6b29a78

Please sign in to comment.