Skip to content
Closed
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
25 changes: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ GIT
activerecord
sidekiq

GIT
remote: https://github.com/plataformatec/devise
revision: 517010e2c543920c43378e527ddb62e1bc6eb490
specs:
devise (4.5.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)

GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
Expand Down Expand Up @@ -78,7 +89,7 @@ GEM
arel (6.0.4)
attr_encrypted (3.0.3)
encryptor (~> 3.0.0)
bcrypt (3.1.11)
bcrypt (3.1.12)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
Expand Down Expand Up @@ -124,12 +135,6 @@ GEM
safe_yaml (~> 1.0.0)
daemons (1.2.4)
debug_inspector (0.0.3)
devise (4.3.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
responders
warden (~> 1.2.3)
diff-lcs (1.3)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -299,11 +304,11 @@ GEM
activesupport (>= 3.0.0)
pygments.rb (1.1.2)
multi_json (>= 1.0.0)
rack (1.6.8)
rack (1.6.10)
rack-contrib (1.4.0)
git-version-bump (~> 0.15)
rack (~> 1.4)
rack-mini-profiler (0.10.5)
rack-mini-profiler (1.0.0)
rack (>= 1.2.0)
rack-protection (1.5.3)
rack
Expand Down Expand Up @@ -588,7 +593,7 @@ DEPENDENCIES
binding_of_caller
coffee-rails
compass-rails
devise
devise!
factory_girl_rails
faraday-http-cache
friendly_id
Expand Down