Skip to content

Commit

Permalink
Merge pull request #267 from alphagov/csv
Browse files Browse the repository at this point in the history
Add explicit `csv` gem to dependencies
  • Loading branch information
csutter committed May 15, 2024
2 parents 06211c4 + 5e8776e commit 06d7d30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem "railties", RAILS_GEMS_VERSION

gem "bootsnap", require: false
gem "connection_pool"
gem "csv"
gem "google-cloud-discovery_engine"
gem "govuk_app_config"
gem "govuk_message_queue_consumer"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.3.0)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -556,6 +557,7 @@ DEPENDENCIES
bootsnap
brakeman
connection_pool
csv
debug
google-cloud-discovery_engine
govuk_app_config
Expand Down

0 comments on commit 06d7d30

Please sign in to comment.