Skip to content

Commit

Permalink
Updated to pg 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Aug 25, 2015
1 parent b951a2c commit 1d78bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Use of Ruby 2.2.3 is now recommended
- Updated to rails 4.2.4
- Updated to contour 3.0.1
- Updated to pg 0.18.2
- Updated to redcarpet 3.3.2
- Updated to figaro 1.1.1
- Use Haml for new views
Expand Down
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'
gem 'rails', '4.2.4'

# Database Adapter
gem 'pg', '0.18.1'
gem 'pg', '0.18.2'

# Gems used by project
gem 'contour', '~> 3.0.1'
Expand Down

0 comments on commit 1d78bb4

Please sign in to comment.