Skip to content

Commit

Permalink
Merge pull request #205 from goinvo/dependabot/bundler/passwordless-1…
Browse files Browse the repository at this point in the history
….7.0

Bump passwordless from 1.6.0 to 1.7.0
  • Loading branch information
fermion authored May 30, 2024
2 parents dc78005 + 035c862 commit 962c93f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.6"
gem "passwordless", "~> 1.7"
gem "graphql", "~> 2.3"
gem "graphiql-rails"
gem "view_component"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
method_source (1.1.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.23.0)
minitest (5.23.1)
money (6.19.0)
i18n (>= 0.6.4, <= 2)
msgpack (1.7.2)
Expand All @@ -202,7 +202,7 @@ GEM
paper_trail (15.1.0)
activerecord (>= 6.1)
request_store (~> 1.4)
passwordless (1.6.0)
passwordless (1.7.0)
bcrypt (>= 3.1.11)
rails (>= 5.1.4)
pg (1.5.6)
Expand All @@ -211,7 +211,7 @@ GEM
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis-client (0.22.1)
connection_pool
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.14)
zeitwerk (2.6.15)

PLATFORMS
aarch64-linux
Expand All @@ -374,7 +374,7 @@ DEPENDENCIES
letter_opener
money
paper_trail
passwordless (~> 1.6)
passwordless (~> 1.7)
pg (~> 1.5)
puma (>= 5.0)
rack-cors
Expand Down

0 comments on commit 962c93f

Please sign in to comment.