summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorCharlie Root <root@web.ccc-migrate-target.local>2026-06-26 21:49:46 +0200
committerCharlie Root <root@web.ccc-migrate-target.local>2026-06-26 21:49:46 +0200
commit7c19e71780128fabd60a49960a3a829fa5f3287c (patch)
treee0fd13a99e39643004b98aeb87b18bad0da1e437 /Gemfile
parent89a5804e30abe9231d1be9fc45cc50b219fe1d7a (diff)
Update pg gem to ~> 1.5 now that PostgreSQL 16 is in use
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index faa138c..2bb3333 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ gem 'concurrent-ruby', '~> 1.3'
7gem 'sprockets-rails' 7gem 'sprockets-rails'
8gem 'puma' 8gem 'puma'
9 9
10gem 'pg', '~> 1.4.6' 10gem 'pg', '~> 1.5'
11 11
12gem 'acts-as-taggable-on', '~> 12.0' 12gem 'acts-as-taggable-on', '~> 12.0'
13gem 'awesome_nested_set', '~> 3.7.0' 13gem 'awesome_nested_set', '~> 3.7.0'