Gemfile: Bump to Rails 5-0-stable

This commit is contained in:
Jon Atack 2016-07-14 13:17:37 +02:00
parent ce9c3ce521
commit 0cfb9602cd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ gemspec
gem 'rake'
rails = ENV['RAILS'] || '4-2-stable'
rails = ENV['RAILS'] || '5-0-stable'
if rails == 'master'
gem 'rack', github: 'rack/rack'