Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 50f9562

Browse files
committed
Pin devise at version 3.x
1 parent 4ea5a1f commit 50f9562

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ gem 'uglifier'
2424
# jquery-rails is
2525
gem 'jquery-rails'
2626

27-
# Fetch activeadmin from github until is released
28-
gem 'devise'
27+
# ActiveAdmin requires devise < 4.0
28+
gem 'devise', '~> 3.2'
2929

3030
group :test do
3131
gem 'sqlite3', '~> 1.3.5'

gemfiles/activeadmin_master.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "coffee-rails"
77
gem "therubyracer", :platforms => :ruby
88
gem "uglifier"
99
gem "jquery-rails"
10-
gem "devise"
10+
gem "devise", "~> 3.2"
1111
gem "rails", "~> 4.2.0"
1212
gem "activeadmin", :github => "activeadmin/activeadmin"
1313

gemfiles/rails4_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "coffee-rails"
77
gem "therubyracer", :platforms => :ruby
88
gem "uglifier"
99
gem "jquery-rails"
10-
gem "devise"
10+
gem "devise", "~> 3.2"
1111
gem "rails", "~> 4.1.12"
1212
gem "globalize", "~> 4.0.3"
1313

gemfiles/rails4_2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "coffee-rails"
77
gem "therubyracer", :platforms => :ruby
88
gem "uglifier"
99
gem "jquery-rails"
10-
gem "devise"
10+
gem "devise", "~> 3.2"
1111
gem "rails", "~> 4.2.3"
1212
gem "globalize", "~> 5.0.0"
1313

0 commit comments

Comments
 (0)