Skip to content

Commit

Permalink
Bump passwordless from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [passwordless](https://github.com/mikker/passwordless) from 1.5.0 to 1.6.0.
- [Changelog](https://github.com/mikker/passwordless/blob/master/CHANGELOG.md)
- [Commits](mikker/passwordless@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 562d3d3 commit 78540bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "tailwindcss-rails"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: %i[ windows jruby ]
gem 'paper_trail'
gem "passwordless", "~> 1.5"
gem "passwordless", "~> 1.6"
gem "graphql", "~> 2.3"
gem "graphiql-rails"
gem "view_component"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nio4r (2.7.1)
nokogiri (1.16.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.4-arm64-darwin)
Expand All @@ -202,7 +202,7 @@ GEM
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
passwordless (1.5.0)
passwordless (1.6.0)
bcrypt (>= 3.1.11)
rails (>= 5.1.4)
pg (1.5.6)
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
redis-client (0.22.1)
connection_pool
regexp_parser (2.9.0)
reline (0.5.3)
reline (0.5.4)
io-console (~> 0.5)
request_store (1.6.0)
rack (>= 1.4)
Expand Down Expand Up @@ -372,7 +372,7 @@ DEPENDENCIES
letter_opener
money
paper_trail
passwordless (~> 1.5)
passwordless (~> 1.6)
pg (~> 1.5)
puma (>= 5.0)
rack-cors
Expand Down

0 comments on commit 78540bd

Please sign in to comment.