Skip to content

Commit 90fe603

Browse files
author
haleyvandyck
committed
Merge pull request project-open-data#35 from project-open-data/gemfile
Update Gemfile
2 parents cfd5ce2 + 9ec4752 commit 90fe603

File tree

2 files changed

+21
-61
lines changed

2 files changed

+21
-61
lines changed

Diff for: Gemfile

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll"
4-
gem "RedCloth"
5-
gem "sinatra"
6-
gem "sinatra-index"
7-
gem "rake"
8-
gem "sinatra_auth_github"
9-
gem "foreman"
10-
gem "redcarpet"
3+
# for latest versions, see:
4+
# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
5+
6+
gem "jekyll", '=1.0.2'
7+
gem 'liquid', '=2.5.0'
8+
gem 'redcarpet', '=2.2.2'
9+
gem 'maruku', '=0.6.1'
10+
gem 'rdiscount', '=1.6.8'
11+
gem 'RedCloth', '=4.2.9'

Diff for: Gemfile.lock

+12-53
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,45 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
addressable (2.3.4)
65
classifier (1.3.3)
76
fast-stemmer (>= 1.0.0)
87
colorator (0.1)
98
commander (4.1.3)
109
highline (~> 1.6.11)
1110
directory_watcher (1.4.1)
12-
dotenv (0.7.0)
13-
faraday (0.8.7)
14-
multipart-post (~> 1.1)
15-
faraday_middleware (0.9.0)
16-
faraday (>= 0.7.4, < 0.9)
1711
fast-stemmer (1.0.2)
18-
foreman (0.63.0)
19-
dotenv (>= 0.7)
20-
thor (>= 0.13.6)
21-
hashie (2.0.4)
2212
highline (1.6.18)
23-
jekyll (1.0.1)
13+
jekyll (1.0.2)
2414
classifier (~> 1.3)
2515
colorator (~> 0.1)
2616
commander (~> 4.1.3)
2717
directory_watcher (~> 1.4.1)
28-
kramdown (~> 0.14)
18+
kramdown (~> 1.0.2)
2919
liquid (~> 2.3)
3020
maruku (~> 0.5)
31-
pygments.rb (~> 0.4.2)
21+
pygments.rb (~> 0.5.0)
3222
safe_yaml (~> 0.7.0)
33-
kramdown (0.14.2)
23+
kramdown (1.0.2)
3424
liquid (2.5.0)
3525
maruku (0.6.1)
3626
syntax (>= 1.0.0)
37-
multi_json (1.7.3)
38-
multipart-post (1.2.0)
39-
netrc (0.7.7)
40-
octokit (1.24.0)
41-
addressable (~> 2.2)
42-
faraday (~> 0.8)
43-
faraday_middleware (~> 0.9)
44-
hashie (~> 2.0)
45-
multi_json (~> 1.3)
46-
netrc (~> 0.7.7)
4727
posix-spawn (0.3.6)
48-
pygments.rb (0.4.2)
28+
pygments.rb (0.5.0)
4929
posix-spawn (~> 0.3.6)
5030
yajl-ruby (~> 1.1.0)
51-
rack (1.5.2)
52-
rack-protection (1.5.0)
53-
rack
54-
rake (10.0.4)
31+
rdiscount (1.6.8)
5532
redcarpet (2.2.2)
5633
safe_yaml (0.7.1)
57-
sinatra (1.4.2)
58-
rack (~> 1.5, >= 1.5.2)
59-
rack-protection (~> 1.4)
60-
tilt (~> 1.3, >= 1.3.4)
61-
sinatra-index (0.0.2)
62-
sinatra
63-
sinatra_auth_github (0.13.3)
64-
sinatra (~> 1.0)
65-
warden-github (~> 0.13.1)
6634
syntax (1.0.0)
67-
thor (0.18.1)
68-
tilt (1.4.0)
69-
warden (1.2.1)
70-
rack (>= 1.0)
71-
warden-github (0.13.2)
72-
octokit (>= 1.22.0)
73-
warden (> 1.0)
7435
yajl-ruby (1.1.0)
7536

7637
PLATFORMS
7738
ruby
7839

7940
DEPENDENCIES
80-
RedCloth
81-
foreman
82-
jekyll
83-
rake
84-
redcarpet
85-
sinatra
86-
sinatra-index
87-
sinatra_auth_github
41+
RedCloth (= 4.2.9)
42+
jekyll (= 1.0.2)
43+
liquid (= 2.5.0)
44+
maruku (= 0.6.1)
45+
rdiscount (= 1.6.8)
46+
redcarpet (= 2.2.2)

0 commit comments

Comments
 (0)