Skip to content

Commit

Permalink
#68 Use master branch of devise-async gem.
Browse files Browse the repository at this point in the history
- Used master branch of devise-async gem.
  • Loading branch information
prashant-1989 committed May 1, 2015
1 parent 26cc401 commit 32371ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'jbuilder', '~> 1.2'
gem 'devise', '3.4.1'

# for sending devise emails in background
gem 'devise-async', github: 'mhfs/devise-async', tag: 'v0.10.0-alpha'
gem 'devise-async', github: 'mhfs/devise-async'

# for background job processing
gem 'delayed_job_active_record'
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ GIT

GIT
remote: git://github.com/mhfs/devise-async.git
revision: d5ae22ad6ab5e8b74c733048481436975dcc362f
tag: v0.10.0-alpha
revision: f8f61910e6ef54fdc91ebf5088c0594be9dca19c
specs:
devise-async (0.9.0)
devise (~> 3.2)
Expand Down

0 comments on commit 32371ce

Please sign in to comment.