Skip to content

Commit

Permalink
Use ruby 2.1.3 but allow travis to change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carols10cents committed Nov 8, 2014
1 parent a112661 commit 3d90b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.3
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'http://rubygems.org'

ruby ENV['TRAVIS_RUBY_VERSION'] || '2.1.3'

gem 'rails', '3.2.20'

# Gems used only for assets and not required
Expand Down

0 comments on commit 3d90b42

Please sign in to comment.