Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
* Update pg gem to 1.5.x
* Fix a bug in loading DB seed data
* Fix failing weather API tests
* Only load Sentry in production
  • Loading branch information
aaronbrethorst committed Nov 8, 2023
1 parent e4f448b commit 036536a
Show file tree
Hide file tree
Showing 11 changed files with 476 additions and 175 deletions.
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'
ruby '2.7.3'

gem 'rails', '~> 6.1.6'
gem 'pg', '~>1.1.0'
gem 'pg', '~>1.5.0'
gem 'puma', '~> 5.6.4'
gem 'bootsnap', require: false
gem "sentry-ruby"
Expand Down
Loading

0 comments on commit 036536a

Please sign in to comment.