From 7e2e42379cb40a500eb8a236c05788eb3e84d141 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 25 Jun 2017 12:30:31 -0400 Subject: Added logging in and logging out --- Gemfile.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 60b7136..41f4d51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,6 +41,7 @@ GEM addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) arel (8.0.0) + bcrypt (3.1.11) bindex (0.5.0) builder (3.2.3) byebug (9.0.6) @@ -61,6 +62,12 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.0.5) + devise (4.3.0) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0, < 5.2) + responders + warden (~> 1.2.3) erubi (1.6.0) execjs (2.7.0) ffi (1.9.18) @@ -92,6 +99,7 @@ GEM nokogiri (1.8.0) mini_portile2 (~> 2.2.0) normalize-rails (4.1.1) + orm_adapter (0.5.0) public_suffix (2.0.5) puma (3.9.1) rack (2.0.3) @@ -124,6 +132,9 @@ GEM rb-fsevent (0.9.8) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) + responders (2.4.0) + actionpack (>= 4.2.0, < 5.3) + railties (>= 4.2.0, < 5.3) ruby_dep (1.5.0) rubyzip (1.2.1) sass (3.4.24) @@ -160,6 +171,8 @@ GEM thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) + warden (1.2.7) + rack (>= 1.0) web-console (3.5.1) actionview (>= 5.0) activemodel (>= 5.0) @@ -178,6 +191,7 @@ DEPENDENCIES byebug capybara (~> 2.13) coffee-rails (~> 4.2) + devise haml jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) -- cgit 1.4.1