Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 18, 2019
1 parent 36b720d commit f5f8aaf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in searchkick.gemspec
gemspec

gem "sqlite3"
gem "sqlite3", "~> 1.3.0"
gem "activerecord"
gem "gemoji-parser"
gem "typhoeus"
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/activerecord42.gemfile
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../../"

gem "sqlite3"
gem "sqlite3", "~> 1.3.0"
gem "activerecord", "~> 4.2.0"
2 changes: 1 addition & 1 deletion test/gemfiles/activerecord50.gemfile
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../../"

gem "sqlite3"
gem "sqlite3", "~> 1.3.0"
gem "activerecord", "~> 5.0.0"
2 changes: 1 addition & 1 deletion test/gemfiles/activerecord51.gemfile
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../../"

gem "sqlite3"
gem "sqlite3", "~> 1.3.0"
gem "activerecord", "~> 5.1.0"
2 changes: 1 addition & 1 deletion test/gemfiles/apartment.gemfile
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../../"

gem "sqlite3"
gem "sqlite3", "~> 1.3.0"
gem "activerecord", "~> 4.2.0"
gem "apartment"
2 changes: 1 addition & 1 deletion test/gemfiles/parallel_tests.gemfile
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in searchkick.gemspec
gemspec path: "../../"

gem "sqlite3"
gem "sqlite3", "~> 1.3.0"
gem "activerecord", "~> 5.0.0"
gem "parallel_tests"

0 comments on commit f5f8aaf

Please sign in to comment.