Skip to content

Commit

Permalink
Fixes landing page application error
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Sep 3, 2024
1 parent d576621 commit 1116336
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ gem 'jbuilder', '~> 2.0'
gem 'haml-rails', '~> 2.0.0'
gem 'http_accept_language'
gem 'prometheus-client', '~> 4.0'
gem 'get_process_mem', '~> 0.2.7'
gem 'puma'
gem 'sentry-rails', '~> 5.2'

Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ GEM
ffi (1.15.5)
font-awesome-rails (4.7.0.8)
railties (>= 3.2, < 8.0)
get_process_mem (0.2.7)
ffi (~> 1.0)
globalid (1.0.1)
activesupport (>= 5.0)
govuk_elements_rails (2.0.0)
Expand Down Expand Up @@ -285,6 +287,7 @@ PLATFORMS

DEPENDENCIES
byebug
get_process_mem (~> 0.2.7)
haml-rails (~> 2.0.0)
http_accept_language
jbuilder (~> 2.0)
Expand Down

0 comments on commit 1116336

Please sign in to comment.