1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #304 from github/ignore-ruby-version

Ignore .ruby-version
This commit is contained in:
Brandon Keepers 2015-11-02 09:24:43 -05:00
commit 4e6646b007
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ assets/vendor/qtip2/basic
/vendor
Gemfile.lock
/.sass-cache
.ruby-version

View File

@ -1 +0,0 @@
2.0.0

View File

@ -1,5 +1,4 @@
source "https://rubygems.org"
ruby File.read(".ruby-version").strip
gem "github-pages"
gem "jekyll-seo-tag"