There was an error while loading. Please reload this page.
1 parent 3e3ae0d commit 19055a8Copy full SHA for 19055a8
1 file changed
Gemfile
@@ -10,6 +10,8 @@ if branch == 'master' || branch >= "v2.0"
10
gem "rails-controller-testing", group: :test
11
end
12
13
+gem "rails", "4.2.4" if ["v1.1", "v1.2"].include? branch
14
+
15
gem 'pg'
16
gem 'sqlite3'
17
gem 'mysql2'
0 commit comments