Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'activeadmin', '~> 3.2'
gem 'active_storage_base64', '~> 3.0.0'
gem 'aws-sdk-s3', '~> 1.182', require: false
gem 'bootsnap', '~> 1.18'
gem 'cssbundling-rails', '~> 1.4', '>= 1.4.1'
gem 'cssbundling-rails', '~> 1.4'
gem 'delayed_job_active_record', '~> 4.1'
gem 'devise', '~> 4.9'
gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth'
Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
cssbundling-rails (1.4.1)
cssbundling-rails (1.4.2)
railties (>= 6.0.0)
csv (3.3.1)
date (3.4.1)
Expand Down Expand Up @@ -289,7 +289,8 @@ GEM
railties (>= 6.0)
responders (>= 2)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
Expand Down Expand Up @@ -382,6 +383,9 @@ GEM
pg (1.5.9)
pg_query (6.0.0)
google-protobuf (>= 3.25.3)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prosopite (2.0.0)
pry (0.14.2)
coderay (~> 1.1)
Expand All @@ -391,7 +395,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.2.2)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -463,7 +467,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.9.1)
rdoc (6.12.0)
psych (>= 4.0.0)
reek (6.4.0)
dry-schema (~> 1.13.0)
Expand Down Expand Up @@ -579,7 +583,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.2)
stringio (3.1.5)
strong_migrations (2.2.0)
activerecord (>= 7)
terminal-table (3.0.2)
Expand All @@ -606,7 +610,7 @@ GEM
yaaf (3.0.2)
activemodel (>= 5.2)
activerecord (>= 5.2)
zeitwerk (2.7.1)
zeitwerk (2.7.2)

PLATFORMS
arm64-darwin-22
Expand All @@ -624,7 +628,7 @@ DEPENDENCIES
bootsnap (~> 1.18)
brakeman (~> 7.0)
capybara (~> 3.40)
cssbundling-rails (~> 1.4, >= 1.4.1)
cssbundling-rails (~> 1.4)
delayed_job_active_record (~> 4.1)
devise (~> 4.9)
devise_token_auth!
Expand Down