Skip to content

Commit 9532c18

Browse files
dependabot[bot]zetter-rpf
authored andcommitted
Bump omniauth-rpi from v1.3.1 to v1.4.1
Bumps [omniauth-rpi](https://github.com/RaspberryPiFoundation/omniauth-rpi) from v1.3.1 to v1.4.1. - [Release notes](https://github.com/RaspberryPiFoundation/omniauth-rpi/releases) - [Changelog](https://github.com/RaspberryPiFoundation/omniauth-rpi/blob/main/CHANGELOG.md) - [Commits](RaspberryPiFoundation/omniauth-rpi@b7cb36c...ff02d94) --- updated-dependencies: - dependency-name: omniauth-rpi dependency-version: ff02d94e32e3253ddc45ce413e6f388e7331a0a8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1aa0f5 commit 9532c18

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'kaminari'
3232
gem 'omniauth-rails_csrf_protection', '~> 2.0.1'
3333
gem 'omniauth-rpi',
3434
github: 'RaspberryPiFoundation/omniauth-rpi',
35-
tag: 'v1.3.1'
35+
tag: 'v1.4.1'
3636
gem 'open-uri'
3737
gem 'paper_trail'
3838
gem 'pg', '~> 1.6'

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GIT
22
remote: https://github.com/RaspberryPiFoundation/omniauth-rpi.git
3-
revision: b7cb36cbfbf9a66f2376bb1501a4bdb205f2a7bf
4-
tag: v1.3.1
3+
revision: ff02d94e32e3253ddc45ce413e6f388e7331a0a8
4+
tag: v1.4.1
55
specs:
6-
omniauth-rpi (1.3.1)
7-
jwt (~> 2.2.3)
6+
omniauth-rpi (1.4.1)
7+
jwt (~> 2.2)
88
omniauth (~> 2.0)
99
omniauth-oauth2 (~> 1.4)
1010

@@ -246,11 +246,12 @@ GEM
246246
actionview (>= 7.0.0)
247247
activesupport (>= 7.0.0)
248248
jmespath (1.6.2)
249-
json (2.19.2)
249+
json (2.19.3)
250250
json-schema (6.2.0)
251251
addressable (~> 2.8)
252252
bigdecimal (>= 3.1, < 5)
253-
jwt (2.2.3)
253+
jwt (2.10.2)
254+
base64
254255
kaminari (1.2.2)
255256
activesupport (>= 4.1.0)
256257
kaminari-actionview (= 1.2.2)
@@ -304,21 +305,21 @@ GEM
304305
racc (~> 1.4)
305306
nokogiri (1.19.2-x86_64-linux-gnu)
306307
racc (~> 1.4)
307-
oauth2 (2.0.12)
308+
oauth2 (2.0.18)
308309
faraday (>= 0.17.3, < 4.0)
309310
jwt (>= 1.0, < 4.0)
310311
logger (~> 1.2)
311312
multi_xml (~> 0.5)
312313
rack (>= 1.2, < 4)
313314
snaky_hash (~> 2.0, >= 2.0.3)
314-
version_gem (>= 1.1.8, < 3)
315+
version_gem (~> 1.1, >= 1.1.9)
315316
omniauth (2.1.4)
316317
hashie (>= 3.4.6)
317318
logger
318319
rack (>= 2.2.3)
319320
rack-protection
320-
omniauth-oauth2 (1.8.0)
321-
oauth2 (>= 1.4, < 3)
321+
omniauth-oauth2 (1.9.0)
322+
oauth2 (>= 2.0.2, < 3)
322323
omniauth (~> 2.0)
323324
omniauth-rails_csrf_protection (2.0.1)
324325
actionpack (>= 4.2)
@@ -552,7 +553,7 @@ GEM
552553
uniform_notifier (1.18.0)
553554
uri (1.1.1)
554555
useragent (0.16.11)
555-
version_gem (1.1.8)
556+
version_gem (1.1.9)
556557
webdrivers (5.3.1)
557558
nokogiri (~> 1.6)
558559
rubyzip (>= 1.3.0)

0 commit comments

Comments
 (0)