Skip to content

Commit

Permalink
Match activerecord adapter gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal committed Nov 2, 2016
1 parent 200d7ec commit 0c89d64
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Gemfile.activerecord32
Expand Up @@ -10,7 +10,7 @@ platforms :jruby do
end

platforms :ruby do
gem 'sqlite3'
gem 'sqlite3', '~> 1.3.5'
gem 'mysql2', '~> 0.3.11'
gem 'pg'
gem 'pg', '~> 0.11'
end
4 changes: 2 additions & 2 deletions Gemfile.activerecord40
Expand Up @@ -10,7 +10,7 @@ platforms :jruby do
end

platforms :ruby do
gem 'sqlite3'
gem 'sqlite3', '~> 1.3.6'
gem 'mysql2', '~> 0.3.11'
gem 'pg'
gem 'pg', '~> 0.11'
end
4 changes: 2 additions & 2 deletions Gemfile.activerecord41
Expand Up @@ -10,7 +10,7 @@ platforms :jruby do
end

platforms :ruby do
gem 'sqlite3'
gem 'sqlite3', '~> 1.3.6'
gem 'mysql2', '~> 0.3.11'
gem 'pg'
gem 'pg', '~> 0.11'
end
6 changes: 3 additions & 3 deletions Gemfile.activerecord42
Expand Up @@ -10,7 +10,7 @@ platforms :jruby do
end

platforms :ruby do
gem 'sqlite3'
gem 'mysql2', '~> 0.3.11'
gem 'pg'
gem 'sqlite3', '~> 1.3.6'
gem 'mysql2', '>= 0.3.13', '< 0.5'
gem 'pg', '~> 0.15'
end
6 changes: 3 additions & 3 deletions Gemfile.activerecord50
Expand Up @@ -10,7 +10,7 @@ platforms :jruby do
end

platforms :ruby do
gem 'sqlite3'
gem 'mysql2', '~> 0.3.11'
gem 'pg'
gem 'sqlite3', '~> 1.3.6'
gem 'mysql2', '>= 0.3.18', '< 0.5'
gem 'pg', '~> 0.18'
end

0 comments on commit 0c89d64

Please sign in to comment.