Skip to content

Commit 904de89

Browse files
Bump csv from 3.3.2 to 3.3.3 (#1801)
Bumps [csv](https://github.com/ruby/csv) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/master/NEWS.md) - [Commits](ruby/csv@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b99b40b commit 904de89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ group :development, :production do
6565
gem 'google-api-client'
6666
gem 'googleauth'
6767

68-
gem 'csv', '~> 3.3.2'
68+
gem 'csv', '~> 3.3.3'
6969
end
7070

7171
group :production do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
concurrent-ruby (1.3.5)
108108
connection_pool (2.5.0)
109109
crass (1.0.6)
110-
csv (3.3.2)
110+
csv (3.3.3)
111111
date (3.4.1)
112112
declarative (0.0.20)
113113
devise (4.9.4)
@@ -522,7 +522,7 @@ DEPENDENCIES
522522
byebug
523523
capybara (~> 3.39)
524524
colorize
525-
csv (~> 3.3.2)
525+
csv (~> 3.3.3)
526526
devise (~> 4.9.4)
527527
devise_token_auth (~> 1.2.5)
528528
google-api-client

0 commit comments

Comments
 (0)