Skip to content

Commit c54d237

Browse files
committed
Merge pull request #58 from phpughh/gemfile
added gemfile
2 parents 4c7f90e + c73fde2 commit c54d237

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# A sample Gemfile
2+
source "https://rubygems.org"
3+
4+
# gem "rails"
5+
gem 'jekyll'

Gemfile.lock

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
classifier (1.3.3)
5+
fast-stemmer (>= 1.0.0)
6+
colorator (0.1)
7+
commander (4.1.5)
8+
highline (~> 1.6.11)
9+
directory_watcher (1.4.1)
10+
fast-stemmer (1.0.2)
11+
highline (1.6.20)
12+
jekyll (1.2.1)
13+
classifier (~> 1.3)
14+
colorator (~> 0.1)
15+
commander (~> 4.1.3)
16+
directory_watcher (~> 1.4.1)
17+
liquid (~> 2.5.2)
18+
maruku (~> 0.5)
19+
pygments.rb (~> 0.5.0)
20+
redcarpet (~> 2.3.0)
21+
safe_yaml (~> 0.7.0)
22+
liquid (2.5.3)
23+
maruku (0.7.0)
24+
posix-spawn (0.3.6)
25+
pygments.rb (0.5.4)
26+
posix-spawn (~> 0.3.6)
27+
yajl-ruby (~> 1.1.0)
28+
redcarpet (2.3.0)
29+
safe_yaml (0.7.1)
30+
yajl-ruby (1.1.0)
31+
32+
PLATFORMS
33+
ruby
34+
35+
DEPENDENCIES
36+
jekyll

0 commit comments

Comments
 (0)