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 @@ -49,7 +49,7 @@ gem "rouge", "~> 3.15"
gem "simple_form", "~> 4.1.0"

gem "cancancan", "~> 3.0"
gem "devise", "~> 4.8", ">= 4.8.1"
gem "devise", "~> 5.0"
gem "gravtastic", "~> 3.2", ">= 3.2.6"
gem "jwt", "~> 2.2", ">= 2.2.1"
gem "mailgun-ruby", "~> 1.2"
Expand Down
38 changes: 20 additions & 18 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
base64 (0.3.0)
batch-loader (1.5.0)
bcp47_spec (0.2.1)
bcrypt (3.1.20)
bcrypt (3.1.21)
benchmark (0.5.0)
benchmark-perf (0.4.0)
benchmark-trend (0.2.0)
Expand Down Expand Up @@ -219,10 +219,10 @@ GEM
date (3.5.1)
debug_inspector (1.1.0)
deep_merge (1.2.2)
devise (4.9.4)
devise (5.0.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
railties (>= 7.0)
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
Expand Down Expand Up @@ -259,7 +259,7 @@ GEM
htmlentities (~> 4.3.3)
launchy (~> 2.1)
mail (~> 2.7)
erb (6.0.1)
erb (6.0.2)
erubi (1.13.1)
excon (0.71.1)
execjs (2.8.1)
Expand Down Expand Up @@ -330,12 +330,13 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.4)
domain_name (~> 0.5)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
iso8601 (0.9.1)
Expand Down Expand Up @@ -388,7 +389,7 @@ GEM
logstash-event (1.2.02)
logstash-logger (0.26.1)
logstash-event (~> 1.2)
loofah (2.25.0)
loofah (2.25.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand Down Expand Up @@ -421,7 +422,8 @@ GEM
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (6.0.0)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.4.5)
multi_json (1.15.0)
Expand Down Expand Up @@ -496,14 +498,14 @@ GEM
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.7.0)
prism (1.9.0)
promise.rb (0.7.4)
psych (5.3.1)
date
stringio
public_suffix (4.0.7)
racc (1.8.1)
rack (2.2.21)
rack (2.2.22)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-jwt (0.4.0)
Expand Down Expand Up @@ -538,8 +540,8 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
rails-html-sanitizer (1.7.0)
loofah (~> 2.25)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.2.3)
actionpack (= 7.2.3)
Expand Down Expand Up @@ -574,7 +576,7 @@ GEM
rdf-xsd (3.3.0)
rdf (~> 3.3)
rexml (~> 3.2)
rdoc (7.0.1)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand All @@ -586,9 +588,9 @@ GEM
repost (0.3.8)
request_store (1.5.0)
rack (>= 1.4)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
responders (3.2.0)
actionpack (>= 7.0)
railties (>= 7.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand Down Expand Up @@ -732,7 +734,7 @@ GEM
with_env (1.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.4)
zeitwerk (2.7.5)
zlib (2.1.1)

PLATFORMS
Expand Down Expand Up @@ -762,7 +764,7 @@ DEPENDENCIES
cuprite (~> 0.9)
dalli (~> 2.7, >= 2.7.10)
database_cleaner-active_record (~> 2.2, >= 2.2.2)
devise (~> 4.8, >= 4.8.1)
devise (~> 5.0)
dotenv (~> 2.7, >= 2.7.5)
elasticsearch (~> 7.1.0)
elasticsearch-extensions (~> 0.0.29)
Expand Down
Loading