Skip to content

Commit 6136881

Browse files
committed
use ruby 2.1.4
1 parent 302aeff commit 6136881

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.3
1+
2.1.4

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.1.3
3+
- 2.1.4
44
bundler_args: "--without development production autotest"
55
services:
66
- mongodb

Gemfile

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

4-
ruby '2.1.3'
4+
ruby '2.1.4'
55

66
gem 'rails', '~> 3.2'
77

vagrant/coderwall-box/scripts/postinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ apt-get -y install vim
8282
apt-get -y install zlib1g
8383
apt-get -y install zlib1g-dev
8484

85-
RUBY_VERSION="2.1.3"
85+
RUBY_VERSION="2.1.4"
8686
wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-$RUBY_VERSION.tar.bz2
8787
tar jxf ruby-$RUBY_VERSION.tar.bz2
8888
cd ruby-$RUBY_VERSION

0 commit comments

Comments
 (0)