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 backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false

gem 'active_model_serializers'
gem 'bootstrap', '~> 5.0.0.beta1'
gem 'bootstrap', '~> 5.2.0'
gem 'devise'
gem 'devise-bootstrap-views', '~> 1.0'
gem 'devise-i18n'
Expand Down
30 changes: 15 additions & 15 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
autoprefixer-rails (10.4.2.0)
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
backport (1.2.0)
bcrypt (3.1.17)
benchmark (0.2.0)
bindex (0.8.1)
bootsnap (1.11.1)
msgpack (~> 1.2)
bootstrap (5.0.2)
bootstrap (5.2.0)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.9.2, < 3)
popper_js (>= 2.11.5, < 3)
sassc-rails (>= 2.0.0)
brakeman (5.2.2)
builder (3.2.4)
Expand Down Expand Up @@ -182,7 +182,7 @@ GEM
globalid (1.0.0)
activesupport (>= 5.0)
highline (2.0.3)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.37)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.17.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -235,7 +235,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.15.0)
minitest (5.16.2)
momentjs-rails (2.29.1.1)
railties (>= 3.1)
msgpack (1.5.1)
Expand All @@ -254,14 +254,14 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
nokogiri (1.13.4-x86_64-linux)
nokogiri (1.13.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.3.5)
popper_js (2.9.3)
popper_js (2.11.5)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -275,15 +275,15 @@ GEM
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.4)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-proxy (0.7.2)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rails (7.0.2.4)
actioncable (= 7.0.2.4)
actionmailbox (= 7.0.2.4)
Expand All @@ -306,7 +306,7 @@ GEM
activesupport (>= 4.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-i18n (7.0.3)
i18n (>= 0.7, < 2)
Expand Down Expand Up @@ -461,7 +461,7 @@ GEM
turbo-rails (1.0.1)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
uniform_notifier (1.16.0)
Expand Down Expand Up @@ -491,7 +491,7 @@ GEM
nokogiri (~> 1.8)
yard (0.9.27)
webrick (~> 1.7.0)
zeitwerk (2.5.4)
zeitwerk (2.6.0)

PLATFORMS
x86_64-linux-musl
Expand All @@ -501,7 +501,7 @@ DEPENDENCIES
administrate
annotate
bootsnap (>= 1.4.4)
bootstrap (~> 5.0.0.beta1)
bootstrap (~> 5.2.0)
brakeman
bullet
capybara
Expand Down