Bump ahoy_matey from 3.2.0 to 4.1.0
Bumps [ahoy_matey](https://github.com/ankane/ahoy) from 3.2.0 to 4.1.0. - [Release notes](https://github.com/ankane/ahoy/releases) - [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/ahoy/compare/v3.2.0...v4.1.0) --- updated-dependencies: - dependency-name: ahoy_matey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Javi Martín
parent
0ab11f73f7
commit
0502c55b77
2
Gemfile
2
Gemfile
@@ -4,7 +4,7 @@ gem "rails", "6.0.5.1"
|
|||||||
|
|
||||||
gem "acts-as-taggable-on", "~> 9.0.1"
|
gem "acts-as-taggable-on", "~> 9.0.1"
|
||||||
gem "acts_as_votable", "~> 0.13.2"
|
gem "acts_as_votable", "~> 0.13.2"
|
||||||
gem "ahoy_matey", "~> 3.2.0"
|
gem "ahoy_matey", "~> 4.1.0"
|
||||||
gem "airbrake", "~> 11.0.3"
|
gem "airbrake", "~> 11.0.3"
|
||||||
gem "ancestry", "~> 4.2.0"
|
gem "ancestry", "~> 4.2.0"
|
||||||
gem "audited", "~> 5.0.2"
|
gem "audited", "~> 5.0.2"
|
||||||
|
|||||||
12
Gemfile.lock
12
Gemfile.lock
@@ -62,10 +62,9 @@ GEM
|
|||||||
acts_as_votable (0.13.2)
|
acts_as_votable (0.13.2)
|
||||||
addressable (2.8.1)
|
addressable (2.8.1)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ahoy_matey (3.2.0)
|
ahoy_matey (4.1.0)
|
||||||
activesupport (>= 5)
|
activesupport (>= 5.2)
|
||||||
device_detector
|
device_detector
|
||||||
geocoder (>= 1.4.5)
|
|
||||||
safely_block (>= 0.2.1)
|
safely_block (>= 0.2.1)
|
||||||
airbrake (11.0.3)
|
airbrake (11.0.3)
|
||||||
airbrake-ruby (~> 5.1)
|
airbrake-ruby (~> 5.1)
|
||||||
@@ -174,7 +173,7 @@ GEM
|
|||||||
delayed_job_active_record (4.1.7)
|
delayed_job_active_record (4.1.7)
|
||||||
activerecord (>= 3.0, < 8.0)
|
activerecord (>= 3.0, < 8.0)
|
||||||
delayed_job (>= 3.0, < 5)
|
delayed_job (>= 3.0, < 5)
|
||||||
device_detector (1.0.5)
|
device_detector (1.0.7)
|
||||||
devise (4.8.1)
|
devise (4.8.1)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
@@ -222,7 +221,7 @@ GEM
|
|||||||
rainbow
|
rainbow
|
||||||
rubocop
|
rubocop
|
||||||
smart_properties
|
smart_properties
|
||||||
errbase (0.2.1)
|
errbase (0.2.2)
|
||||||
erubi (1.11.0)
|
erubi (1.11.0)
|
||||||
eslintrb (2.1.0)
|
eslintrb (2.1.0)
|
||||||
execjs
|
execjs
|
||||||
@@ -276,7 +275,6 @@ GEM
|
|||||||
activemodel (>= 4.1, < 7.1)
|
activemodel (>= 4.1, < 7.1)
|
||||||
activesupport (>= 4.1, < 7.1)
|
activesupport (>= 4.1, < 7.1)
|
||||||
railties (>= 4.1, < 7.1)
|
railties (>= 4.1, < 7.1)
|
||||||
geocoder (1.6.7)
|
|
||||||
github_changelog_generator (1.15.2)
|
github_changelog_generator (1.15.2)
|
||||||
activesupport
|
activesupport
|
||||||
faraday-http-cache
|
faraday-http-cache
|
||||||
@@ -712,7 +710,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
acts-as-taggable-on (~> 9.0.1)
|
acts-as-taggable-on (~> 9.0.1)
|
||||||
acts_as_votable (~> 0.13.2)
|
acts_as_votable (~> 0.13.2)
|
||||||
ahoy_matey (~> 3.2.0)
|
ahoy_matey (~> 4.1.0)
|
||||||
airbrake (~> 11.0.3)
|
airbrake (~> 11.0.3)
|
||||||
ancestry (~> 4.2.0)
|
ancestry (~> 4.2.0)
|
||||||
audited (~> 5.0.2)
|
audited (~> 5.0.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user