Skip to content

Commit 3fead47

Browse files
committed
add csv since it is no longer included by default
1 parent 9a45cef commit 3fead47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ group :production, :staging do
6868
gem 'exception_notification'
6969
end
7070

71+
gem 'csv'
7172
gem 'sass-rails', '>= 5'
7273
# gem 'therubyracer', require: false
7374
# gem 'uglifier'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ GEM
135135
base64 (0.3.0)
136136
bcrypt (3.1.20)
137137
bcrypt_pbkdf (1.1.1)
138-
bcrypt_pbkdf (1.1.1-arm64-darwin)
139-
bcrypt_pbkdf (1.1.1-x86_64-darwin)
140138
benchmark (0.4.1)
141139
bibtex-ruby (6.2.0)
142140
latex-decode (~> 0.0)
@@ -174,6 +172,7 @@ GEM
174172
country_select (9.0.0)
175173
countries (> 5.0, < 7.0)
176174
crass (1.0.6)
175+
csv (3.3.5)
177176
dalli (3.2.8)
178177
database_cleaner (2.1.0)
179178
database_cleaner-active_record (>= 2, < 3)
@@ -613,6 +612,7 @@ DEPENDENCIES
613612
capistrano3-puma!
614613
commonmarker
615614
country_select (~> 9.0)
615+
csv
616616
dalli
617617
database_cleaner
618618
devise

0 commit comments

Comments
 (0)