omniauth-liblynx 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01c6b309f7c56ae98794973e49d415879c9dca9fd308772207615f17679aef32
4
- data.tar.gz: ed615fd8006db7e8e348f709db1820c2d0f5673ada8992370e0cd94eb0b3defa
3
+ metadata.gz: d13e3a2bd1b5058f1696a8e6e63ef9915371cd7f693001eedbdeed8059d5f773
4
+ data.tar.gz: 7b4a654d3c5b2017fd28654b05b642599f120eb8e58e1f78fdf323b6b7c9af30
5
5
  SHA512:
6
- metadata.gz: 5aad51698660e0354fc281e6365ff2d97e1bed38597bfa72a44488f39021dedd07738eec577731dc31e05c826f6806da62c975494e934dfd53220ed08c977571
7
- data.tar.gz: 7cc92781d7fdbfc1e4f5a71f290ced9c2b7ca953ded6397f6ff9f06820b02188798e60c349ae932d778b224f8dbab539eed42385ab6d76702d03e77870de4567
6
+ metadata.gz: d8927b447ee7dbdc0368edc026463403cf15947d702aff9d743a802bb4fad4b10c49bb545f65919f3b9b9cda49434ac5d72b385521ee38f0d6970457aa07d5db
7
+ data.tar.gz: 0b6c14e3d434e3147133df27d8703b9631b4a4cf436691374861b6785361cb51450f33906fb76e14627bc997737777f00a24795be8d3b0b92442886d258e2ae1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-liblynx (1.2.4)
4
+ omniauth-liblynx (1.2.5)
5
5
  omniauth (>= 1.9, < 3.0)
6
6
  omniauth-oauth2 (>= 1.4.0, < 2.0)
7
7
 
@@ -9,22 +9,22 @@ GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
11
  ast (2.4.2)
12
- faraday (2.5.2)
12
+ faraday (2.7.4)
13
13
  faraday-net_http (>= 2.0, < 3.1)
14
14
  ruby2_keywords (>= 0.0.4)
15
- faraday-net_http (3.0.0)
15
+ faraday-net_http (3.0.2)
16
16
  hashie (5.0.0)
17
17
  json (2.6.2)
18
- jwt (2.5.0)
18
+ jwt (2.6.0)
19
19
  multi_xml (0.6.0)
20
- oauth2 (2.0.8)
20
+ oauth2 (2.0.9)
21
21
  faraday (>= 0.17.3, < 3.0)
22
22
  jwt (>= 1.0, < 3.0)
23
23
  multi_xml (~> 0.5)
24
- rack (>= 1.2, < 3)
24
+ rack (>= 1.2, < 4)
25
25
  snaky_hash (~> 2.0)
26
26
  version_gem (~> 1.1)
27
- omniauth (2.1.0)
27
+ omniauth (2.1.1)
28
28
  hashie (>= 3.4.6)
29
29
  rack (>= 2.2.3)
30
30
  rack-protection
@@ -34,8 +34,8 @@ GEM
34
34
  parallel (1.22.1)
35
35
  parser (3.1.2.1)
36
36
  ast (~> 2.4.1)
37
- rack (2.2.4)
38
- rack-protection (2.2.2)
37
+ rack (3.0.4.1)
38
+ rack-protection (3.0.5)
39
39
  rack
40
40
  rainbow (3.1.1)
41
41
  rake (13.0.6)
@@ -55,11 +55,11 @@ GEM
55
55
  parser (>= 3.1.1.0)
56
56
  ruby-progressbar (1.11.0)
57
57
  ruby2_keywords (0.0.5)
58
- snaky_hash (2.0.0)
58
+ snaky_hash (2.0.1)
59
59
  hashie
60
- version_gem (~> 1.1)
60
+ version_gem (~> 1.1, >= 1.1.1)
61
61
  unicode-display_width (2.2.0)
62
- version_gem (1.1.0)
62
+ version_gem (1.1.1)
63
63
 
64
64
  PLATFORMS
65
65
  ruby
@@ -73,4 +73,4 @@ DEPENDENCIES
73
73
  rubocop
74
74
 
75
75
  BUNDLED WITH
76
- 2.3.14
76
+ 2.3.26
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module LibLynx
5
- VERSION = '1.2.4'
5
+ VERSION = '1.2.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-liblynx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Sablic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-01 00:00:00.000000000 Z
11
+ date: 2023-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler