Skip to content

Commit 9b61869

Browse files
committed
Use the correct mysql2 adapter for Rails versions < 4
1 parent d35f0d7 commit 9b61869

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ Gemfile.lock
55
bin
66
coverage
77
pkg/*
8+
gemfiles/**/*.gemfile.lock

gemfiles/mysql2/3-0.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
end
99

1010
platforms :ruby, :mswin, :mingw do
11-
gem 'mysql2'
11+
gem 'activerecord-mysql2-adapter'
1212
end
1313

1414
gem 'coveralls', :require => false

gemfiles/mysql2/3-1.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
end
99

1010
platforms :ruby, :mswin, :mingw do
11-
gem 'mysql2'
11+
gem 'activerecord-mysql2-adapter'
1212
end
1313

1414
gem 'coveralls', :require => false

gemfiles/mysql2/3-2.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
end
99

1010
platforms :ruby, :mswin, :mingw do
11-
gem 'mysql2'
11+
gem 'activerecord-mysql2-adapter'
1212
end
1313

1414
gem 'coveralls', :require => false

0 commit comments

Comments
 (0)