Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Feb 28, 2022
1 parent fd82dc5 commit 6f5c965
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ PATH
dry-configurable (~> 0.13)
faraday (~> 1.10.0)
jwt (~> 2.3)
mail
omniauth-auth0 (~> 3.0)
omniauth-rails_csrf_protection

Expand Down Expand Up @@ -127,6 +128,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.5.0)
digest (3.1.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -171,6 +173,7 @@ GEM
domain_name (~> 0.5)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
io-wait (0.2.1)
jwt (2.3.0)
loofah (2.14.0)
crass (~> 1.0.2)
Expand All @@ -188,6 +191,13 @@ GEM
multi_xml (0.6.0)
multipart-parser (0.1.1)
multipart-post (2.1.1)
net-protocol (0.1.2)
io-wait
timeout
net-smtp (0.3.1)
digest
net-protocol
timeout
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.1-x86_64-darwin)
Expand Down Expand Up @@ -310,6 +320,7 @@ GEM
sqlite3 (1.4.2)
thor (1.2.1)
timecop (0.9.4)
timeout (0.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand Down Expand Up @@ -341,6 +352,7 @@ DEPENDENCIES
dotenv
faker (~> 2.0)
multipart-parser (~> 0.1.1)
net-smtp
pry-byebug (~> 3.7)
rack_session_access
rails!
Expand Down
2 changes: 2 additions & 0 deletions devise-auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("dry-configurable", "~> 0.13")
s.add_runtime_dependency("faraday", "~> 1.10.0")
s.add_runtime_dependency("jwt", "~> 2.3")
s.add_runtime_dependency("mail")
s.add_runtime_dependency('net-smtp')
s.add_runtime_dependency("omniauth-auth0", "~> 3.0")
s.add_runtime_dependency("omniauth-rails_csrf_protection")

Expand Down

0 comments on commit 6f5c965

Please sign in to comment.