Skip to content

Commit c2ff4ae

Browse files
committed
Updated development dependencies
1 parent 16016c9 commit c2ff4ae

File tree

2 files changed

+70
-40
lines changed

2 files changed

+70
-40
lines changed

Diff for: Gemfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
group :development do
4-
gem "RedCloth", "~> 4.2"
5-
gem "foreman", "~> 0.13"
6-
gem "serve", "~> 1.0"
7-
gem "jekyll", "~> 0.10"
8-
gem "thin", "~> 1.2"
4+
gem "github-pages"
5+
gem "tzinfo-data"
6+
7+
gem "foreman", "~> 0.63"
8+
gem "serve", "~> 1.5"
99
end

Diff for: Gemfile.lock

+64-34
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,77 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (3.0.7)
5+
activesupport (3.2.14)
6+
i18n (~> 0.6, >= 0.6.4)
7+
multi_json (~> 1.0)
68
classifier (1.3.3)
79
fast-stemmer (>= 1.0.0)
8-
daemons (1.1.3)
9-
directory_watcher (1.4.0)
10-
eventmachine (0.12.10)
11-
fast-stemmer (1.0.0)
12-
foreman (0.13.0)
13-
term-ansicolor (~> 1.0.5)
10+
colorator (0.1)
11+
commander (4.1.5)
12+
highline (~> 1.6.11)
13+
directory_watcher (1.4.1)
14+
dotenv (0.8.0)
15+
fast-stemmer (1.0.2)
16+
foreman (0.63.0)
17+
dotenv (>= 0.7)
1418
thor (>= 0.13.6)
15-
i18n (0.4.2)
16-
jekyll (0.10.0)
17-
classifier (>= 1.3.1)
18-
directory_watcher (>= 1.1.1)
19-
liquid (>= 1.9.0)
20-
maruku (>= 0.5.9)
21-
liquid (2.2.2)
22-
maruku (0.6.0)
19+
github-pages (1)
20+
RedCloth (= 4.2.9)
21+
jekyll (= 1.1.2)
22+
kramdown (= 1.0.2)
23+
liquid (= 2.5.1)
24+
maruku (= 0.6.1)
25+
rdiscount (= 1.6.8)
26+
redcarpet (= 2.2.2)
27+
highline (1.6.19)
28+
i18n (0.6.5)
29+
jekyll (1.1.2)
30+
classifier (~> 1.3)
31+
colorator (~> 0.1)
32+
commander (~> 4.1.3)
33+
directory_watcher (~> 1.4.1)
34+
kramdown (~> 1.0.2)
35+
liquid (~> 2.5.1)
36+
maruku (~> 0.5)
37+
pygments.rb (~> 0.5.0)
38+
redcarpet (~> 2.2.2)
39+
safe_yaml (~> 0.7.0)
40+
kramdown (1.0.2)
41+
liquid (2.5.1)
42+
maruku (0.6.1)
2343
syntax (>= 1.0.0)
24-
rack (1.2.2)
25-
serve (1.0.0)
26-
activesupport (~> 3.0.1)
27-
i18n (~> 0.4.1)
28-
rack (~> 1.2.1)
29-
tzinfo (~> 0.3.23)
44+
multi_json (1.7.9)
45+
posix-spawn (0.3.6)
46+
pygments.rb (0.5.2)
47+
posix-spawn (~> 0.3.6)
48+
yajl-ruby (~> 1.1.0)
49+
rack (1.5.2)
50+
rack-test (0.6.2)
51+
rack (>= 1.0)
52+
rdiscount (1.6.8)
53+
redcarpet (2.2.2)
54+
safe_yaml (0.7.1)
55+
serve (1.5.2)
56+
activesupport (~> 3.2.12)
57+
i18n
58+
rack (~> 1.5.2)
59+
rack-test (~> 0.6.2)
60+
tilt (~> 1.3.3)
61+
tzinfo
3062
syntax (1.0.0)
31-
term-ansicolor (1.0.5)
32-
thin (1.2.11)
33-
daemons (>= 1.0.9)
34-
eventmachine (>= 0.12.6)
35-
rack (>= 1.0.0)
36-
thor (0.14.6)
37-
tzinfo (0.3.27)
63+
thor (0.18.1)
64+
tilt (1.3.7)
65+
tzinfo (1.0.1)
66+
tzinfo-data (1.2013.4)
67+
tzinfo (>= 1.0.0)
68+
yajl-ruby (1.1.0)
3869

3970
PLATFORMS
4071
ruby
4172

4273
DEPENDENCIES
43-
RedCloth (~> 4.2)
44-
foreman (~> 0.13)
45-
jekyll (~> 0.10)
46-
serve (~> 1.0)
47-
thin (~> 1.2)
74+
foreman (~> 0.63)
75+
github-pages
76+
serve (~> 1.5)
77+
tzinfo-data

0 commit comments

Comments
 (0)