summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-11-18 14:28:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-11-18 14:28:45 +0000
commit1ff8bbf080c6e1840b4188d94f6c2e58476960a2 (patch)
tree3661de11d54161f12b8ab06938c7040f264330fc /Gemfile
parent628b3cde711e35c56644e7f85ae44d0d26b66b42 (diff)
downloadredmine-1ff8bbf080c6e1840b4188d94f6c2e58476960a2.tar.gz
redmine-1ff8bbf080c6e1840b4188d94f6c2e58476960a2.zip
Pins mysql gem to ~> 2.8.1.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10840 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 80ba78a8e..b44ba5720 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ end
platforms :mri_18, :mingw_18 do
group :mysql do
- gem "mysql"
+ gem "mysql", "~> 2.8.1"
end
end