File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,8 @@ gem "kt-paperclip", "~> 6"
4949gem "nokogiri" , "~> 1" # Required for premailer-rails
5050gem "premailer-rails" , "~> 1" # Inline styles for emails
5151
52- # Optimization
53-
5452# Analytics
55- gem "ahoy_matey" , "~> 1.6" # Analytics
53+ gem "ahoy_matey" , "~> 1.6"
5654gem "chartkick" , "~> 3"
5755gem "eff_matomo" , "~> 0.2.4" , require : "matomo"
5856gem "groupdate" , "~> 2"
@@ -125,7 +123,6 @@ group :development, :test do
125123 gem "rubocop-github" , "~> 0.16"
126124 gem "rubocop-performance" , require : false
127125 gem "rubocop-rails" , require : false
128- gem "webdrivers" , "~> 4"
129126end
130127
131128group :production do
Original file line number Diff line number Diff line change 121121 regexp_parser (>= 1.5 , < 3.0 )
122122 xpath (~> 3.2 )
123123 chartkick (3.4.2 )
124- childprocess (3.0.0 )
125124 chronic (0.10.2 )
126125 climate_control (0.2.0 )
127126 cocoon (1.2.15 )
408407 sdoc (2.0.3 )
409408 rdoc (>= 5.0 )
410409 select2-rails (4.0.13 )
411- selenium-webdriver (3.142.7 )
412- childprocess (>= 0.5 , < 4.0 )
413- rubyzip (>= 1.2.2 )
414410 sentry-raven (0.15.6 )
415411 faraday (>= 0.7.6 )
416412 sprockets (3.7.2 )
437433 uuidtools (2.2.0 )
438434 warden (1.2.4 )
439435 rack (>= 1.0 )
440- webdrivers (4.5.0 )
441- nokogiri (~> 1.6 )
442- rubyzip (>= 1.3.0 )
443- selenium-webdriver (>= 3.0 , < 4.0 )
444436 webmock (3.11.2 )
445437 addressable (>= 2.3.6 )
446438 crack (>= 0.3.2 )
@@ -543,7 +535,6 @@ DEPENDENCIES
543535 sentry-raven (~> 0.15 )
544536 uglifier (>= 1.3.0 )
545537 warden (= 1.2.4 )
546- webdrivers (~> 4 )
547538 webmock (~> 3 )
548539 whenever (~> 0 )
549540 will_paginate (~> 3.0 )
You can’t perform that action at this time.
0 commit comments