From 221d1f771303bc5d2111ba5a3f52b9cbd175ab76 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Wed, 11 Mar 2020 15:23:11 +0100 Subject: [PATCH] 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 --- Gemfile | 1 - Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 46df6f9..2d68c99 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index a715711..1636b97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -326,7 +326,6 @@ DEPENDENCIES spring-commands-rspec sqlite3 turbolinks - tzinfo-data uglifier validate_url