Skip to content

Commit

Permalink
Bump stimulus-rails from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [stimulus-rails](https://github.com/hotwired/stimulus-rails) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/hotwired/stimulus-rails/releases)
- [Commits](hotwired/stimulus-rails@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: stimulus-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent d499c95 commit 79e4f97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'pg', '~> 1.5'
# Use Puma as the app server
gem 'puma', '~> 6.4'
gem 'turbo-rails', '~> 1.4'
gem 'stimulus-rails', '~> 1.2'
gem 'stimulus-rails', '~> 1.3'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 5.0'
# Use Active Model has_secure_password
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -134,7 +134,7 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
moneta (1.0.0)
msgpack (1.6.0)
Expand Down Expand Up @@ -163,7 +163,7 @@ GEM
puma (6.4.0)
nio4r (~> 2.0)
qonfig (0.28.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (3.1.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.1.0)
rate_throttle_client (0.1.2)
redis (5.0.7)
redis-client (>= 0.9.0)
Expand Down Expand Up @@ -246,12 +246,12 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stimulus-rails (1.2.2)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
tailwindcss-rails (2.0.30)
railties (>= 6.0.0)
test-prof (1.2.3)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
Expand All @@ -272,7 +272,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -304,7 +304,7 @@ DEPENDENCIES
sentry-sidekiq (~> 5.11)
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.2)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.0)
test-prof (~> 1.2)
turbo-rails (~> 1.4)
Expand Down

0 comments on commit 79e4f97

Please sign in to comment.