Skip to content
Open
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
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.11)
bcrypt (3.1.13)
best_in_place (3.1.1)
actionpack (>= 3.2)
railties (>= 3.2)
Expand All @@ -120,7 +120,7 @@ GEM
debug_inspector (>= 0.0.1)
brakeman (4.2.0)
breadcrumbs_on_rails (3.0.1)
builder (3.2.3)
builder (3.2.4)
byebug (10.0.0)
cancancan (1.17.0)
capistrano (3.10.1)
Expand Down Expand Up @@ -195,9 +195,9 @@ GEM
compass (~> 1.0.0)
sass-rails (< 5.1)
sprockets (< 4.0)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
connection_pool (2.2.1)
crass (1.0.4)
crass (1.0.6)
cucumber (2.99.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
Expand All @@ -219,10 +219,10 @@ GEM
db_text_search (0.2.2)
activerecord (>= 4.1.15, < 6.0)
debug_inspector (0.0.3)
devise (4.4.1)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-encryptable (0.2.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ GEM
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.6)
erubi (1.8.0)
erubi (1.9.0)
et-orbi (1.0.9)
tzinfo
execjs (2.7.0)
Expand Down Expand Up @@ -384,7 +384,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.12)
Expand All @@ -398,7 +398,7 @@ GEM
mimemagic (0.3.2)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.14.0)
moneta (1.0.0)
msgpack (1.2.4)
multi_json (1.13.1)
Expand Down Expand Up @@ -473,7 +473,7 @@ GEM
nio4r (~> 2.0)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.7)
rack (2.2.2)
rack-pjax (1.0.0)
nokogiri (~> 1.5)
rack (>= 1.1)
Expand Down Expand Up @@ -504,8 +504,8 @@ GEM
nokogiri (>= 1.6)
rails-footnotes (4.1.8)
rails (>= 3.2)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-observers (0.1.5)
activemodel (>= 4.0)
rails_admin (1.3.0)
Expand All @@ -527,7 +527,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.2)
rake (12.3.3)
randumb (0.5.2)
activerecord (>= 3.0.20)
activesupport (>= 3.0.20)
Expand Down Expand Up @@ -681,12 +681,12 @@ GEM
timers (4.1.2)
hitimes
ttfunk (1.5.1)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (4.1.6)
execjs (>= 0.3.0, < 3)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down