Skip to content

Commit b417b5c

Browse files
committed
Use Rails 4 by default
1 parent 3c78616 commit b417b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77

88

99
# Test app stuff
10-
case ENV['RAILS_VERSION']
10+
case ENV['RAILS_VERSION'] || '4'
1111
when '4'
1212
gem 'rails', '~> 4.0.0'
1313

@@ -31,7 +31,7 @@ when '4'
3131
end
3232

3333

34-
else
34+
when '3'
3535
gem 'rails', '~> 3.2.6'
3636

3737
# Gems used only for assets and not required

0 commit comments

Comments
 (0)