Skip to content

Commit c63fac2

Browse files
committed
chore: gem lock
1 parent d4e9684 commit c63fac2

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

Gemfile.lock

+23-16
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,42 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-whalespace (0.2.0)
4+
omniauth-whalespace (0.3.0)
55
omniauth-oauth2 (~> 1.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11-
faraday (2.2.0)
12-
faraday-net_http (~> 2.0)
11+
base64 (0.2.0)
12+
faraday (2.8.1)
13+
base64
14+
faraday-net_http (>= 2.0, < 3.1)
1315
ruby2_keywords (>= 0.0.4)
14-
faraday-net_http (2.0.1)
16+
faraday-net_http (3.0.2)
1517
hashie (5.0.0)
16-
jwt (2.3.0)
17-
multi_json (1.15.0)
18+
jwt (2.8.2)
19+
base64
1820
multi_xml (0.6.0)
19-
oauth2 (1.4.9)
21+
oauth2 (2.0.9)
2022
faraday (>= 0.17.3, < 3.0)
2123
jwt (>= 1.0, < 3.0)
22-
multi_json (~> 1.3)
2324
multi_xml (~> 0.5)
24-
rack (>= 1.2, < 3)
25-
omniauth (2.0.4)
25+
rack (>= 1.2, < 4)
26+
snaky_hash (~> 2.0)
27+
version_gem (~> 1.1)
28+
omniauth (2.1.2)
2629
hashie (>= 3.4.6)
27-
rack (>= 1.6.2, < 3)
30+
rack (>= 2.2.3)
2831
rack-protection
29-
omniauth-oauth2 (1.7.2)
30-
oauth2 (~> 1.4)
31-
omniauth (>= 1.9, < 3)
32+
omniauth-oauth2 (1.8.0)
33+
oauth2 (>= 1.4, < 3)
34+
omniauth (~> 2.0)
3235
parallel (1.22.0)
3336
parser (3.1.1.0)
3437
ast (~> 2.4.1)
35-
rack (2.2.3)
36-
rack-protection (2.2.0)
38+
rack (3.1.7)
39+
rack-protection (3.0.6)
3740
rack
3841
rainbow (3.1.1)
3942
rake (13.0.6)
@@ -52,7 +55,11 @@ GEM
5255
parser (>= 3.1.1.0)
5356
ruby-progressbar (1.11.0)
5457
ruby2_keywords (0.0.5)
58+
snaky_hash (2.0.1)
59+
hashie
60+
version_gem (~> 1.1, >= 1.1.1)
5561
unicode-display_width (2.1.0)
62+
version_gem (1.1.4)
5663

5764
PLATFORMS
5865
x86_64-linux

0 commit comments

Comments
 (0)