Skip to content

Commit

Permalink
Start to fix the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Feb 1, 2018
1 parent 84ad9c9 commit 7fa103b
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 32 deletions.
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ gem "rake"

group :test do
platforms :jruby do
gem "activerecord-jdbcmysql-adapter", git: "https://github.com/jruby/activerecord-jdbc-adapter", branch: "rails-5"

gem "activerecord-jdbcpostgresql-adapter", git: "https://github.com/jruby/activerecord-jdbc-adapter", branch: "rails-5"

gem "activerecord-jdbcsqlite3-adapter", git: "https://github.com/jruby/activerecord-jdbc-adapter", branch: "rails-5"
gem "activerecord-jdbcmysql-adapter"
gem "activerecord-jdbcpostgresql-adapter"
gem "activerecord-jdbcsqlite3-adapter"
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/3-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/3-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/3-2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/4-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/4-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/4-2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/5-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcmysql-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/5-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcmysql-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/mysql2/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcmysql-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcmysql-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/3-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcpostgresql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/3-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcpostgresql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/3-2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcpostgresql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/4-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcpostgresql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/4-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcpostgresql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/4-2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcpostgresql-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/5-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcpostgresql-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/5-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcpostgresql-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/postgresql/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcpostgresql-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcpostgresql-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/3-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/3-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/3-2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/4-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/4-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/4-2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 50.0'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/5-0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcsqlite3-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/5-1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcsqlite3-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/sqlite3/master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'rake'

group :test do
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', branch: 'rails-5'
gem 'activerecord-jdbcsqlite3-adapter'
end

platforms :ruby, :mswin, :mingw do
Expand Down

0 comments on commit 7fa103b

Please sign in to comment.