mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 23:53:15 +01:00
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:
parent
97733a6c68
commit
221d1f7713
2 changed files with 0 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -29,7 +29,6 @@ gem 'foundation-rails', '~> 5.5'
|
||||||
# misc
|
# misc
|
||||||
gem 'leaflet-rails'
|
gem 'leaflet-rails'
|
||||||
gem 'validate_url'
|
gem 'validate_url'
|
||||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
|
|
|
@ -326,7 +326,6 @@ DEPENDENCIES
|
||||||
spring-commands-rspec
|
spring-commands-rspec
|
||||||
sqlite3
|
sqlite3
|
||||||
turbolinks
|
turbolinks
|
||||||
tzinfo-data
|
|
||||||
uglifier
|
uglifier
|
||||||
validate_url
|
validate_url
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue