Skip to content
Closed
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ gem "net-pop", require: false
gem "net-smtp", require: false

# Bulma
gem "bulma-rails", "~> 0.9"
gem "font-awesome-sass", "~> 5.15"
gem "bulma-rails", "~> 1.0"
gem "font-awesome-sass", "~> 6.7"

# Add nested forms support
gem "vanilla_nested"
Expand Down
65 changes: 52 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ GEM
bcrypt_pbkdf (1.1.2-arm64-darwin)
bcrypt_pbkdf (1.1.2-x86_64-darwin)
bigdecimal (3.3.1)
bootsnap (1.19.0)
bootsnap (1.20.0)
msgpack (~> 1.2)
builder (3.3.0)
bulma-rails (0.9.4)
sassc (~> 2.0)
bulma-rails (1.0.4)
dartsass-rails (~> 0.5.0)
byebug (12.0.0)
cancancan (3.6.1)
capistrano (3.20.0)
Expand Down Expand Up @@ -122,6 +122,9 @@ GEM
crass (1.0.6)
csv (3.3.5)
daemons (1.4.1)
dartsass-rails (0.5.1)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
date (3.5.1)
delayed_job (4.1.13)
activesupport (>= 3.0, < 9.0)
Expand Down Expand Up @@ -163,14 +166,35 @@ GEM
ffi (1.17.2-x86_64-darwin)
ffi (1.17.2-x86_64-linux-gnu)
ffi (1.17.2-x86_64-linux-musl)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
font-awesome-sass (6.7.2)
sassc (~> 2.0)
foreman (0.90.0)
thor (~> 1.4)
friendly_id (5.6.0)
activerecord (>= 4.0.0)
globalid (1.3.0)
activesupport (>= 6.1)
google-protobuf (4.33.2)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-aarch64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-x86-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.2-x86_64-linux-musl)
bigdecimal
rake (>= 13)
hashdiff (1.2.1)
hashie (5.0.0)
httparty (0.23.2)
Expand Down Expand Up @@ -225,7 +249,7 @@ GEM
bigdecimal
net-http (0.8.0)
uri (>= 0.11.1)
net-imap (0.6.0)
net-imap (0.6.2)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -286,7 +310,7 @@ GEM
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.6.0)
prism (1.7.0)
psych (5.3.0)
date
stringio
Expand Down Expand Up @@ -373,15 +397,15 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.6)
rubocop (1.81.7)
rubocop (1.82.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-ast (>= 1.48.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.48.0)
Expand All @@ -404,6 +428,21 @@ GEM
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-progressbar (1.13.0)
sass-embedded (1.97.1)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.97.1-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.97.1-arm-linux-gnueabihf)
google-protobuf (~> 4.31)
sass-embedded (1.97.1-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.97.1-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.97.1-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.97.1-x86_64-linux-musl)
google-protobuf (~> 4.31)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -453,14 +492,14 @@ GEM
climate_control
thor (1.4.0)
tilt (2.6.1)
timeout (0.5.0)
timeout (0.6.0)
tqdm (0.4.1)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
unicode-emoji (4.2.0)
uri (1.1.1)
useragent (0.16.11)
vanilla_nested (1.7.1)
Expand Down Expand Up @@ -494,7 +533,7 @@ DEPENDENCIES
annotate
bcrypt_pbkdf
bootsnap
bulma-rails (~> 0.9)
bulma-rails (~> 1.0)
byebug
cancancan
capistrano
Expand All @@ -512,7 +551,7 @@ DEPENDENCIES
factory_bot
factory_bot_rails
faker
font-awesome-sass (~> 5.15)
font-awesome-sass (~> 6.7)
foreman
friendly_id
httparty
Expand Down
2 changes: 1 addition & 1 deletion compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- db

db:
image: docker.io/library/mariadb:11.8
image: docker.io/library/mariadb:12.1
restart: unless-stopped
env_file: .env.production

Expand Down
Loading
Loading