Skip to content

Commit

Permalink
bump required pg version
Browse files Browse the repository at this point in the history
  • Loading branch information
vprokopchuk256 committed Dec 5, 2018
1 parent 7127991 commit 6cdc8ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"

gem 'railties', '~> 5.0'
gem 'pg', '~> 0.17'
gem 'pg', '~> 0.18'
gem "mv-core", '~> 3.0'

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -192,7 +192,7 @@ DEPENDENCIES
guard-rspec (~> 4.5)
jeweler (~> 2.0)
mv-core (~> 3.0)
pg (~> 0.17)
pg (~> 0.18)
pry-byebug
railties (~> 5.0)
rb-fsevent
Expand All @@ -202,4 +202,4 @@ DEPENDENCIES
terminal-notifier-guard

BUNDLED WITH
1.13.7
1.17.1
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -876,6 +876,10 @@ allow `NULL`:

* Escape single quotes in the custom validation statement body

**(2.2.8)** (4 Dec, 2018)

* Bump required pg version

## Contributing

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
Expand Down

0 comments on commit 6cdc8ec

Please sign in to comment.