Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import devise token auth using https #90

Merged
merged 2 commits into from
Sep 21, 2017
Merged
Show file tree
Hide file tree
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: 0 additions & 6 deletions .codeclimate.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'carrierwave', '~> 0.11.2'
gem 'carrierwave-base64', '~> 2.3.4'
gem 'delayed_job_active_record', '~> 4.1.2'
gem 'devise', '~> 4.3.0'
gem 'devise_token_auth', github: 'rootstrap/devise_token_auth'
gem 'devise_token_auth', git: 'https://github.com/rootstrap/devise_token_auth'
gem 'draper', '~> 3.0.0'
gem 'fog-aws', '~> 0.12.0'
gem 'haml-rails', '~> 1.0.0'
Expand Down Expand Up @@ -65,4 +65,4 @@ group :assets do
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'tzinfo-data', platforms: %i(mingw mswin x64_mingw jruby)
Copy link
Contributor Author

@matiasmansilla1989 matiasmansilla1989 Sep 21, 2017

Choose a reason for hiding this comment

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

Small fix to address rubocop's concern. Code climate uses a different version of Rubocop, even when we have a newer version, this problem is not detected.

2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/rootstrap/devise_token_auth.git
remote: https://github.com/rootstrap/devise_token_auth
revision: c1bb7120a6be2c71c635a04aa12605347588bca1
specs:
devise_token_auth (0.1.42)
Expand Down