Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit 8f0df68

Browse files
committed
Setup ruby infrastructure
1 parent 67fd0f1 commit 8f0df68

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.1

Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'buildr', '= 1.5.5'
4+
gem 'zapwhite', '= 2.8.0'
5+
gem 'mcrt', '= 1.4.0'
6+
gem 'octokit', '~> 4.0'
7+
gem 'netrc', '~> 0.11'

0 commit comments

Comments
 (0)