Skip to content

Commit

Permalink
Bump csv from 3.3.0 to 3.3.1 (#1667)
Browse files Browse the repository at this point in the history
Bumps [csv](https://github.com/ruby/csv) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/ruby/csv/releases)
- [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md)
- [Commits](ruby/csv@v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent 45cca10 commit 69fae8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :development, :production do
gem 'google-api-client'
gem 'googleauth'

gem 'csv', '~> 3.3.0'
gem 'csv', '~> 3.3.1'
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.3.0)
csv (3.3.1)
date (3.4.1)
declarative (0.0.20)
devise (4.9.4)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
byebug
capybara (~> 3.39)
colorize
csv (~> 3.3.0)
csv (~> 3.3.1)
devise (~> 4.9.4)
devise_token_auth (~> 1.2.4)
google-api-client
Expand Down

0 comments on commit 69fae8f

Please sign in to comment.