1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

remove ffi version lock and bump version

per
880ec82d3c (commitcomment-4891173)
This commit is contained in:
Aidan Feldman 2013-12-18 11:57:39 -05:00
parent 66538ff7ef
commit 6504fb7cfd
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,6 @@ source "https://rubygems.org"
ruby File.read(".ruby-version").strip ruby File.read(".ruby-version").strip
gem "github-pages" gem "github-pages"
gem "ffi", "1.9.0"
group :test do group :test do
gem "html-proofer" gem "html-proofer"

View File

@ -13,7 +13,7 @@ GEM
ffi (>= 1.3.0) ffi (>= 1.3.0)
mime-types (~> 1.18) mime-types (~> 1.18)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
ffi (1.9.0) ffi (1.9.3)
github-pages (12) github-pages (12)
RedCloth (= 4.2.9) RedCloth (= 4.2.9)
jekyll (= 1.4.2) jekyll (= 1.4.2)
@ -76,7 +76,6 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
ffi (= 1.9.0)
github-pages github-pages
html-proofer html-proofer
rake rake