From 9efd582a1c10e0c6d8309c4b5a13aa689f1cd5fc Mon Sep 17 00:00:00 2001 From: QI SUN Date: Wed, 26 Feb 2025 20:51:37 -0600 Subject: [PATCH] Adding Styling with Bulma --- Gemfile | 4 +++- Gemfile.lock | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6c5de91..c30fba7 100644 --- a/Gemfile +++ b/Gemfile @@ -64,4 +64,6 @@ end gem 'activeadmin' gem 'devise' -gem 'sassc-rails' \ No newline at end of file +gem 'sassc-rails' + +gem 'bulma-rails', '~> 0.9.4' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ca38301..2046f17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,6 +101,8 @@ GEM brakeman (7.0.0) racc builder (3.3.0) + bulma-rails (0.9.4) + sassc (~> 2.0) capybara (3.40.0) addressable matrix @@ -453,6 +455,7 @@ DEPENDENCIES activeadmin bootsnap brakeman + bulma-rails (~> 0.9.4) capybara debug devise