Skip to content

Commit 4d51d29

Browse files
author
Rafael Mendonça França
committed
Use the right version of Rails
1 parent bf4a122 commit 4d51d29

File tree

1 file changed

+1
-1
lines changed
  • test/fixtures/alternate_config_project

1 file changed

+1
-1
lines changed

test/fixtures/alternate_config_project/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', "~> 3.2.0.rc1"
3+
gem 'rails', '>= 4.0.0.beta', '< 5.0'
44
gem 'sqlite3'
55

66
# Asset template engines

0 commit comments

Comments
 (0)