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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# Added gems
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'clearance', '~> 2.1.0'
gem 'clearance', '~> 2.5.0'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'email_spec'
gem 'acts-as-taggable-on', '~> 6.0'
Expand Down
55 changes: 33 additions & 22 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
animate.css-rails (3.2.0)
arel (9.0.0)
argon2 (2.0.2)
ffi (~> 1.9)
ffi-compiler (>= 0.1)
autoprefixer-rails (9.8.5)
execjs
bcrypt (3.1.15)
bcrypt (3.1.16)
bindex (0.8.1)
bootsnap (1.4.6)
msgpack (~> 1.0)
Expand All @@ -69,10 +72,11 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
choice (0.2.0)
clearance (2.1.0)
clearance (2.5.0)
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
argon2 (~> 2.0, >= 2.0.2)
bcrypt (>= 3.1.1)
email_validator (~> 2.0)
railties (>= 5.0)
Expand All @@ -83,23 +87,26 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.9)
crass (1.0.6)
differ (0.1.2)
email_spec (2.2.0)
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.7)
email_validator (2.0.1)
email_validator (2.2.3)
activemodel
erubi (1.9.0)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
globalid (0.5.2)
activesupport (>= 5.0)
htmlentities (4.3.4)
i18n (1.8.4)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
Expand All @@ -113,32 +120,36 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.6.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
msgpack (1.3.3)
msgpack (1.3.3-x64-mingw32)
nio4r (2.5.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.10-x64-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
nokogiri (1.12.4-x64-mingw32)
racc (~> 1.4)
pg (1.2.3)
pg (1.2.3-x64-mingw32)
public_suffix (4.0.5)
puma (3.12.6)
punching_bag (0.7.0)
railties (>= 3.2)
voight_kampff (>= 1.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -167,7 +178,7 @@ GEM
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails_12factor (0.0.2)
rails_serve_static_assets
Expand All @@ -180,7 +191,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rake (13.0.1)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -223,15 +234,15 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
tinymce-rails (5.3.2)
railties (>= 3.1.1)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.7)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2020.1)
tzinfo (>= 1.0.0)
Expand Down Expand Up @@ -266,7 +277,7 @@ DEPENDENCIES
bootstrap-sass (~> 3.4.1)
byebug
capybara (>= 2.15)
clearance (~> 2.1.0)
clearance (~> 2.5.0)
coffee-rails (~> 4.2)
differ (~> 0.1.2)
email_spec
Expand Down