Skip to content

Commit 9e71ef4

Browse files
committed
Add mysql to the Rails 4.0 gemfile.
1 parent 9f691f2 commit 9e71ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gemfiles/activerecord_4_0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "activerecord", "~> 4.0.0"
6+
gem "mysql", "~> 2.9.0"
67
gem "protected_attributes", "~> 1.0.0"
78

89
gemspec :path=>"../"

0 commit comments

Comments
 (0)