Skip to content

Commit 578e6de

Browse files
committed
Try fixing CI
1 parent 4adf9fb commit 578e6de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

activerecord_where_assoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
3636

3737
# Travis-CI takes care of the other ones
3838
# Using conditions because someone might not even be able to install the gems
39-
spec.add_development_dependency "pg", "< 1.0.0" if ENV["CI"] || ENV["ALL_DB"] || ["pg", "postgres", "postgresql"].include?(ENV["DB"])
39+
spec.add_development_dependency "pg" if ENV["CI"] || ENV["ALL_DB"] || ["pg", "postgres", "postgresql"].include?(ENV["DB"])
4040
end

gemfiles/rails_4_2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ source "https://rubygems.org"
44

55
gem "activerecord", "~> 4.2.0"
66
gem "sqlite3", "~> 1.3.6"
7+
gem "pg", "< 1.0.0"
78

89
# Ruby 2.4 tried to use bigdecimal 3, which removed BigDecimal.new
910
gem "bigdecimal", "1.3.5"

0 commit comments

Comments
 (0)