Skip to content

Commit b98e7d0

Browse files
committed
Bump Ruby to 2.4.2 + update dependencies #55
Fixes #55
1 parent 8c73968 commit b98e7d0

File tree

3 files changed

+32
-35
lines changed

3 files changed

+32
-35
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.3
1+
2.4.2

Gemfile.lock

Lines changed: 30 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (3.2.22.2)
12+
activesupport (3.2.22.5)
1313
i18n (~> 0.6, >= 0.6.4)
1414
multi_json (~> 1.0)
15-
builder (3.2.2)
16-
chunky_png (1.3.5)
15+
builder (3.2.3)
16+
chunky_png (1.3.10)
1717
coffee-script (2.2.0)
1818
coffee-script-source
1919
execjs
20-
coffee-script-source (1.10.0)
20+
coffee-script-source (1.12.2)
2121
compass (0.12.7)
2222
chunky_png (~> 1.2)
2323
fssm (>= 0.2.7)
2424
sass (~> 3.2.19)
2525
execjs (1.4.1)
2626
multi_json (~> 1.0)
27-
ffi (1.9.10)
27+
ffi (1.9.21)
2828
fssm (0.2.10)
29-
git-version-bump (0.15.1)
30-
haml (4.0.7)
29+
haml (5.0.4)
30+
temple (>= 0.8.0)
3131
tilt
3232
hike (1.2.3)
3333
i18n (0.6.11)
34-
icalendar (2.3.0)
35-
json (1.8.3)
36-
kramdown (1.10.0)
34+
icalendar (2.4.1)
35+
json (2.1.0)
36+
kramdown (1.16.2)
3737
listen (1.3.1)
3838
rb-fsevent (>= 0.9.3)
3939
rb-inotify (>= 0.9)
@@ -66,37 +66,34 @@ GEM
6666
sprockets (~> 2.2)
6767
sprockets-helpers (~> 1.1.0)
6868
sprockets-sass (~> 1.1.0)
69-
mini_portile2 (2.0.0)
70-
multi_json (1.11.2)
69+
mini_portile2 (2.3.0)
70+
multi_json (1.13.1)
7171
net-sftp (2.1.2)
7272
net-ssh (>= 2.6.5)
73-
net-ssh (3.0.2)
74-
nokogiri (1.6.7.2)
75-
mini_portile2 (~> 2.0.0.rc2)
76-
posix-spawn (0.3.11)
77-
ptools (1.3.3)
73+
net-ssh (4.2.0)
74+
nokogiri (1.8.2)
75+
mini_portile2 (~> 2.3.0)
76+
ptools (1.3.5)
7877
puma (1.6.3)
7978
rack (~> 1.2)
80-
pygments.rb (0.6.3)
81-
posix-spawn (~> 0.3.6)
82-
yajl-ruby (~> 1.2.0)
83-
rack (1.6.4)
84-
rack-contrib (1.4.0)
85-
git-version-bump (~> 0.15)
79+
pygments.rb (1.2.1)
80+
multi_json (>= 1.0.0)
81+
rack (1.6.8)
82+
rack-contrib (1.8.0)
8683
rack (~> 1.4)
8784
rack-rewrite (1.5.1)
8885
rack-test (0.6.3)
8986
rack (>= 1.0)
9087
rake (10.0.4)
91-
rb-fsevent (0.9.7)
92-
rb-inotify (0.9.7)
88+
rb-fsevent (0.10.2)
89+
rb-inotify (0.9.10)
90+
ffi (>= 0.5.0, < 2)
91+
rb-kqueue (0.2.5)
9392
ffi (>= 0.5.0)
94-
rb-kqueue (0.2.4)
95-
ffi (>= 0.5.0)
96-
redcarpet (3.3.4)
93+
redcarpet (3.4.0)
9794
sass (3.2.19)
98-
sitemap_generator (5.1.0)
99-
builder
95+
sitemap_generator (6.0.1)
96+
builder (~> 3.0)
10097
sprockets (2.12.4)
10198
hike (~> 1.2)
10299
multi_json (~> 1.0)
@@ -107,12 +104,12 @@ GEM
107104
sprockets-sass (1.1.0)
108105
sprockets (~> 2.0)
109106
tilt (~> 1.1)
110-
thor (0.19.1)
107+
temple (0.8.0)
108+
thor (0.20.0)
111109
tilt (1.4.1)
112110
uglifier (2.4.0)
113111
execjs (>= 0.3.0)
114112
json (>= 1.8.0)
115-
yajl-ruby (1.2.1)
116113
zurb-foundation (4.0.9)
117114
sass (>= 3.2.0)
118115

@@ -139,4 +136,4 @@ DEPENDENCIES
139136
zurb-foundation (~> 4.0.5)
140137

141138
BUNDLED WITH
142-
1.14.6
139+
1.16.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install
88

99
Provided you have RVM installed, installation should require **4 Steps:**
1010

11-
rvm 2.3.3
11+
rvm 2.4.2
1212
rvm gemset create middleman
1313
gem install bundler
1414
bundle install

0 commit comments

Comments
 (0)