diff --git a/Gemfile b/Gemfile index a10d11432..977ae64e6 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem 'pundit', git: 'https://github.com/elabs/pundit.git', ref: '58eda659d44a2' # Impersonation gem 'aasm', '~> 4.12.1' -gem 'ahoy_email', '~> 1.0.3' +gem 'ahoy_email', '~> 1.1.0' gem 'aws-sdk', '~> 3.0.1' gem 'browser', '~> 2.5.1' gem 'charlock_holmes', '~> 0.7.6' diff --git a/Gemfile.lock b/Gemfile.lock index c69a6e96c..edd12d916 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,13 +80,13 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) after_commit_action (1.0.1) activerecord (>= 3.0.0) activesupport (>= 3.0.0) - ahoy_email (1.0.3) - actionmailer (>= 4.2) + ahoy_email (1.1.0) + actionmailer (>= 5) addressable (>= 2.3.2) nokogiri safely_block (>= 0.1.1) @@ -913,7 +913,7 @@ GEM activesupport (~> 5.0) request_store (~> 1.0) errbase (0.1.1) - erubi (1.8.0) + erubi (1.9.0) execjs (2.7.0) factory_girl (4.8.0) activesupport (>= 3.0.0) @@ -971,7 +971,7 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - loofah (2.2.3) + loofah (2.3.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -985,9 +985,9 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) mimemagic (0.3.3) - mini_mime (1.0.1) + mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.12.2) multi_json (1.13.1) multipart-post (2.1.1) mustermann (1.0.3) @@ -1032,7 +1032,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) psych (3.1.0) - public_suffix (3.1.0) + public_suffix (4.0.1) puma (3.12.1) pundit-matchers (1.6.0) rspec-rails (>= 3.0.0) @@ -1077,8 +1077,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) rails_12factor (0.0.3) rails_serve_static_assets rails_stdout_logging @@ -1139,8 +1139,8 @@ GEM ruby_dep (1.5.0) rubyzip (1.2.3) safe_yaml (1.0.5) - safely_block (0.2.1) - errbase + safely_block (0.2.2) + errbase (>= 0.1.1) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -1263,7 +1263,7 @@ PLATFORMS DEPENDENCIES aasm (~> 4.12.1) - ahoy_email (~> 1.0.3) + ahoy_email (~> 1.1.0) aws-sdk (~> 3.0.1) better_errors binding_of_caller