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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt', '~> 3.1.22'

# User slim for views
gem 'slim-rails'
Expand Down
13 changes: 5 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
bcrypt (3.1.16)
bcrypt (3.1.22)
bindex (0.8.1)
bootsnap (1.7.3)
msgpack (~> 1.0)
Expand Down Expand Up @@ -277,6 +277,8 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
structured_warnings (0.4.0)
tailwindcss-rails (2.5.0-x86_64-linux)
railties (>= 6.0.0)
temple (0.8.2)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
Expand All @@ -293,11 +295,6 @@ GEM
activesupport (>= 5.2.0)
railties (>= 5.2.0)
turbolinks-source (~> 5.1)
twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1)
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
Expand All @@ -323,7 +320,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers
acts_as_follower!
bcrypt (~> 3.1.7)
bcrypt (~> 3.1.22)
bootsnap (>= 1.1.0)
byebug
cancancan
Expand All @@ -350,11 +347,11 @@ DEPENDENCIES
slim-rails
spring
spring-watcher-listen (~> 2.0.0)
tailwindcss-rails
therubyracer
tinymce-rails
turbolinks (~> 5)
turbolinks_render
twitter-bootstrap-rails (~> 2.2.8)
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
will_paginate
Expand Down
Loading