Skip to content

Commit

Permalink
Add Bundler support
Browse files Browse the repository at this point in the history
Latest nanoc really wants a Gemfile
  • Loading branch information
tilsammans committed Jul 8, 2014
1 parent 9f9e029 commit 653ff51
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
2.1.2
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem "nanoc"
gem "adsf"
gem "kramdown"
20 changes: 20 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
adsf (1.2.0)
rack (>= 1.0.0)
colored (1.2)
cri (2.6.1)
colored (~> 1.2)
kramdown (1.4.0)
nanoc (3.7.1)
cri (~> 2.3)
rack (1.5.2)

PLATFORMS
ruby

DEPENDENCIES
adsf
kramdown
nanoc

0 comments on commit 653ff51

Please sign in to comment.