Skip to content

Commit ecac69e

Browse files
authored
chore(deps): bump herb and reactionview (#644)
2 parents 3e59b45 + f1bc038 commit ecac69e

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "azure_file_shares"
99
gem "bcrypt", "~> 3.1.22"
1010
gem "bootsnap", require: false
1111
gem "csv"
12-
gem "herb", "~> 0.8.10"
12+
gem "herb", "~> 0.9.4"
1313
gem "image_processing", "~> 1.14"
1414
gem "importmap-rails"
1515
gem "inline_svg"
@@ -23,7 +23,7 @@ gem "propshaft"
2323
gem "puma", ">= 5.0"
2424
gem "rack-attack"
2525
gem "rails", "~> 8.1.3"
26-
gem "reactionview", "~> 0.2.2"
26+
gem "reactionview", "~> 0.3.0"
2727
gem "requestjs-rails"
2828
gem "scout_apm"
2929
gem "scout_apm_logging", "~> 2.1"

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ GEM
117117
base64 (0.3.0)
118118
bcrypt (3.1.22)
119119
bcrypt_pbkdf (1.1.2)
120-
bigdecimal (4.0.1)
120+
bigdecimal (4.1.0)
121121
bindex (0.8.1)
122122
bootsnap (1.22.0)
123123
msgpack (~> 1.2)
@@ -215,14 +215,14 @@ GEM
215215
rake (>= 13)
216216
googleapis-common-protos-types (1.22.0)
217217
google-protobuf (~> 4.26)
218-
herb (0.8.10-aarch64-linux-gnu)
219-
herb (0.8.10-aarch64-linux-musl)
220-
herb (0.8.10-arm-linux-gnu)
221-
herb (0.8.10-arm-linux-musl)
222-
herb (0.8.10-arm64-darwin)
223-
herb (0.8.10-x86_64-darwin)
224-
herb (0.8.10-x86_64-linux-gnu)
225-
herb (0.8.10-x86_64-linux-musl)
218+
herb (0.9.4-aarch64-linux-gnu)
219+
herb (0.9.4-aarch64-linux-musl)
220+
herb (0.9.4-arm-linux-gnu)
221+
herb (0.9.4-arm-linux-musl)
222+
herb (0.9.4-arm64-darwin)
223+
herb (0.9.4-x86_64-darwin)
224+
herb (0.9.4-x86_64-linux-gnu)
225+
herb (0.9.4-x86_64-linux-musl)
226226
hotwire-spark (0.1.13)
227227
listen
228228
rails (>= 7.0.0)
@@ -289,7 +289,7 @@ GEM
289289
mini_magick (5.3.1)
290290
logger
291291
mini_mime (1.1.5)
292-
minitest (6.0.2)
292+
minitest (6.0.3)
293293
drb (~> 2.0)
294294
prism (~> 1.5)
295295
mission_control-jobs (1.1.0)
@@ -453,9 +453,9 @@ GEM
453453
erb
454454
psych (>= 4.0.0)
455455
tsort
456-
reactionview (0.2.2)
456+
reactionview (0.3.0)
457457
actionview (>= 7.0)
458-
herb (>= 0.8.0, < 0.9.0)
458+
herb (>= 0.9.0, < 1.0.0)
459459
regexp_parser (2.11.3)
460460
reline (0.6.3)
461461
io-console (~> 0.5)
@@ -635,7 +635,7 @@ DEPENDENCIES
635635
dotenv-rails
636636
factory_bot_rails
637637
faker
638-
herb (~> 0.8.10)
638+
herb (~> 0.9.4)
639639
hotwire-spark
640640
image_processing (~> 1.14)
641641
importmap-rails
@@ -653,7 +653,7 @@ DEPENDENCIES
653653
rack-mini-profiler
654654
rails (~> 8.1.3)
655655
rails-controller-testing
656-
reactionview (~> 0.2.2)
656+
reactionview (~> 0.3.0)
657657
requestjs-rails
658658
rspec-rails
659659
rubocop-rails-omakase

0 commit comments

Comments
 (0)