Skip to content

Commit

Permalink
Merge pull request #529 from TelosLabs/fix/build-error-on-ruby-upgrade
Browse files Browse the repository at this point in the history
Fix/build error on ruby upgrade
  • Loading branch information
aliciapaz authored Mar 9, 2024
2 parents 0f3aed2 + 9639a75 commit d0d9b09
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ gem 'view_component'
# Use Turbo for rails
gem 'turbo-rails'

gem 'net-imap', require: false
gem 'net-pop', require: false
gem 'net-smtp', require: false

# Use administrate admin framework
gem 'administrate'
gem 'administrate-field-active_storage'
Expand All @@ -65,7 +69,7 @@ gem 'administrate-field-select', '~> 2.0', require: 'administrate/field/select_b
gem 'image_processing'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
gem 'bootsnap', require: false
gem 'city-state'
gem 'pronto'
gem 'pronto-flay', require: false
Expand Down
20 changes: 19 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
digest (3.1.0)
docile (1.4.0)
draper (4.0.2)
actionpack (>= 5.0)
Expand Down Expand Up @@ -308,6 +309,18 @@ GEM
name_of_person (1.1.1)
activesupport (>= 5.2.0)
nenv (0.3.0)
net-imap (0.2.2)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-protocol
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -512,12 +525,14 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.0.1)
temple (0.8.2)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.1.0)
tilt (2.0.10)
timecop (0.9.5)
timeout (0.4.1)
turbo-rails (1.3.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
Expand Down Expand Up @@ -573,7 +588,7 @@ DEPENDENCIES
aws-sdk-s3
better_errors
binding_of_caller
bootsnap (>= 1.4.4)
bootsnap
brakeman
bullet
byebug
Expand All @@ -598,6 +613,9 @@ DEPENDENCIES
listen (~> 3.3)
mobility (~> 1.1.3)
name_of_person
net-imap
net-pop
net-smtp
pagy
pg (~> 1.1)
pg_search
Expand Down

0 comments on commit d0d9b09

Please sign in to comment.