Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiIto committed Feb 1, 2023
1 parent 0ae2b80 commit 3ff4f2d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
19 changes: 13 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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:
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3ff4f2d

Please sign in to comment.