Skip to content
Open
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 @@ -25,7 +25,7 @@ gem "flipper-ui" # Web UI for managing feature flags
gem "friendly_id", "~> 5.7.0" # Allows us to use a slug instead of CASA case IDs in their URLs
gem "groupdate" # Group data by time periods
gem "httparty" # HTTP network requests
gem "image_processing", "~> 1.14" # Image processing helpers
gem "image_processing", "~> 2.0" # Image processing helpers
gem "jbuilder" # JSON API builder
gem "jsbundling-rails" # JavaScript bundling
gem "lograge" # Log less so Heroku Papertrail quits rate limiting our logs
Expand Down
16 changes: 2 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,6 @@ GEM
faraday-retry (1.0.4)
faraday_middleware (1.2.1)
faraday (~> 1.0)
ffi (1.17.2)
ffi (1.17.2-arm64-darwin)
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
filterrific (5.2.7)
flipper (1.4.2)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -278,9 +274,7 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
ruby-vips (>= 2.0.17, < 3)
image_processing (2.0.2)
io-console (0.8.2)
irb (1.18.0)
pp (>= 0.6.0)
Expand Down Expand Up @@ -326,9 +320,6 @@ GEM
mcp (0.9.2)
json-schema (>= 4.1)
method_source (1.1.0)
mini_magick (5.2.0)
benchmark
logger
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (6.0.6)
Expand Down Expand Up @@ -576,9 +567,6 @@ GEM
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-progressbar (1.13.0)
ruby-vips (2.2.3)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
rubyzip (3.4.1)
sablon (0.4.3)
Expand Down Expand Up @@ -736,7 +724,7 @@ DEPENDENCIES
friendly_id (~> 5.7.0)
groupdate
httparty
image_processing (~> 1.14)
image_processing (~> 2.0)
jbuilder
jsbundling-rails
letter_opener
Expand Down
Loading