Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "azure_file_shares"
gem "bcrypt", "~> 3.1.7"
gem "bootsnap", require: false
gem "csv"
gem "herb", "~> 0.8.10"
gem "herb", "~> 0.9.2"
gem "image_processing", "~> 1.14"
gem "importmap-rails"
gem "inline_svg"
Expand All @@ -23,7 +23,7 @@ gem "propshaft"
gem "puma", ">= 5.0"
gem "rack-attack"
gem "rails", "~> 8.1.2"
gem "reactionview", "~> 0.2.2"
gem "reactionview", "~> 0.3.0"
gem "requestjs-rails"
gem "scout_apm"
gem "scout_apm_logging", "~> 2.1"
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ GEM
rake (>= 13)
googleapis-common-protos-types (1.22.0)
google-protobuf (~> 4.26)
herb (0.8.10-aarch64-linux-gnu)
herb (0.8.10-aarch64-linux-musl)
herb (0.8.10-arm-linux-gnu)
herb (0.8.10-arm-linux-musl)
herb (0.8.10-arm64-darwin)
herb (0.8.10-x86_64-darwin)
herb (0.8.10-x86_64-linux-gnu)
herb (0.8.10-x86_64-linux-musl)
herb (0.9.2-aarch64-linux-gnu)
herb (0.9.2-aarch64-linux-musl)
herb (0.9.2-arm-linux-gnu)
herb (0.9.2-arm-linux-musl)
herb (0.9.2-arm64-darwin)
herb (0.9.2-x86_64-darwin)
herb (0.9.2-x86_64-linux-gnu)
herb (0.9.2-x86_64-linux-musl)
hotwire-spark (0.1.13)
listen
rails (>= 7.0.0)
Expand All @@ -249,7 +249,7 @@ GEM
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
jmespath (1.6.2)
json (2.19.1)
json (2.19.2)
jwt (2.10.2)
base64
kamal (2.10.1)
Expand All @@ -275,7 +275,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
loofah (2.25.0)
loofah (2.25.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
Expand Down Expand Up @@ -453,9 +453,9 @@ GEM
erb
psych (>= 4.0.0)
tsort
reactionview (0.2.2)
reactionview (0.3.0)
actionview (>= 7.0)
herb (>= 0.8.0, < 0.9.0)
herb (>= 0.9.0, < 1.0.0)
regexp_parser (2.11.3)
reline (0.6.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -635,7 +635,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faker
herb (~> 0.8.10)
herb (~> 0.9.2)
hotwire-spark
image_processing (~> 1.14)
importmap-rails
Expand All @@ -653,7 +653,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 8.1.2)
rails-controller-testing
reactionview (~> 0.2.2)
reactionview (~> 0.3.0)
requestjs-rails
rspec-rails
rubocop-rails-omakase
Expand Down
Loading