From 3ff4f2d47a8d26b1abd0653846bec4513d6e1f81 Mon Sep 17 00:00:00 2001 From: Junichi Ito Date: Wed, 1 Feb 2023 18:53:07 +0900 Subject: [PATCH] Test for https://github.com/heartcombo/devise/pull/5548 --- Gemfile | 3 ++- Gemfile.lock | 19 +++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 2471dfb..5f3c561 100644 --- a/Gemfile +++ b/Gemfile @@ -57,4 +57,5 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'devise', github: 'JunichiIto/devise', branch: 'for-turbo-stream' +gem "devise", github: "heartcombo/devise", branch: "ca-turbo" +gem "responders", github: "heartcombo/responders", branch: "main" diff --git a/Gemfile.lock b/Gemfile.lock index 4b29c6f..3d365d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT - remote: https://github.com/JunichiIto/devise.git - revision: 683117d722c96c2b589fd8960375257bd02d9933 - branch: for-turbo-stream + remote: https://github.com/heartcombo/devise.git + revision: f08e0ad24aa6fec6f585247c0465e0d46c6d8a94 + branch: ca-turbo specs: devise (4.8.1) bcrypt (~> 3.0) @@ -10,6 +10,15 @@ GIT responders warden (~> 1.2.3) +GIT + remote: https://github.com/heartcombo/responders.git + revision: fb9f787055a7a842584ce351793b249676290090 + branch: main + specs: + responders (3.0.1) + actionpack (>= 5.2) + railties (>= 5.2) + GEM remote: https://rubygems.org/ specs: @@ -182,9 +191,6 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.6.1) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) rexml (3.2.5) rubyzip (2.3.2) sass-rails (6.0.0) @@ -257,6 +263,7 @@ DEPENDENCIES puma (~> 5.0) rack-mini-profiler (~> 2.0) rails (~> 6.1.7) + responders! sass-rails (>= 6) selenium-webdriver (>= 4.0.0.rc1) spring