File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ gem 'jsbundling-rails'
3838gem 'bootstrap_form' , '~> 4.5.0'
3939
4040# Our authentication library is devise, with oauth2 for google signin
41- gem 'devise' , '~> 4.9 '
41+ gem 'devise' , '~> 5.0 '
4242gem 'devise-security'
4343gem 'omniauth-google-oauth2' , '~> 1.2.2'
4444gem 'omniauth-rails_csrf_protection' , '~> 2.0'
Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ GEM
131131 debug (1.11.1 )
132132 irb (~> 1.10 )
133133 reline (>= 0.3.8 )
134- devise (4.9.4 )
134+ devise (5.0.3 )
135135 bcrypt (~> 3.0 )
136136 orm_adapter (~> 0.1 )
137- railties (>= 4.1 .0 )
137+ railties (>= 7 .0 )
138138 responders
139139 warden (~> 1.2.3 )
140140 devise-security (0.18.0 )
145145 railties (>= 6.1 )
146146 drb (2.2.3 )
147147 ed25519 (1.4.0 )
148- erb (6.0.3 )
148+ erb (6.0.4 )
149149 erubi (1.13.1 )
150150 et-orbi (1.4.0 )
151151 tzinfo
205205 mini_magick (>= 4.9.5 , < 6 )
206206 ruby-vips (>= 2.0.17 , < 3 )
207207 io-console (0.8.2 )
208- irb (1.17 .0 )
208+ irb (1.18 .0 )
209209 pp (>= 0.6.0 )
210210 prism (>= 1.3.0 )
211211 rdoc (>= 4.0.0 )
422422 render_async (2.1.11 )
423423 request_store (1.7.0 )
424424 rack (>= 1.4 )
425- responders (3.1.1 )
426- actionpack (>= 5.2 )
427- railties (>= 5.2 )
425+ responders (3.2.0 )
426+ actionpack (>= 7.0 )
427+ railties (>= 7.0 )
428428 rexml (3.4.4 )
429429 rubocop (1.81.7 )
430430 json (~> 2.3 )
@@ -576,7 +576,7 @@ DEPENDENCIES
576576 capybara
577577 cssbundling-rails
578578 debug
579- devise (~> 4.9 )
579+ devise (~> 5.0 )
580580 devise-security
581581 dotenv-rails
582582 factory_bot_rails
You can’t perform that action at this time.
0 commit comments