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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "net-pop", require: false
gem "net-smtp", require: false

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

# Add nested forms support
Expand Down
45 changes: 42 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ GEM
bootsnap (1.20.1)
msgpack (~> 1.2)
builder (3.3.0)
bulma-rails (0.9.4)
sassc (~> 2.0)
bulma-rails (1.0.4.1)
dartsass-rails (~> 0.5.0)
byebug (12.0.0)
cancancan (3.6.1)
capistrano (3.20.0)
Expand Down Expand Up @@ -123,6 +123,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.2.0)
activesupport (>= 3.0, < 9.0)
Expand Down Expand Up @@ -174,6 +177,27 @@ GEM
activerecord (>= 4.0.0)
globalid (1.3.0)
activesupport (>= 6.1)
google-protobuf (4.33.3)
bigdecimal
rake (>= 13)
google-protobuf (4.33.3-aarch64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.3-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.3-x86-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.3-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.33.3-x86_64-linux-gnu)
bigdecimal
rake (>= 13)
google-protobuf (4.33.3-x86_64-linux-musl)
bigdecimal
rake (>= 13)
hashdiff (1.2.1)
hashie (5.1.0)
logger
Expand Down Expand Up @@ -409,6 +433,21 @@ GEM
rubocop (~> 1.72, >= 1.72.1)
rubocop-rspec (~> 3.5)
ruby-progressbar (1.13.0)
sass-embedded (1.97.2)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.97.2-aarch64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.97.2-arm-linux-gnueabihf)
google-protobuf (~> 4.31)
sass-embedded (1.97.2-arm64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.97.2-x86_64-darwin)
google-protobuf (~> 4.31)
sass-embedded (1.97.2-x86_64-linux-gnu)
google-protobuf (~> 4.31)
sass-embedded (1.97.2-x86_64-linux-musl)
google-protobuf (~> 4.31)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -499,7 +538,7 @@ DEPENDENCIES
annotate
bcrypt_pbkdf
bootsnap
bulma-rails (~> 0.9)
bulma-rails (~> 1.0)
byebug
cancancan
capistrano
Expand Down
Loading