csv import: prevent datatype error
Showing
| ... | @@ -45,9 +45,9 @@ group :development do | ... | @@ -45,9 +45,9 @@ group :development do |
| # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | # Access an interactive console on exception pages or by calling 'console' anywhere in the code. | ||
| gem 'web-console', '>= 3.3.0' | gem 'web-console', '>= 3.3.0' | ||
| gem 'listen', '>= 3.0.5', '< 3.2' | gem 'listen', '>= 3.0.5', '< 3.2' | ||
| gem 'dotenv-rails' | |||
| # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring | ||
| gem 'spring' | gem 'spring' | ||
| gem 'dotenv-rails' | |||
| gem 'spring-watcher-listen', '~> 2.0.0' | gem 'spring-watcher-listen', '~> 2.0.0' | ||
| end | end | ||
| ... | ... |
Please
register
or
sign in
to comment