Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit d99f028

Browse files
Bump omniauth-shibboleth from 1.2.1 to 1.3.0
Bumps [omniauth-shibboleth](https://github.com/toyokazu/omniauth-shibboleth) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/toyokazu/omniauth-shibboleth/releases) - [Commits](https://github.com/toyokazu/omniauth-shibboleth/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent e1c0625 commit d99f028

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'activerecord-postgresql-adapter'
2020

2121
gem 'devise', '~> 3.5.5'
2222
gem 'omniauth', '~> 1.7.1' # 1.2.2 breaks test sign_in
23-
gem 'omniauth-shibboleth', '~> 1.2.1'
23+
gem 'omniauth-shibboleth', '~> 1.3.0'
2424
gem 'equivalent-xml', '~> 0.6.0'
2525

2626
gem 'jquery-rails', '~> 4.3.1'

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ GEM
155155
ffi (1.9.10)
156156
globalid (0.3.7)
157157
activesupport (>= 4.1.0)
158-
hashie (3.5.6)
158+
hashie (3.5.7)
159159
hike (1.2.3)
160160
hooks (0.3.6)
161161
uber (~> 0.0.4)
@@ -243,7 +243,7 @@ GEM
243243
omniauth (1.7.1)
244244
hashie (>= 3.4.6, < 3.6.0)
245245
rack (>= 1.6.2, < 3)
246-
omniauth-shibboleth (1.2.1)
246+
omniauth-shibboleth (1.3.0)
247247
omniauth (>= 1.0.0)
248248
orm_adapter (0.5.0)
249249
parallel (1.12.1)
@@ -268,7 +268,7 @@ GEM
268268
nokogiri (~> 1.6)
269269
rails (>= 4.2.0, < 6.0)
270270
rdf
271-
rack (1.6.8)
271+
rack (1.6.10)
272272
rack-dev-mark (0.7.5)
273273
rack (>= 1.1)
274274
rack-test (0.6.3)
@@ -461,7 +461,7 @@ DEPENDENCIES
461461
newrelic_rpm (= 5.3.0.346)
462462
nokogiri (= 1.8.4)
463463
omniauth (~> 1.7.1)
464-
omniauth-shibboleth (~> 1.2.1)
464+
omniauth-shibboleth (~> 1.3.0)
465465
pg (~> 0.18.2)
466466
poltergeist (= 1.15.0)
467467
pry (~> 0.10.4)

0 commit comments

Comments
 (0)