We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99b40b commit 904de89Copy full SHA for 904de89
Gemfile
@@ -65,7 +65,7 @@ group :development, :production do
65
gem 'google-api-client'
66
gem 'googleauth'
67
68
- gem 'csv', '~> 3.3.2'
+ gem 'csv', '~> 3.3.3'
69
end
70
71
group :production do
Gemfile.lock
@@ -107,7 +107,7 @@ GEM
107
concurrent-ruby (1.3.5)
108
connection_pool (2.5.0)
109
crass (1.0.6)
110
- csv (3.3.2)
+ csv (3.3.3)
111
date (3.4.1)
112
declarative (0.0.20)
113
devise (4.9.4)
@@ -522,7 +522,7 @@ DEPENDENCIES
522
byebug
523
capybara (~> 3.39)
524
colorize
525
- csv (~> 3.3.2)
+ csv (~> 3.3.3)
526
devise (~> 4.9.4)
527
devise_token_auth (~> 1.2.5)
528
google-api-client
0 commit comments