Skip to content

Commit 264e939

Browse files
committed
update ruby
1 parent 2d4e082 commit 264e939

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.1.5
1+
2.1.6

.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.5
3+
- 2.1.6
44
cache: bundler
55
sudo: false
66
bundler_args: "--without development production"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruby '2.1.5'
1+
ruby '2.1.6'
22

33
source 'https://rubygems.org' do
44
gem 'rails', '~> 3.2'

0 commit comments

Comments
 (0)