Skip to content

Commit

Permalink
Upgrade to ahoy_matey v5
Browse files Browse the repository at this point in the history
  • Loading branch information
esoterik committed Feb 23, 2024
1 parent d4fb522 commit ceb38a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ gem "nokogiri", "~> 1" # Required for premailer-rails
gem "premailer-rails", "~> 1" # Inline styles for emails

# Analytics
gem "ahoy_matey", "~> 2"
# required for ahoy_matey 2.0 with activerecordstore
gem "ahoy_matey", "~> 5"
# required for ahoy_matey 2.0+ with activerecordstore
gem "uuidtools", "~> 2"
gem "chartkick", "~> 3"
gem "eff_matomo", "~> 0.2.4", require: "matomo"
Expand Down
22 changes: 5 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,10 @@ GEM
activesupport (>= 5.2, < 7.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ahoy_matey (2.2.1)
addressable
browser (~> 2.0)
device_detector
geocoder (>= 1.4.5)
railties (>= 4.2)
referer-parser (>= 0.3)
request_store
safely_block (>= 0.2.1)
user_agent_parser
ahoy_matey (5.0.2)
activesupport (>= 6.1)
device_detector (>= 1)
safely_block (>= 0.4)
ast (2.4.2)
autoprefixer-rails (10.4.15.0)
execjs (~> 2)
Expand Down Expand Up @@ -146,7 +140,6 @@ GEM
bourbon (3.2.4)
sass (~> 3.2)
thor
browser (2.7.1)
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
Expand Down Expand Up @@ -219,7 +212,6 @@ GEM
ffi (1.16.2)
friendly_id (5.5.0)
activerecord (>= 4.0.0)
geocoder (1.8.2)
globalid (1.2.1)
activesupport (>= 6.1)
going_postal (0.1.6)
Expand Down Expand Up @@ -366,10 +358,7 @@ GEM
railties (>= 3.2)
tilt
redcarpet (3.6.0)
referer-parser (0.3.0)
regexp_parser (2.8.1)
request_store (1.6.0)
rack (>= 1.4)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
Expand Down Expand Up @@ -476,7 +465,6 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
user_agent_parser (2.16.0)
uuidtools (2.2.0)
version_gem (1.1.3)
warden (1.2.9)
Expand Down Expand Up @@ -505,7 +493,7 @@ PLATFORMS
DEPENDENCIES
activerecord-session_store (~> 2.1.0)
acts_as_paranoid (~> 0.7)
ahoy_matey (~> 2)
ahoy_matey (~> 5)
aws-sdk-rails (~> 2)
aws-sdk-s3 (~> 1)
better_errors (~> 2)
Expand Down

0 comments on commit ceb38a8

Please sign in to comment.