Skip to content

Commit

Permalink
Update icalia-sdk-event-core req to version >= 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vovimayhem committed Feb 16, 2020
1 parent fee5b4a commit c5b14dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
omniauth-icalia (0.1.1)
icalia-sdk-event-core (~> 0.3.4, >= 0.3.4)
icalia-sdk-event-core (~> 0.3, >= 0.3.5)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)

Expand All @@ -26,7 +26,7 @@ GEM
hashie (3.6.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
icalia-sdk-event-core (0.3.4)
icalia-sdk-event-core (0.3.5)
activemodel (>= 5.0)
jsonapi-deserializable (~> 0.2.0)
jsonapi-deserializable (0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion omniauth-icalia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'omniauth', '~> 1.5'
spec.add_dependency 'omniauth-oauth2', '>= 1.4.0', '< 2.0'
spec.add_dependency 'icalia-sdk-event-core', '~> 0.3.4', '>= 0.3.4'
spec.add_dependency 'icalia-sdk-event-core', '~> 0.3', '>= 0.3.5'

spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit c5b14dc

Please sign in to comment.