Skip to content

Commit

Permalink
add csv gem to gemfile.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hoffman <[email protected]>
  • Loading branch information
Fustrate committed Mar 20, 2024
1 parent 4864947 commit 0b18a69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ gem 'mustache'
# Command line options for scripts
gem 'thor'

# Generate CSV files for flair lists
gem 'csv', '~> 3.2'

group :development do
# Deploy with Capistrano [https://github.com/capistrano/capistrano]
gem 'capistrano', '~> 3.17', require: false
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ GEM
crack (1.0.0)
bigdecimal
rexml
csv (3.2.8)
diff-lcs (1.5.1)
domain_name (0.6.20240107)
ffi (1.16.3)
Expand Down Expand Up @@ -156,12 +157,14 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
ruby
arm64-darwin-23
x86_64-linux

DEPENDENCIES
capistrano (~> 3.17)
capistrano-bundler (~> 2.1)
capistrano-rbenv (~> 2.2)
csv
honeybadger (~> 5.0)
mlb_stats_api (~> 0.3)!
mock_redis (~> 0.32)
Expand Down

0 comments on commit 0b18a69

Please sign in to comment.