Skip to content

Commit 90c3391

Browse files
committed
Merge pull request #1234 from namusyaka/use-ruby2.3
Use Ruby 2.3.0 on Travis
2 parents c79a3be + d25e0fb commit 90c3391

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: ruby
33
sudo: false
44

55
rvm:
6+
- 2.3.0
67
- 2.2
78
- 2.1
89
- 2.0.0

gemfiles/rails_3.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '3.2.19'
5+
gem 'rails', '3.2.22'
66
gem 'rack-cache', '<= 1.2'
77

88
group :development, :test do

0 commit comments

Comments
 (0)