Skip to content

Commit c4bb5e6

Browse files
committed
Cleanup Gemfile
1 parent 7d8f85c commit c4bb5e6

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ gem "kt-paperclip", "~> 6"
4949
gem "nokogiri", "~> 1" # Required for premailer-rails
5050
gem "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"
5654
gem "chartkick", "~> 3"
5755
gem "eff_matomo", "~> 0.2.4", require: "matomo"
5856
gem "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"
129126
end
130127

131128
group :production do

Gemfile.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ GEM
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)
@@ -408,9 +407,6 @@ GEM
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)
@@ -437,10 +433,6 @@ GEM
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)

0 commit comments

Comments
 (0)