mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +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
|
||||
gem 'leaflet-rails'
|
||||
gem 'validate_url'
|
||||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
|
||||
|
||||
group :development do
|
||||
gem 'spring'
|
||||
|
|
|
@ -326,7 +326,6 @@ DEPENDENCIES
|
|||
spring-commands-rspec
|
||||
sqlite3
|
||||
turbolinks
|
||||
tzinfo-data
|
||||
uglifier
|
||||
validate_url
|
||||
|
||||
|
|
Loading…
Reference in a new issue