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 @@ -46,7 +46,7 @@ gem 'discordrb-webhooks'
gem 'rack-cors'
#Add Users Auth
gem 'devise'
gem "omniauth", "~> 1.9.1" # Can not move to 2.0 because of devise
gem "omniauth", "~> 1.9.2" # Can not move to 2.0 because of devise
gem 'omniauth-shopify-oauth2', '~> 2.2.2'
#Add API validations
gem 'dry-validation'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
hashdiff (1.0.1)
hashie (4.1.0)
hashie (5.0.0)
hkdf (0.3.0)
http-accept (1.7.0)
http-cookie (1.0.4)
Expand Down Expand Up @@ -318,7 +318,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.1)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.5.0)
Expand All @@ -345,7 +345,7 @@ GEM
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-protection (2.1.0)
Expand Down Expand Up @@ -573,7 +573,7 @@ DEPENDENCIES
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
newrelic_rpm
omniauth (~> 1.9.1)
omniauth (~> 1.9.2)
omniauth-shopify-oauth2 (~> 2.2.2)
pg (>= 0.18, < 2.0)
pry
Expand Down