Skip to content

Commit 180ecfd

Browse files
authored
Open google-cloud-pubsub requirement (#61)
* Open required google cloud pubsub version * Open google-cloud-pubsub requirement
1 parent 37c0976 commit 180ecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event-notification/icalia-sdk-event-notification.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
4545
# We require mattr_reader to be able to accept a `default` value, which is
4646
# only supported on Rails ActiveSupport >= 5.2.0:
4747
spec.add_dependency 'activesupport', '>= 5.2'
48-
spec.add_dependency 'google-cloud-pubsub', '~> 0.31'
48+
spec.add_dependency 'google-cloud-pubsub'
4949
spec.add_dependency 'msgpack', '~> 1.3'
5050

5151
spec.add_development_dependency 'bundler', '~> 1.17'

0 commit comments

Comments
 (0)