Commit 0019f518 by Toby Lawrence

Switch to 2.3.0 since that's what rbenv currently supports.

parent 922d45fd
...@@ -3,7 +3,7 @@ sudo: false ...@@ -3,7 +3,7 @@ sudo: false
language: ruby language: ruby
rvm: rvm:
- "2.3.1" - "2.3.0"
cache: bundler cache: bundler
......
source 'https://rubygems.org' source 'https://rubygems.org'
ruby "2.3.1" ruby "2.3.0"
gem 'pry' gem 'pry'
gem 'pry-nav' gem 'pry-nav'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment