Skip to content

Commit 6e46932

Browse files
committed
updates ruby and gems
1 parent 4463c8f commit 6e46932

File tree

4 files changed

+33
-31
lines changed

4 files changed

+33
-31
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.3.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.2.3'
3+
ruby '2.3.0'
44

55
gem 'rake', '~> 10.0.3'
66
gem 'sass', '~> 3.2.5'

Gemfile.lock

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,31 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (3.2.22)
12+
activesupport (3.2.22.2)
1313
i18n (~> 0.6, >= 0.6.4)
1414
multi_json (~> 1.0)
15-
builder (3.2.0)
16-
chunky_png (1.2.7)
15+
builder (3.2.2)
16+
chunky_png (1.3.5)
1717
coffee-script (2.2.0)
1818
coffee-script-source
1919
execjs
20-
coffee-script-source (1.3.3)
21-
compass (0.12.2)
20+
coffee-script-source (1.10.0)
21+
compass (0.12.7)
2222
chunky_png (~> 1.2)
2323
fssm (>= 0.2.7)
24-
sass (~> 3.1)
25-
execjs (1.4.0)
24+
sass (~> 3.2.19)
25+
execjs (1.4.1)
2626
multi_json (~> 1.0)
2727
ffi (1.9.10)
2828
fssm (0.2.10)
29+
git-version-bump (0.15.1)
2930
haml (4.0.7)
3031
tilt
3132
hike (1.2.3)
3233
i18n (0.6.11)
33-
icalendar (1.2.2)
34+
icalendar (2.3.0)
3435
json (1.8.3)
35-
kramdown (1.9.0)
36+
kramdown (1.10.0)
3637
listen (1.3.1)
3738
rb-fsevent (>= 0.9.3)
3839
rb-inotify (>= 0.9)
@@ -65,35 +66,36 @@ GEM
6566
sprockets (~> 2.2)
6667
sprockets-helpers (~> 1.1.0)
6768
sprockets-sass (~> 1.1.0)
68-
mini_portile (0.6.2)
69+
mini_portile2 (2.0.0)
6970
multi_json (1.11.2)
7071
net-sftp (2.1.2)
7172
net-ssh (>= 2.6.5)
72-
net-ssh (3.0.1)
73-
nokogiri (1.6.6.2)
74-
mini_portile (~> 0.6.0)
75-
posix-spawn (0.3.6)
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)
7677
ptools (1.3.3)
7778
puma (1.6.3)
7879
rack (~> 1.2)
79-
pygments.rb (0.4.2)
80+
pygments.rb (0.6.3)
8081
posix-spawn (~> 0.3.6)
81-
yajl-ruby (~> 1.1.0)
82+
yajl-ruby (~> 1.2.0)
8283
rack (1.6.4)
83-
rack-contrib (1.1.0)
84-
rack (>= 0.9.1)
85-
rack-rewrite (1.3.3)
84+
rack-contrib (1.4.0)
85+
git-version-bump (~> 0.15)
86+
rack (~> 1.4)
87+
rack-rewrite (1.5.1)
8688
rack-test (0.6.3)
8789
rack (>= 1.0)
88-
rake (10.0.3)
89-
rb-fsevent (0.9.6)
90-
rb-inotify (0.9.5)
90+
rake (10.0.4)
91+
rb-fsevent (0.9.7)
92+
rb-inotify (0.9.7)
9193
ffi (>= 0.5.0)
9294
rb-kqueue (0.2.4)
9395
ffi (>= 0.5.0)
94-
redcarpet (2.2.2)
95-
sass (3.2.6)
96-
sitemap_generator (3.4)
96+
redcarpet (3.3.4)
97+
sass (3.2.19)
98+
sitemap_generator (5.1.0)
9799
builder
98100
sprockets (2.12.4)
99101
hike (~> 1.2)
@@ -110,8 +112,8 @@ GEM
110112
uglifier (2.4.0)
111113
execjs (>= 0.3.0)
112114
json (>= 1.8.0)
113-
yajl-ruby (1.1.0)
114-
zurb-foundation (4.0.5)
115+
yajl-ruby (1.2.1)
116+
zurb-foundation (4.0.9)
115117
sass (>= 3.2.0)
116118

117119
PLATFORMS
@@ -137,4 +139,4 @@ DEPENDENCIES
137139
zurb-foundation (~> 4.0.5)
138140

139141
BUNDLED WITH
140-
1.10.6
142+
1.11.2

README.md

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

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

12-
rvm 2.2.3
12+
rvm 2.3.0
1313
rvm gemset create middleman
1414
gem install bundler
1515
bundle install

0 commit comments

Comments
 (0)