Skip to content

Commit 5152dca

Browse files
authored
Update omniauth to version 1.9.2
1 parent 257e84c commit 5152dca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem 'chartkick'
1313
gem 'webpacker', '~> 4.0'
1414

1515
gem 'devise', '~> 4.7.1'
16-
gem 'omniauth', '~> 1.8.1'
16+
gem 'omniauth', '~> 1.9.2'
1717
gem 'omniauth-github'
1818
gem 'omniauth-twitter'
1919

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ GEM
175175
haml (>= 4.0.6, < 6.0)
176176
html2haml (>= 1.0.1)
177177
railties (>= 4.0.1)
178-
hashie (3.5.7)
178+
hashie (5.0.0)
179179
html2haml (2.2.0)
180180
erubis (~> 2.7.0)
181181
haml (>= 4.0, < 6)
@@ -227,8 +227,8 @@ GEM
227227
multi_json (~> 1.3)
228228
multi_xml (~> 0.5)
229229
rack (>= 1.2, < 3)
230-
omniauth (1.8.1)
231-
hashie (>= 3.4.6, < 3.6.0)
230+
omniauth (1.9.2)
231+
hashie (>= 3.4.6)
232232
rack (>= 1.6.2, < 3)
233233
omniauth-github (1.3.0)
234234
omniauth (~> 1.5)
@@ -264,7 +264,7 @@ GEM
264264
pundit (1.1.0)
265265
activesupport (>= 3.0.0)
266266
racc (1.6.2)
267-
rack (2.2.2)
267+
rack (2.2.6.4)
268268
rack-mini-profiler (1.0.0)
269269
rack (>= 1.2.0)
270270
rack-proxy (0.6.5)
@@ -433,7 +433,7 @@ DEPENDENCIES
433433
launchy
434434
listen (>= 3.0.5, < 3.2)
435435
nokogiri (~> 1.14.3)
436-
omniauth (~> 1.8.1)
436+
omniauth (~> 1.9.2)
437437
omniauth-github
438438
omniauth-twitter
439439
pg

0 commit comments

Comments
 (0)