Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.6', '>= 5.1.6.1'
gem 'rails', '~> 5.1.6', '>= 5.1.6.2'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
Expand Down Expand Up @@ -48,8 +48,8 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Active Admin
gem 'activeadmin', github: 'activeadmin'
gem 'devise', '>= 4.4.1'
gem 'draper', '>= 3.0.1'
gem 'devise', '>= 4.6.0'
Copy link

Copilot AI Jul 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The devise version jump from 4.4.1 to 4.6.0 is significant and may introduce breaking changes. Consider testing authentication flows thoroughly as this spans multiple major releases.

Suggested change
gem 'devise', '>= 4.6.0'
gem 'devise', '~> 4.6.0'

Copilot uses AI. Check for mistakes.
gem 'draper', '>= 3.1.0'
gem 'inherited_resources', git: 'https://github.com/activeadmin/inherited_resources'

# PNG
Expand Down