Skip to content

Commit 143c1b6

Browse files
committed
Version bump
1 parent afc0729 commit 143c1b6

File tree

6 files changed

+85
-81
lines changed

6 files changed

+85
-81
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 0.7.1
4+
5+
* Redirect when already authenticated on new registration & new session.
6+
37
### 0.7.0
48

59
* Add `after_register_path` and stored location redirect after successful registration

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
revise_auth (0.7.0)
4+
revise_auth (0.7.1)
55
bcrypt (~> 3.1)
66
rails (>= 7.1.0.beta1)
77

@@ -100,7 +100,7 @@ GEM
100100
irb (~> 1.10)
101101
reline (>= 0.3.8)
102102
drb (2.2.1)
103-
erubi (1.12.0)
103+
erubi (1.13.0)
104104
globalid (1.2.1)
105105
activesupport (>= 6.1)
106106
highline (3.0.1)
@@ -121,7 +121,7 @@ GEM
121121
activesupport (>= 6.0.0)
122122
railties (>= 6.0.0)
123123
io-console (0.7.2)
124-
irb (1.13.1)
124+
irb (1.13.2)
125125
rdoc (>= 4.0.0)
126126
reline (>= 0.4.2)
127127
json (2.7.2)
@@ -137,9 +137,9 @@ GEM
137137
net-smtp
138138
marcel (1.0.4)
139139
mini_mime (1.1.5)
140-
minitest (5.23.1)
140+
minitest (5.24.0)
141141
mutex_m (0.2.0)
142-
net-imap (0.4.12)
142+
net-imap (0.4.14)
143143
date
144144
net-protocol
145145
net-pop (0.1.2)
@@ -149,24 +149,24 @@ GEM
149149
net-smtp (0.5.0)
150150
net-protocol
151151
nio4r (2.7.3)
152-
nokogiri (1.16.5-aarch64-linux)
152+
nokogiri (1.16.6-aarch64-linux)
153153
racc (~> 1.4)
154-
nokogiri (1.16.5-arm64-darwin)
154+
nokogiri (1.16.6-arm64-darwin)
155155
racc (~> 1.4)
156-
nokogiri (1.16.5-x86_64-darwin)
156+
nokogiri (1.16.6-x86_64-darwin)
157157
racc (~> 1.4)
158-
nokogiri (1.16.5-x86_64-linux)
158+
nokogiri (1.16.6-x86_64-linux)
159159
racc (~> 1.4)
160160
parallel (1.25.1)
161-
parser (3.3.2.0)
161+
parser (3.3.3.0)
162162
ast (~> 2.4.1)
163163
racc
164164
psych (5.1.2)
165165
stringio
166166
puma (6.4.2)
167167
nio4r (~> 2.0)
168168
racc (1.8.0)
169-
rack (3.0.11)
169+
rack (3.1.4)
170170
rack-session (2.0.0)
171171
rack (>= 3.0.0)
172172
rack-test (2.1.0)
@@ -211,11 +211,11 @@ GEM
211211
rdoc (6.7.0)
212212
psych (>= 4.0.0)
213213
regexp_parser (2.9.2)
214-
reline (0.5.8)
214+
reline (0.5.9)
215215
io-console (~> 0.5)
216-
rexml (3.2.9)
216+
rexml (3.3.1)
217217
strscan
218-
rubocop (1.63.5)
218+
rubocop (1.64.1)
219219
json (~> 2.3)
220220
language_server-protocol (>= 3.17.0)
221221
parallel (~> 1.10)
@@ -228,7 +228,7 @@ GEM
228228
unicode-display_width (>= 2.4.0, < 3.0)
229229
rubocop-ast (1.31.3)
230230
parser (>= 3.3.1.0)
231-
rubocop-performance (1.21.0)
231+
rubocop-performance (1.21.1)
232232
rubocop (>= 1.48.1, < 2.0)
233233
rubocop-ast (>= 1.31.1, < 2.0)
234234
ruby-progressbar (1.13.0)
@@ -243,10 +243,10 @@ GEM
243243
sqlite3 (1.7.3-arm64-darwin)
244244
sqlite3 (1.7.3-x86_64-darwin)
245245
sqlite3 (1.7.3-x86_64-linux)
246-
standard (1.36.0)
246+
standard (1.39.0)
247247
language_server-protocol (~> 3.17.0.2)
248248
lint_roller (~> 1.0)
249-
rubocop (~> 1.63.0)
249+
rubocop (~> 1.64.0)
250250
standard-custom (~> 1.0.0)
251251
standard-performance (~> 1.4)
252252
standard-custom (1.0.2)
@@ -255,7 +255,7 @@ GEM
255255
standard-performance (1.4.0)
256256
lint_roller (~> 1.1)
257257
rubocop-performance (~> 1.21.0)
258-
stringio (3.1.0)
258+
stringio (3.1.1)
259259
strscan (3.1.0)
260260
terminal-table (3.0.2)
261261
unicode-display_width (>= 1.1.1, < 3)
@@ -273,7 +273,7 @@ GEM
273273
websocket-driver (0.7.6)
274274
websocket-extensions (>= 0.1.0)
275275
websocket-extensions (0.1.5)
276-
zeitwerk (2.6.15)
276+
zeitwerk (2.6.16)
277277

278278
PLATFORMS
279279
aarch64-linux
@@ -294,4 +294,4 @@ DEPENDENCIES
294294
web-console
295295

296296
BUNDLED WITH
297-
2.5.11
297+
2.5.14

gemfiles/rails_7_1.gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
revise_auth (0.7.0)
4+
revise_auth (0.7.1)
55
bcrypt (~> 3.1)
66
rails (>= 7.1.0.beta1)
77

@@ -100,7 +100,7 @@ GEM
100100
irb (~> 1.10)
101101
reline (>= 0.3.8)
102102
drb (2.2.1)
103-
erubi (1.12.0)
103+
erubi (1.13.0)
104104
globalid (1.2.1)
105105
activesupport (>= 6.1)
106106
highline (3.0.1)
@@ -121,7 +121,7 @@ GEM
121121
activesupport (>= 6.0.0)
122122
railties (>= 6.0.0)
123123
io-console (0.7.2)
124-
irb (1.13.1)
124+
irb (1.13.2)
125125
rdoc (>= 4.0.0)
126126
reline (>= 0.4.2)
127127
json (2.7.2)
@@ -137,9 +137,9 @@ GEM
137137
net-smtp
138138
marcel (1.0.4)
139139
mini_mime (1.1.5)
140-
minitest (5.23.1)
140+
minitest (5.24.0)
141141
mutex_m (0.2.0)
142-
net-imap (0.4.12)
142+
net-imap (0.4.14)
143143
date
144144
net-protocol
145145
net-pop (0.1.2)
@@ -149,24 +149,24 @@ GEM
149149
net-smtp (0.5.0)
150150
net-protocol
151151
nio4r (2.7.3)
152-
nokogiri (1.16.5-aarch64-linux)
152+
nokogiri (1.16.6-aarch64-linux)
153153
racc (~> 1.4)
154-
nokogiri (1.16.5-arm64-darwin)
154+
nokogiri (1.16.6-arm64-darwin)
155155
racc (~> 1.4)
156-
nokogiri (1.16.5-x86_64-darwin)
156+
nokogiri (1.16.6-x86_64-darwin)
157157
racc (~> 1.4)
158-
nokogiri (1.16.5-x86_64-linux)
158+
nokogiri (1.16.6-x86_64-linux)
159159
racc (~> 1.4)
160160
parallel (1.25.1)
161-
parser (3.3.2.0)
161+
parser (3.3.3.0)
162162
ast (~> 2.4.1)
163163
racc
164164
psych (5.1.2)
165165
stringio
166166
puma (6.4.2)
167167
nio4r (~> 2.0)
168168
racc (1.8.0)
169-
rack (3.0.11)
169+
rack (3.1.4)
170170
rack-session (2.0.0)
171171
rack (>= 3.0.0)
172172
rack-test (2.1.0)
@@ -211,11 +211,11 @@ GEM
211211
rdoc (6.7.0)
212212
psych (>= 4.0.0)
213213
regexp_parser (2.9.2)
214-
reline (0.5.8)
214+
reline (0.5.9)
215215
io-console (~> 0.5)
216-
rexml (3.2.9)
216+
rexml (3.3.1)
217217
strscan
218-
rubocop (1.63.5)
218+
rubocop (1.64.1)
219219
json (~> 2.3)
220220
language_server-protocol (>= 3.17.0)
221221
parallel (~> 1.10)
@@ -228,7 +228,7 @@ GEM
228228
unicode-display_width (>= 2.4.0, < 3.0)
229229
rubocop-ast (1.31.3)
230230
parser (>= 3.3.1.0)
231-
rubocop-performance (1.21.0)
231+
rubocop-performance (1.21.1)
232232
rubocop (>= 1.48.1, < 2.0)
233233
rubocop-ast (>= 1.31.1, < 2.0)
234234
ruby-progressbar (1.13.0)
@@ -243,10 +243,10 @@ GEM
243243
sqlite3 (1.7.3-arm64-darwin)
244244
sqlite3 (1.7.3-x86_64-darwin)
245245
sqlite3 (1.7.3-x86_64-linux)
246-
standard (1.36.0)
246+
standard (1.39.0)
247247
language_server-protocol (~> 3.17.0.2)
248248
lint_roller (~> 1.0)
249-
rubocop (~> 1.63.0)
249+
rubocop (~> 1.64.0)
250250
standard-custom (~> 1.0.0)
251251
standard-performance (~> 1.4)
252252
standard-custom (1.0.2)
@@ -255,7 +255,7 @@ GEM
255255
standard-performance (1.4.0)
256256
lint_roller (~> 1.1)
257257
rubocop-performance (~> 1.21.0)
258-
stringio (3.1.0)
258+
stringio (3.1.1)
259259
strscan (3.1.0)
260260
terminal-table (3.0.2)
261261
unicode-display_width (>= 1.1.1, < 3)
@@ -273,7 +273,7 @@ GEM
273273
websocket-driver (0.7.6)
274274
websocket-extensions (>= 0.1.0)
275275
websocket-extensions (0.1.5)
276-
zeitwerk (2.6.15)
276+
zeitwerk (2.6.16)
277277

278278
PLATFORMS
279279
aarch64-linux
@@ -299,4 +299,4 @@ DEPENDENCIES
299299
web-console
300300

301301
BUNDLED WITH
302-
2.4.20
302+
2.5.11

gemfiles/rails_7_2.gemfile.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
revise_auth (0.7.0)
4+
revise_auth (0.7.1)
55
bcrypt (~> 3.1)
66
rails (>= 7.1.0.beta1)
77

@@ -94,7 +94,7 @@ GEM
9494
irb (~> 1.10)
9595
reline (>= 0.3.8)
9696
drb (2.2.1)
97-
erubi (1.12.0)
97+
erubi (1.13.0)
9898
globalid (1.2.1)
9999
activesupport (>= 6.1)
100100
highline (3.0.1)
@@ -115,7 +115,7 @@ GEM
115115
activesupport (>= 6.0.0)
116116
railties (>= 6.0.0)
117117
io-console (0.7.2)
118-
irb (1.13.1)
118+
irb (1.13.2)
119119
rdoc (>= 4.0.0)
120120
reline (>= 0.4.2)
121121
json (2.7.2)
@@ -131,8 +131,8 @@ GEM
131131
net-smtp
132132
marcel (1.0.4)
133133
mini_mime (1.1.5)
134-
minitest (5.23.1)
135-
net-imap (0.4.12)
134+
minitest (5.24.0)
135+
net-imap (0.4.14)
136136
date
137137
net-protocol
138138
net-pop (0.1.2)
@@ -142,24 +142,24 @@ GEM
142142
net-smtp (0.5.0)
143143
net-protocol
144144
nio4r (2.7.3)
145-
nokogiri (1.16.5-aarch64-linux)
145+
nokogiri (1.16.6-aarch64-linux)
146146
racc (~> 1.4)
147-
nokogiri (1.16.5-arm64-darwin)
147+
nokogiri (1.16.6-arm64-darwin)
148148
racc (~> 1.4)
149-
nokogiri (1.16.5-x86_64-darwin)
149+
nokogiri (1.16.6-x86_64-darwin)
150150
racc (~> 1.4)
151-
nokogiri (1.16.5-x86_64-linux)
151+
nokogiri (1.16.6-x86_64-linux)
152152
racc (~> 1.4)
153153
parallel (1.25.1)
154-
parser (3.3.2.0)
154+
parser (3.3.3.0)
155155
ast (~> 2.4.1)
156156
racc
157157
psych (5.1.2)
158158
stringio
159159
puma (6.4.2)
160160
nio4r (~> 2.0)
161161
racc (1.8.0)
162-
rack (3.0.11)
162+
rack (3.1.4)
163163
rack-session (2.0.0)
164164
rack (>= 3.0.0)
165165
rack-test (2.1.0)
@@ -204,11 +204,11 @@ GEM
204204
rdoc (6.7.0)
205205
psych (>= 4.0.0)
206206
regexp_parser (2.9.2)
207-
reline (0.5.8)
207+
reline (0.5.9)
208208
io-console (~> 0.5)
209-
rexml (3.2.9)
209+
rexml (3.3.1)
210210
strscan
211-
rubocop (1.63.5)
211+
rubocop (1.64.1)
212212
json (~> 2.3)
213213
language_server-protocol (>= 3.17.0)
214214
parallel (~> 1.10)
@@ -221,7 +221,7 @@ GEM
221221
unicode-display_width (>= 2.4.0, < 3.0)
222222
rubocop-ast (1.31.3)
223223
parser (>= 3.3.1.0)
224-
rubocop-performance (1.21.0)
224+
rubocop-performance (1.21.1)
225225
rubocop (>= 1.48.1, < 2.0)
226226
rubocop-ast (>= 1.31.1, < 2.0)
227227
ruby-progressbar (1.13.0)
@@ -236,10 +236,10 @@ GEM
236236
sqlite3 (2.0.2-arm64-darwin)
237237
sqlite3 (2.0.2-x86_64-darwin)
238238
sqlite3 (2.0.2-x86_64-linux-gnu)
239-
standard (1.36.0)
239+
standard (1.39.0)
240240
language_server-protocol (~> 3.17.0.2)
241241
lint_roller (~> 1.0)
242-
rubocop (~> 1.63.0)
242+
rubocop (~> 1.64.0)
243243
standard-custom (~> 1.0.0)
244244
standard-performance (~> 1.4)
245245
standard-custom (1.0.2)
@@ -248,7 +248,7 @@ GEM
248248
standard-performance (1.4.0)
249249
lint_roller (~> 1.1)
250250
rubocop-performance (~> 1.21.0)
251-
stringio (3.1.0)
251+
stringio (3.1.1)
252252
strscan (3.1.0)
253253
terminal-table (3.0.2)
254254
unicode-display_width (>= 1.1.1, < 3)
@@ -267,7 +267,7 @@ GEM
267267
websocket-driver (0.7.6)
268268
websocket-extensions (>= 0.1.0)
269269
websocket-extensions (0.1.5)
270-
zeitwerk (2.6.15)
270+
zeitwerk (2.6.16)
271271

272272
PLATFORMS
273273
aarch64-linux

0 commit comments

Comments
 (0)