Skip to content

Commit 551d94d

Browse files
build(deps): bump bulma-rails from 0.9.4 to 1.0.4
Bumps [bulma-rails](https://github.com/joshuajansen/bulma-rails) from 0.9.4 to 1.0.4. - [Release notes](https://github.com/joshuajansen/bulma-rails/releases) - [Commits](https://github.com/joshuajansen/bulma-rails/commits) --- updated-dependencies: - dependency-name: bulma-rails dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ab64aa commit 551d94d

File tree

2 files changed

+43
-4
lines changed

2 files changed

+43
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem "net-pop", require: false
2929
gem "net-smtp", require: false
3030

3131
# Bulma
32-
gem "bulma-rails", "~> 0.9"
32+
gem "bulma-rails", "~> 1.0"
3333
gem "font-awesome-sass", "~> 5.15"
3434

3535
# Add nested forms support

Gemfile.lock

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ GEM
9292
bootsnap (1.19.0)
9393
msgpack (~> 1.2)
9494
builder (3.3.0)
95-
bulma-rails (0.9.4)
96-
sassc (~> 2.0)
95+
bulma-rails (1.0.4)
96+
dartsass-rails (~> 0.5.0)
9797
byebug (12.0.0)
9898
cancancan (3.6.1)
9999
capistrano (3.20.0)
@@ -122,6 +122,9 @@ GEM
122122
crass (1.0.6)
123123
csv (3.3.5)
124124
daemons (1.4.1)
125+
dartsass-rails (0.5.1)
126+
railties (>= 6.0.0)
127+
sass-embedded (~> 1.63)
125128
date (3.5.1)
126129
delayed_job (4.1.13)
127130
activesupport (>= 3.0, < 9.0)
@@ -171,6 +174,27 @@ GEM
171174
activerecord (>= 4.0.0)
172175
globalid (1.3.0)
173176
activesupport (>= 6.1)
177+
google-protobuf (4.33.2)
178+
bigdecimal
179+
rake (>= 13)
180+
google-protobuf (4.33.2-aarch64-linux-gnu)
181+
bigdecimal
182+
rake (>= 13)
183+
google-protobuf (4.33.2-arm64-darwin)
184+
bigdecimal
185+
rake (>= 13)
186+
google-protobuf (4.33.2-x86-linux-gnu)
187+
bigdecimal
188+
rake (>= 13)
189+
google-protobuf (4.33.2-x86_64-darwin)
190+
bigdecimal
191+
rake (>= 13)
192+
google-protobuf (4.33.2-x86_64-linux-gnu)
193+
bigdecimal
194+
rake (>= 13)
195+
google-protobuf (4.33.2-x86_64-linux-musl)
196+
bigdecimal
197+
rake (>= 13)
174198
hashdiff (1.2.1)
175199
hashie (5.0.0)
176200
httparty (0.23.2)
@@ -406,6 +430,21 @@ GEM
406430
rubocop (~> 1.72, >= 1.72.1)
407431
rubocop-rspec (~> 3.5)
408432
ruby-progressbar (1.13.0)
433+
sass-embedded (1.97.1)
434+
google-protobuf (~> 4.31)
435+
rake (>= 13)
436+
sass-embedded (1.97.1-aarch64-linux-gnu)
437+
google-protobuf (~> 4.31)
438+
sass-embedded (1.97.1-arm-linux-gnueabihf)
439+
google-protobuf (~> 4.31)
440+
sass-embedded (1.97.1-arm64-darwin)
441+
google-protobuf (~> 4.31)
442+
sass-embedded (1.97.1-x86_64-darwin)
443+
google-protobuf (~> 4.31)
444+
sass-embedded (1.97.1-x86_64-linux-gnu)
445+
google-protobuf (~> 4.31)
446+
sass-embedded (1.97.1-x86_64-linux-musl)
447+
google-protobuf (~> 4.31)
409448
sassc (2.4.0)
410449
ffi (~> 1.9)
411450
sassc-rails (2.1.2)
@@ -496,7 +535,7 @@ DEPENDENCIES
496535
annotate
497536
bcrypt_pbkdf
498537
bootsnap
499-
bulma-rails (~> 0.9)
538+
bulma-rails (~> 1.0)
500539
byebug
501540
cancancan
502541
capistrano

0 commit comments

Comments
 (0)