Skip to content

Commit

Permalink
updating to constrain pg due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinvanbuskirk committed Sep 12, 2019
1 parent 9d85e4d commit e343e84
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'
gem 'pg', '~> 0.21'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down

0 comments on commit e343e84

Please sign in to comment.