Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'kaminari'
gem 'omniauth-rails_csrf_protection', '~> 2.0.1'
gem 'omniauth-rpi',
github: 'RaspberryPiFoundation/omniauth-rpi',
tag: 'v1.3.1'
tag: 'v1.4.1'
gem 'open-uri'
gem 'paper_trail'
gem 'pg', '~> 1.6'
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/RaspberryPiFoundation/omniauth-rpi.git
revision: b7cb36cbfbf9a66f2376bb1501a4bdb205f2a7bf
tag: v1.3.1
revision: ff02d94e32e3253ddc45ce413e6f388e7331a0a8
tag: v1.4.1
specs:
omniauth-rpi (1.3.1)
jwt (~> 2.2.3)
omniauth-rpi (1.4.1)
jwt (~> 2.2)
omniauth (~> 2.0)
omniauth-oauth2 (~> 1.4)

Expand Down Expand Up @@ -246,11 +246,12 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.19.2)
json (2.19.3)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
jwt (2.2.3)
jwt (2.10.2)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -304,21 +305,21 @@ GEM
racc (~> 1.4)
nokogiri (1.19.2-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.12)
oauth2 (2.0.18)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (>= 1.1.8, < 3)
version_gem (~> 1.1, >= 1.1.9)
omniauth (2.1.4)
hashie (>= 3.4.6)
logger
rack (>= 2.2.3)
rack-protection
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth-oauth2 (1.9.0)
oauth2 (>= 2.0.2, < 3)
omniauth (~> 2.0)
omniauth-rails_csrf_protection (2.0.1)
actionpack (>= 4.2)
Expand Down Expand Up @@ -552,7 +553,7 @@ GEM
uniform_notifier (1.18.0)
uri (1.1.1)
useragent (0.16.11)
version_gem (1.1.8)
version_gem (1.1.9)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
Expand Down
Loading