Skip to content

Commit e3fbf9f

Browse files
committed
Update development dependencies
The versions of gems specified in the Gemfile.lock require ruby 1.9.3. Update them to the latest and greatest gems.
1 parent 2cd41d7 commit e3fbf9f

File tree

2 files changed

+131
-51
lines changed

2 files changed

+131
-51
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ group :development do
44
gem "github-pages"
55
gem "tzinfo-data"
66

7-
gem "foreman", "~> 0.63"
8-
gem "serve", "~> 1.5"
7+
gem "foreman"
8+
gem "serve"
99
end

Gemfile.lock

Lines changed: 129 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,76 +2,156 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
RedCloth (4.2.9)
5-
activesupport (3.2.14)
5+
activesupport (3.2.22.5)
66
i18n (~> 0.6, >= 0.6.4)
77
multi_json (~> 1.0)
8-
classifier (1.3.3)
9-
fast-stemmer (>= 1.0.0)
8+
addressable (2.4.0)
9+
blankslate (2.1.2.4)
10+
classifier-reborn (2.1.0)
11+
fast-stemmer (~> 1.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.12.2)
1016
colorator (0.1)
11-
commander (4.1.5)
12-
highline (~> 1.6.11)
13-
directory_watcher (1.4.1)
14-
dotenv (0.8.0)
17+
ethon (0.10.1)
18+
ffi (>= 1.3.0)
19+
execjs (2.7.0)
20+
faraday (0.10.1)
21+
multipart-post (>= 1.2, < 3)
1522
fast-stemmer (1.0.2)
16-
foreman (0.63.0)
17-
dotenv (>= 0.7)
18-
thor (>= 0.13.6)
19-
github-pages (1)
23+
ffi (1.9.14)
24+
foreman (0.82.0)
25+
thor (~> 0.19.1)
26+
gemoji (2.1.0)
27+
github-pages (39)
2028
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)
29+
github-pages-health-check (~> 0.2)
30+
jekyll (= 2.4.0)
31+
jekyll-coffeescript (= 1.0.1)
32+
jekyll-feed (= 0.3.1)
33+
jekyll-mentions (= 0.2.1)
34+
jekyll-redirect-from (= 0.8.0)
35+
jekyll-sass-converter (= 1.3.0)
36+
jekyll-sitemap (= 0.8.1)
37+
jemoji (= 0.5.0)
38+
kramdown (= 1.5.0)
39+
liquid (= 2.6.2)
40+
maruku (= 0.7.0)
41+
mercenary (~> 0.3)
42+
pygments.rb (= 0.6.3)
43+
rdiscount (= 2.1.7)
44+
redcarpet (= 3.3.2)
45+
terminal-table (~> 1.4)
46+
github-pages-health-check (0.3.2)
47+
net-dns (~> 0.6)
48+
public_suffix (~> 1.4)
49+
typhoeus (~> 0.7)
50+
html-pipeline (1.9.0)
51+
activesupport (>= 2)
52+
nokogiri (~> 1.4)
53+
i18n (0.7.0)
54+
jekyll (2.4.0)
55+
classifier-reborn (~> 2.0)
3156
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)
43-
syntax (>= 1.0.0)
44-
multi_json (1.7.9)
45-
posix-spawn (0.3.6)
46-
pygments.rb (0.5.2)
57+
jekyll-coffeescript (~> 1.0)
58+
jekyll-gist (~> 1.0)
59+
jekyll-paginate (~> 1.0)
60+
jekyll-sass-converter (~> 1.0)
61+
jekyll-watch (~> 1.1)
62+
kramdown (~> 1.3)
63+
liquid (~> 2.6.1)
64+
mercenary (~> 0.3.3)
65+
pygments.rb (~> 0.6.0)
66+
redcarpet (~> 3.1)
67+
safe_yaml (~> 1.0)
68+
toml (~> 0.1.0)
69+
jekyll-coffeescript (1.0.1)
70+
coffee-script (~> 2.2)
71+
jekyll-feed (0.3.1)
72+
jekyll-gist (1.4.0)
73+
octokit (~> 4.2)
74+
jekyll-mentions (0.2.1)
75+
html-pipeline (~> 1.9.0)
76+
jekyll (~> 2.0)
77+
jekyll-paginate (1.1.0)
78+
jekyll-redirect-from (0.8.0)
79+
jekyll (>= 2.0)
80+
jekyll-sass-converter (1.3.0)
81+
sass (~> 3.2)
82+
jekyll-sitemap (0.8.1)
83+
jekyll-watch (1.5.0)
84+
listen (~> 3.0, < 3.1)
85+
jemoji (0.5.0)
86+
gemoji (~> 2.0)
87+
html-pipeline (~> 1.9)
88+
jekyll (>= 2.0)
89+
kramdown (1.5.0)
90+
liquid (2.6.2)
91+
listen (3.0.8)
92+
rb-fsevent (~> 0.9, >= 0.9.4)
93+
rb-inotify (~> 0.9, >= 0.9.7)
94+
maruku (0.7.0)
95+
mercenary (0.3.6)
96+
mini_portile2 (2.1.0)
97+
multi_json (1.12.1)
98+
multipart-post (2.0.0)
99+
net-dns (0.8.0)
100+
nokogiri (1.7.0.1)
101+
mini_portile2 (~> 2.1.0)
102+
octokit (4.6.2)
103+
sawyer (~> 0.8.0, >= 0.5.3)
104+
parslet (1.5.0)
105+
blankslate (~> 2.0)
106+
posix-spawn (0.3.12)
107+
public_suffix (1.5.3)
108+
pygments.rb (0.6.3)
47109
posix-spawn (~> 0.3.6)
48-
yajl-ruby (~> 1.1.0)
49-
rack (1.5.2)
50-
rack-test (0.6.2)
110+
yajl-ruby (~> 1.2.0)
111+
rack (1.5.5)
112+
rack-test (0.6.3)
51113
rack (>= 1.0)
52-
rdiscount (1.6.8)
53-
redcarpet (2.2.2)
54-
safe_yaml (0.7.1)
114+
rb-fsevent (0.9.8)
115+
rb-inotify (0.9.7)
116+
ffi (>= 0.5.0)
117+
rdiscount (2.1.7)
118+
redcarpet (3.3.2)
119+
safe_yaml (1.0.4)
120+
sass (3.4.23)
121+
sawyer (0.8.1)
122+
addressable (>= 2.3.5, < 2.6)
123+
faraday (~> 0.8, < 1.0)
55124
serve (1.5.2)
56125
activesupport (~> 3.2.12)
57126
i18n
58127
rack (~> 1.5.2)
59128
rack-test (~> 0.6.2)
60129
tilt (~> 1.3.3)
61130
tzinfo
62-
syntax (1.0.0)
63-
thor (0.18.1)
131+
terminal-table (1.7.3)
132+
unicode-display_width (~> 1.1.1)
133+
thor (0.19.4)
134+
thread_safe (0.3.5)
64135
tilt (1.3.7)
65-
tzinfo (1.0.1)
66-
tzinfo-data (1.2013.4)
136+
toml (0.1.2)
137+
parslet (~> 1.5.0)
138+
typhoeus (0.8.0)
139+
ethon (>= 0.8.0)
140+
tzinfo (1.2.2)
141+
thread_safe (~> 0.1)
142+
tzinfo-data (1.2016.10)
67143
tzinfo (>= 1.0.0)
68-
yajl-ruby (1.1.0)
144+
unicode-display_width (1.1.2)
145+
yajl-ruby (1.2.1)
69146

70147
PLATFORMS
71148
ruby
72149

73150
DEPENDENCIES
74-
foreman (~> 0.63)
151+
foreman
75152
github-pages
76-
serve (~> 1.5)
153+
serve
77154
tzinfo-data
155+
156+
BUNDLED WITH
157+
1.13.7

0 commit comments

Comments
 (0)