diff --git a/Gemfile b/Gemfile index 5719b504..a401cf1f 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'sidetiq', "~> 0.7" gem 'active_model_serializers', "~> 0.10" gem 'puma', "~> 5.6" gem 'newrelic_rpm' -gem 'active_interaction', "~> 3.6" +gem 'active_interaction', "~> 5.3" gem 'faraday-panoptes', "~> 0.3" gem 'panoptes-client', "~> 0.3" gem 'dotenv-rails', "~> 2.6" diff --git a/Gemfile.lock b/Gemfile.lock index 00c0dc72..53877bec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,8 +24,9 @@ GEM erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - active_interaction (3.6.2) - activemodel (>= 4, < 6) + active_interaction (5.3.0) + activemodel (>= 5.2, < 8) + activesupport (>= 5.2, < 8) active_model_serializers (0.10.8) actionpack (>= 4.1, < 6) activemodel (>= 4.1, < 6) @@ -73,7 +74,7 @@ GEM celluloid-supervision (0.20.6) timers (>= 4.1.1) coderay (1.1.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) connection_pool (2.2.5) crass (1.0.6) database_cleaner (1.7.0) @@ -104,7 +105,7 @@ GEM activesupport (>= 5.0) hitimes (1.2.6) honeybadger (4.12.1) - i18n (1.12.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) ice_cube (0.14.0) json (2.3.0) @@ -122,7 +123,7 @@ GEM method_source (0.9.2) mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.17.0) + minitest (5.18.0) multipart-post (2.1.1) newrelic_rpm (4.7.1.340) nio4r (2.5.8) @@ -220,7 +221,7 @@ GEM thread_safe (0.3.6) timers (4.1.2) hitimes - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) web-console (3.7.0) actionview (>= 5.0) @@ -235,7 +236,7 @@ PLATFORMS ruby DEPENDENCIES - active_interaction (~> 3.6) + active_interaction (~> 5.3) active_model_serializers (~> 0.10) byebug (~> 10.0) database_cleaner (~> 1.7)