Skip to content

Commit

Permalink
have to update mysql2 for rails3
Browse files Browse the repository at this point in the history
Change-Id: I3370986b7ab335f3383c2f3b565918086280fda9
Reviewed-on: https://gerrit.instructure.com/32276
Tested-by: Jenkins <[email protected]>
Reviewed-by: James Williams  <[email protected]>
Product-Review: Cody Cutrer <[email protected]>
QA-Review: Cody Cutrer <[email protected]>
  • Loading branch information
ccutrer committed Mar 24, 2014
1 parent 8018ce8 commit f300b05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,11 @@ group :assets do
end

group :mysql do
gem 'mysql2', '0.2.18'
if CANVAS_RAILS3
gem 'mysql2', '0.3.15'
else
gem 'mysql2', '0.2.18'
end
end

group :postgres do
Expand Down

0 comments on commit f300b05

Please sign in to comment.