Skip to content

Commit

Permalink
add back pg constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvanbuskirk committed Sep 12, 2019
1 parent dd44b74 commit 06723a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
gem 'pg', '1.1.2'
gem 'pg', '~> 1.1.2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down

0 comments on commit 06723a4

Please sign in to comment.