Skip to content

Commit

Permalink
Use new CSV gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon authored and hackartisan committed Jan 13, 2025
1 parent b936164 commit 6372455
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'rails', '~> 8.0.0'

gem 'async'
gem 'bcrypt_pbkdf'
gem 'csv'
gem 'ed25519'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ GEM
io-event (~> 1.6, >= 1.6.5)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.4.0)
bigdecimal (3.1.9)
bindex (0.8.1)
Expand Down Expand Up @@ -129,6 +127,7 @@ GEM
thor (~> 1.2)
tins (~> 1.32)
crass (1.0.6)
csv (3.3.2)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
Expand Down Expand Up @@ -364,6 +363,8 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
uri (1.0.2)
useragent (0.16.11)
Expand Down Expand Up @@ -405,6 +406,7 @@ DEPENDENCIES
capistrano-rails-console
capybara
coveralls_reborn (~> 0.28.0)
csv
debug
dockerfile-rails (>= 1.6)
ed25519
Expand Down
5 changes: 2 additions & 3 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6372455

Please sign in to comment.