From 68346ec2d1b233a615d6b25d80ed35267d301b82 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <ace@haxalot.com>
Date: Tue, 28 May 2019 23:47:16 +0200
Subject: [PATCH] Update the Matrix SDK dependency to 1.x

---
 foreman_notification_send.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/foreman_notification_send.gemspec b/foreman_notification_send.gemspec
index 8f71279..579f92e 100644
--- a/foreman_notification_send.gemspec
+++ b/foreman_notification_send.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
   s.executables   = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
   s.require_paths = ['lib']
 
-  s.add_dependency 'matrix_sdk', '~> 0.0.4'
+  s.add_dependency 'matrix_sdk', '~> 1'
 
   s.add_development_dependency 'bundler', '~> 1.16'
   s.add_development_dependency 'minitest', '~> 5.0'
-- 
GitLab