Skip to content

Commit

Permalink
update adobe campaign gem (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewroth authored Dec 18, 2024
1 parent 7f64625 commit 7496e7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ gem "pg"

gem "active_model_serializers", "0.10.15"
gem "active_storage_validations"
gem "adobe-campaign", "~> 0.4.1"
gem "adobe-campaign", "~> 0.4"
gem "aws-sdk-s3"
gem "ddtrace", "~> 1.15"
gem "dogstatsd-ruby", "~> 5.3"
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
adobe-campaign (0.4.1)
adobe-campaign (0.4.4)
activesupport (>= 3.1.0)
jwt (>= 1.0, < 3.0)
rails (>= 3.1)
Expand Down Expand Up @@ -144,7 +144,7 @@ GEM
csv (3.3.0)
datadog-ci (0.7.0)
msgpack
date (3.3.4)
date (3.4.0)
ddtrace (1.20.0)
datadog-ci (~> 0.7.0)
debase-ruby_core_source (= 3.3.1)
Expand Down Expand Up @@ -232,7 +232,7 @@ GEM
tilt
hashdiff (1.1.1)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.7)
domain_name (~> 0.5)
httparty (0.22.0)
csv
Expand Down Expand Up @@ -285,9 +285,10 @@ GEM
net-smtp
marcel (1.0.4)
method_source (1.1.0)
mime-types (3.5.1)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2024.1105)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
Expand Down Expand Up @@ -571,7 +572,7 @@ DEPENDENCIES
action-cable-testing
active_model_serializers (= 0.10.15)
active_storage_validations
adobe-campaign (~> 0.4.1)
adobe-campaign (~> 0.4)
amazing_print
apple_id
aws-sdk-s3
Expand Down

0 comments on commit 7496e7e

Please sign in to comment.