Skip to content

Commit

Permalink
Merge pull request #3185 from olleolleolle/devise-470
Browse files Browse the repository at this point in the history
Rails 6 gemfile: Use devise 4.7.0
  • Loading branch information
mshibuya authored Aug 21, 2019
2 parents 237f788 + 709173b commit be8a0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ appraise "rails-6.0" do
gem 'rails', '~> 6.0.0'
gem 'haml'
gem 'sassc-rails', '~> 2.1'
gem 'devise', '~> 4.4', github: 'plataformatec/devise'
gem 'devise', '~> 4.7'

group :test do
gem 'cancancan', '~> 3.0'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.0"
gem "rails", "~> 6.0.0"
gem "haml"
gem "devise", "~> 4.4", github: "plataformatec/devise"
gem "devise", "~> 4.7"
gem "sassc-rails", "~> 2.1"

group :active_record do
Expand Down

0 comments on commit be8a0f0

Please sign in to comment.