From 2d16caee7fdda3fe933e613be50a2423a81f9d5b Mon Sep 17 00:00:00 2001 From: odion ohio Date: Thu, 29 Nov 2018 15:05:40 -0500 Subject: [PATCH] 'gem_changes1' --- Gemfile | 3 +++ Gemfile.lock | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/Gemfile b/Gemfile index 44d6e1c..5e69a87 100644 --- a/Gemfile +++ b/Gemfile @@ -39,3 +39,6 @@ group :development do gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end + +gem 'tzinfo-data' +gem 'wdm', '>= 0.1.0' if Gem.win_platform? diff --git a/Gemfile.lock b/Gemfile.lock index 90ad882..cdf1c1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,6 +56,7 @@ GEM erubi (1.7.1) execjs (2.7.0) ffi (1.9.25) + ffi (1.9.25-x86-mingw32) globalid (0.4.1) activesupport (>= 4.2.0) i18n (1.1.1) @@ -77,9 +78,12 @@ GEM mini_portile2 (2.3.0) minitest (5.11.3) msgpack (1.2.4) + msgpack (1.2.4-x86-mingw32) nio4r (2.3.1) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) + nokogiri (1.8.5-x86-mingw32) + mini_portile2 (~> 2.3.0) puma (3.12.0) rack (2.0.6) rack-test (1.1.0) @@ -142,8 +146,11 @@ GEM turbolinks-source (5.2.0) tzinfo (1.2.5) thread_safe (~> 0.1) + tzinfo-data (1.2018.7) + tzinfo (>= 1.0.0) uglifier (4.1.19) execjs (>= 0.3.0, < 3) + wdm (0.1.1) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0) @@ -155,6 +162,7 @@ GEM PLATFORMS ruby + x86-mingw32 DEPENDENCIES bootsnap @@ -168,7 +176,9 @@ DEPENDENCIES spring spring-watcher-listen (~> 2.0.0) turbolinks (~> 5) + tzinfo-data uglifier (>= 1.3.0) + wdm (>= 0.1.0) web-console (>= 3.3.0) BUNDLED WITH