Skip to content

Commit 8129846

Browse files
committed
Update gem versions
1 parent 76a0eb0 commit 8129846

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gem "azure_file_shares"
99
gem "bcrypt", "~> 3.1.7"
1010
gem "bootsnap", require: false
1111
gem "csv"
12+
gem "herb", "~> 0.8.0"
1213
gem "image_processing", "~> 1.14"
1314
gem "importmap-rails"
1415
gem "jbuilder"
@@ -21,7 +22,7 @@ gem "propshaft"
2122
gem "puma", ">= 5.0"
2223
gem "rack-attack"
2324
gem "rails", "~> 8.0.4"
24-
gem "reactionview", "~> 0.1.2"
25+
gem "reactionview", "~> 0.1.6"
2526
gem "requestjs-rails"
2627
gem "scout_apm"
2728
gem "scout_apm_logging", "~> 2.1"

Gemfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,12 @@ GEM
212212
rake (>= 13)
213213
googleapis-common-protos-types (1.22.0)
214214
google-protobuf (~> 4.26)
215-
herb (0.7.2-aarch64-linux-gnu)
216-
herb (0.7.2-aarch64-linux-musl)
217-
herb (0.7.2-arm-linux-gnu)
218-
herb (0.7.2-arm-linux-musl)
219-
herb (0.7.2-arm64-darwin)
220-
herb (0.7.2-x86_64-darwin)
221-
herb (0.7.2-x86_64-linux-gnu)
222-
herb (0.7.2-x86_64-linux-musl)
215+
herb (0.8.0)
216+
herb (0.8.0-aarch64-linux-gnu)
217+
herb (0.8.0-aarch64-linux-musl)
218+
herb (0.8.0-arm-linux-gnu)
219+
herb (0.8.0-arm-linux-musl)
220+
herb (0.8.0-x86_64-linux-musl)
223221
hotwire-spark (0.1.13)
224222
listen
225223
rails (>= 7.0.0)
@@ -444,9 +442,9 @@ GEM
444442
erb
445443
psych (>= 4.0.0)
446444
tsort
447-
reactionview (0.1.2)
445+
reactionview (0.1.6)
448446
actionview (>= 7.0)
449-
herb (>= 0.7.0, < 1.0.0)
447+
herb (>= 0.7.5, < 1.0.0)
450448
regexp_parser (2.11.3)
451449
reline (0.6.2)
452450
io-console (~> 0.5)
@@ -616,6 +614,7 @@ DEPENDENCIES
616614
dotenv-rails
617615
factory_bot_rails
618616
faker
617+
herb (~> 0.8.0)
619618
hotwire-spark
620619
image_processing (~> 1.14)
621620
importmap-rails
@@ -632,7 +631,7 @@ DEPENDENCIES
632631
rack-mini-profiler
633632
rails (~> 8.0.4)
634633
rails-controller-testing
635-
reactionview (~> 0.1.2)
634+
reactionview (~> 0.1.6)
636635
requestjs-rails
637636
rspec-rails
638637
rubocop-rails-omakase

0 commit comments

Comments
 (0)