Remove tzinfo-data gem to remove warning during bundle install

This gem is only relevant on windows: https://github.com/tzinfo/tzinfo-data/issues/12
This commit is contained in:
Lars Henrik Mai 2020-03-11 15:23:11 +01:00
parent 97733a6c68
commit 221d1f7713
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@ gem 'foundation-rails', '~> 5.5'
# misc
gem 'leaflet-rails'
gem 'validate_url'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
group :development do
gem 'spring'

View file

@ -326,7 +326,6 @@ DEPENDENCIES
spring-commands-rspec
sqlite3
turbolinks
tzinfo-data
uglifier
validate_url