10 lines
183 B
Ruby
10 lines
183 B
Ruby
|
# A sample Gemfile
|
||
|
source "https://rubygems.org"
|
||
|
|
||
|
gem 'activesupport', require: 'active_support'
|
||
|
gem 'octokit'
|
||
|
gem 'faraday-http-cache', '~> 1.0.1'
|
||
|
gem 'typhoeus'
|
||
|
|
||
|
gem 'github-pages'
|