Skip to content

Commit 3bb6a07

Browse files
committed
Bump Ruby Version to 2.3.1
1 parent 2b430c6 commit 3bb6a07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruby-version

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

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.3.0'
3+
ruby '2.3.1'
44

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

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.0
11+
rvm 2.3.1
1212
rvm gemset create middleman
1313
gem install bundler
1414
bundle install

0 commit comments

Comments
 (0)