Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Fixes #461.
  • Loading branch information
GabeIsman committed Apr 13, 2021
1 parent 35e5696 commit d5b3afc
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 117 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source 'https://rubygems.org'
ruby '2.7.2'

gem 'rails', '~> 6.0'
gem 'pg', '~> 0.21'
gem 'rails', '~> 6.0.0'
gem 'pg', '~> 1.0'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'mini_racer', '~> 0.3'
Expand Down
Loading

0 comments on commit d5b3afc

Please sign in to comment.