Skip to content

Commit 17499e7

Browse files
author
Anna
committed
temp fix. adding mysql
1 parent 265e8c7 commit 17499e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ group :odbc do
3838
end
3939

4040
group :development do
41+
# TODO: activerecord/test/cases/invalid_connection_test.rb:12 requires
42+
# mysql. Take this out and override that
43+
gem 'mysql'
44+
4145
gem 'bcrypt-ruby', '~> 3.0.0'
4246
gem 'bench_press'
4347
gem 'mocha'

0 commit comments

Comments
 (0)