diff --git a/Gemfile b/Gemfile index 6a00bca..a84eb07 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "delayed_job_active_record" gem "flutie" gem "high_voltage" gem "jquery-rails" -gem "neat", "~> 1.7.0" +gem "neat", "~> 3.0.0" gem "newrelic_rpm", ">= 3.9.8" gem "normalize-rails", "~> 3.0.0" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index 493d1c7..0a41b93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,6 +105,7 @@ GEM railties (>= 3.0.0) faraday (0.12.1) multipart-post (>= 1.2, < 3) + ffi (1.9.25) flutie (2.0.0) formulaic (0.4.0) activesupport @@ -139,9 +140,9 @@ GEM mini_portile2 (2.3.0) minitest (5.11.3) multipart-post (2.0.0) - neat (1.7.4) - bourbon (>= 4.0) - sass (>= 3.3) + neat (3.0.0) + sass (~> 3.4) + thor (~> 0.19) newrelic_rpm (4.2.0.334) nokogiri (1.8.5) mini_portile2 (~> 2.3.0) @@ -192,6 +193,9 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (12.3.1) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) recipient_interceptor (0.1.2) mail refills (0.2.0) @@ -213,7 +217,11 @@ GEM rspec-support (~> 3.4.0) rspec-support (3.4.1) safe_yaml (1.0.4) - sass (3.4.24) + sass (3.7.2) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) @@ -294,7 +302,7 @@ DEPENDENCIES jquery-rails launchy leaflet-rails - neat (~> 1.7.0) + neat (~> 3.0.0) newrelic_rpm (>= 3.9.8) normalize-rails (~> 3.0.0) pg