Skip to content

Commit 0beb08b

Browse files
build(deps): Bump bulma-rails from 0.9.4 to 1.0.4.1
Bumps [bulma-rails](https://github.com/joshuajansen/bulma-rails) from 0.9.4 to 1.0.4.1. - [Release notes](https://github.com/joshuajansen/bulma-rails/releases) - [Commits](https://github.com/joshuajansen/bulma-rails/commits/v1.0.4.1) --- updated-dependencies: - dependency-name: bulma-rails dependency-version: 1.0.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f30c2e commit 0beb08b

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
@@ -27,7 +27,7 @@ gem "net-pop", require: false
2727
gem "net-smtp", require: false
2828

2929
# Bulma
30-
gem "bulma-rails", "~> 0.9"
30+
gem "bulma-rails", "~> 1.0"
3131
gem "font-awesome-sass", "~> 5.15"
3232

3333
# Add nested forms support

Gemfile.lock

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ GEM
9393
bootsnap (1.20.1)
9494
msgpack (~> 1.2)
9595
builder (3.3.0)
96-
bulma-rails (0.9.4)
97-
sassc (~> 2.0)
96+
bulma-rails (1.0.4.1)
97+
dartsass-rails (~> 0.5.0)
9898
byebug (12.0.0)
9999
cancancan (3.6.1)
100100
capistrano (3.20.0)
@@ -123,6 +123,9 @@ GEM
123123
crass (1.0.6)
124124
csv (3.3.5)
125125
daemons (1.4.1)
126+
dartsass-rails (0.5.1)
127+
railties (>= 6.0.0)
128+
sass-embedded (~> 1.63)
126129
date (3.5.1)
127130
delayed_job (4.2.0)
128131
activesupport (>= 3.0, < 9.0)
@@ -174,6 +177,27 @@ GEM
174177
activerecord (>= 4.0.0)
175178
globalid (1.3.0)
176179
activesupport (>= 6.1)
180+
google-protobuf (4.33.3)
181+
bigdecimal
182+
rake (>= 13)
183+
google-protobuf (4.33.3-aarch64-linux-gnu)
184+
bigdecimal
185+
rake (>= 13)
186+
google-protobuf (4.33.3-arm64-darwin)
187+
bigdecimal
188+
rake (>= 13)
189+
google-protobuf (4.33.3-x86-linux-gnu)
190+
bigdecimal
191+
rake (>= 13)
192+
google-protobuf (4.33.3-x86_64-darwin)
193+
bigdecimal
194+
rake (>= 13)
195+
google-protobuf (4.33.3-x86_64-linux-gnu)
196+
bigdecimal
197+
rake (>= 13)
198+
google-protobuf (4.33.3-x86_64-linux-musl)
199+
bigdecimal
200+
rake (>= 13)
177201
hashdiff (1.2.1)
178202
hashie (5.1.0)
179203
logger
@@ -409,6 +433,21 @@ GEM
409433
rubocop (~> 1.72, >= 1.72.1)
410434
rubocop-rspec (~> 3.5)
411435
ruby-progressbar (1.13.0)
436+
sass-embedded (1.97.2)
437+
google-protobuf (~> 4.31)
438+
rake (>= 13)
439+
sass-embedded (1.97.2-aarch64-linux-gnu)
440+
google-protobuf (~> 4.31)
441+
sass-embedded (1.97.2-arm-linux-gnueabihf)
442+
google-protobuf (~> 4.31)
443+
sass-embedded (1.97.2-arm64-darwin)
444+
google-protobuf (~> 4.31)
445+
sass-embedded (1.97.2-x86_64-darwin)
446+
google-protobuf (~> 4.31)
447+
sass-embedded (1.97.2-x86_64-linux-gnu)
448+
google-protobuf (~> 4.31)
449+
sass-embedded (1.97.2-x86_64-linux-musl)
450+
google-protobuf (~> 4.31)
412451
sassc (2.4.0)
413452
ffi (~> 1.9)
414453
sassc-rails (2.1.2)
@@ -499,7 +538,7 @@ DEPENDENCIES
499538
annotate
500539
bcrypt_pbkdf
501540
bootsnap
502-
bulma-rails (~> 0.9)
541+
bulma-rails (~> 1.0)
503542
byebug
504543
cancancan
505544
capistrano

0 commit comments

Comments
 (0)