Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Bump ahoy_matey from 1.6.1 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Jun 1, 2019
1 parent 6cabb3a commit 39d763e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'lograge', '~> 0.11' # Less verbose Rails log in production
gem 'puma', '~> 3.12' # App server

# Analytics
gem 'ahoy_matey', '~> 1.6'
gem 'ahoy_matey', '~> 3.0'

# STORAGE
gem 'aws-sdk-s3', '~> 1.36' # Upload images to AWS S3
Expand Down
25 changes: 8 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,11 @@ GEM
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ahoy_matey (1.6.1)
addressable
browser (~> 2.0)
geocoder
rack-attack (< 6)
railties
referer-parser (>= 0.3.0)
request_store
safely_block (>= 0.1.1)
user_agent_parser
uuidtools
ahoy_matey (3.0.0)
activesupport (>= 5)
device_detector
geocoder (>= 1.4.5)
safely_block (>= 0.2.1)
airbrake (9.2.1)
airbrake-ruby (~> 4.3)
airbrake-ruby (4.3.0)
Expand Down Expand Up @@ -146,7 +140,6 @@ GEM
safely_block (>= 0.1.1)
bootsnap (1.4.4)
msgpack (~> 1.0)
browser (2.5.2)
builder (3.2.3)
bullet (6.0.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -192,6 +185,7 @@ GEM
rack (>= 1)
rake (> 10, < 13)
thor (~> 0.19)
device_detector (1.0.1)
diff-lcs (1.3)
docile (1.3.0)
domain_name (0.5.20180417)
Expand Down Expand Up @@ -558,7 +552,7 @@ GEM
ast (~> 2.4.0)
personnummer (0.1.0)
pg (1.1.4)
public_suffix (3.0.3)
public_suffix (3.1.0)
puma (3.12.1)
pundit (2.0.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -628,7 +622,6 @@ GEM
redis-store (>= 1.3, < 2)
redis-store (1.5.0)
redis (>= 2.2, < 5)
referer-parser (0.3.0)
representable (3.0.4)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
Expand Down Expand Up @@ -742,8 +735,6 @@ GEM
unicode-display_width (1.5.0)
unicode_utils (1.4.0)
uniform_notifier (1.12.1)
user_agent_parser (2.4.1)
uuidtools (2.1.5)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -771,7 +762,7 @@ DEPENDENCIES
active_admin_theme (~> 1.0)
active_model_serializers (~> 0.10)
activeadmin (~> 1.4.3, >= 1.4.3)
ahoy_matey (~> 1.6)
ahoy_matey (~> 3.0)
airbrake (~> 9.2)
ancestry (~> 3.0)
annotate (~> 2.7)
Expand Down

0 comments on commit 39d763e

Please sign in to comment.