More updates
This commit is contained in:
parent
f56fa28f27
commit
6c59907d9e
4
Gemfile
4
Gemfile
@ -10,9 +10,9 @@ gem "dotenv-rails"
|
||||
gem "importmap-rails"
|
||||
gem "nokogiri"
|
||||
gem "paper_trail"
|
||||
gem "pg", "~> 1.1"
|
||||
gem "pg"
|
||||
gem "propshaft"
|
||||
gem "puma", "~> 6.0"
|
||||
gem "puma"
|
||||
gem "pundit"
|
||||
gem "rails", "~> 7.2"
|
||||
gem "ransack"
|
||||
|
10
Gemfile.lock
10
Gemfile.lock
@ -83,7 +83,7 @@ GEM
|
||||
bootsnap (1.18.4)
|
||||
msgpack (~> 1.2)
|
||||
builder (3.3.0)
|
||||
clearance (2.8.0)
|
||||
clearance (2.9.1)
|
||||
actionmailer (>= 5.0)
|
||||
activemodel (>= 5.0)
|
||||
activerecord (>= 5.0)
|
||||
@ -223,7 +223,7 @@ GEM
|
||||
ruby-rc4 (0.1.5)
|
||||
rubyzip (2.3.2)
|
||||
securerandom (0.3.1)
|
||||
solid_queue (0.9.0)
|
||||
solid_queue (1.0.0)
|
||||
activejob (>= 7.1)
|
||||
activerecord (>= 7.1)
|
||||
concurrent-ruby (>= 1.3.1)
|
||||
@ -245,7 +245,7 @@ GEM
|
||||
websocket-driver (0.7.6)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.5)
|
||||
zeitwerk (2.6.18)
|
||||
zeitwerk (2.7.1)
|
||||
|
||||
PLATFORMS
|
||||
x86_64-linux
|
||||
@ -259,9 +259,9 @@ DEPENDENCIES
|
||||
importmap-rails
|
||||
nokogiri
|
||||
paper_trail
|
||||
pg (~> 1.1)
|
||||
pg
|
||||
propshaft
|
||||
puma (~> 6.0)
|
||||
puma
|
||||
pundit
|
||||
rails (~> 7.2)
|
||||
ransack
|
||||
|
Loading…
Reference in New Issue
Block a user