Gemfile in rabbit_messaging-0.12.0 vs Gemfile in rabbit_messaging-0.12.1

- old
+ new

@@ -1,4 +1,7 @@ # frozen_string_literal: true source "https://rubygems.org" gemspec + +gem "rails", "~> 6.0" # Rails 7 requires Ruby >= 2.7 +gem "sentry-ruby-core"