Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed Jul 25, 2018
2 parents a31a01e + 9e1039c commit 62fb687
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Reduced Gem file allocation. We only care about stuff in the lib directory.

# 0.5.1 - June 3rd 2018

Relaxed PG gem requirement for allowing version 1 to be used.

# 0.5.0 - May 31st 2018

Released non-marked beta version.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
active_record_extended (0.6.0)
activerecord (>= 5.0, < 6.0)
ar_outer_joins (~> 0.2)
pg (~> 0.18)
pg (>= 0, < 1.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
parallel (1.12.1)
parser (2.5.1.0)
ast (~> 2.4.0)
pg (0.21.0)
pg (1.0.0)
powerpack (0.1.1)
pry (0.11.3)
coderay (~> 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion active_record_extended.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "activerecord", ">= 5.0", "< 6.0"
spec.add_dependency "ar_outer_joins", "~> 0.2"
spec.add_dependency "pg", "~> 0.18"
spec.add_dependency "pg", ">= 0", "< 1.1"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "database_cleaner", "~> 1.6"
Expand Down

0 comments on commit 62fb687

Please sign in to comment.