Skip to content

Commit

Permalink
Lock PG gem to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Jul 2, 2017
1 parent 8422c6d commit f15a278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'rails', '4.2.9'

gem 'pg'
gem 'pg', '~> 0.20.0'
gem 'sass-rails', '~> 4.0'
gem 'uglifier', '>= 1.3'
gem 'coffee-script-source', '1.8.0', platforms: [:mingw, :mswin, :x64_mingw]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
orm_adapter (0.5.0)
pg (0.21.0)
pg (0.20.0)
polyamorous (1.3.1)
activerecord (>= 3.0)
pry (0.10.4)
Expand Down Expand Up @@ -371,7 +371,7 @@ DEPENDENCIES
mini_magick
momentjs-rails
neat
pg
pg (~> 0.20.0)
pry-byebug
quiet_assets
rails (= 4.2.9)
Expand Down

0 comments on commit f15a278

Please sign in to comment.