Skip to content

Commit

Permalink
remove code climate.yml configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasmansilla1989 committed Sep 21, 2017
1 parent 5da7fc3 commit f80101f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
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', git: 'https://github.com/rootstrap/devise_token_auth', branch: :master
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)
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
GIT
remote: https://github.com/rootstrap/devise_token_auth
revision: c1bb7120a6be2c71c635a04aa12605347588bca1
branch: master
specs:
devise_token_auth (0.1.42)
devise (> 3.5.2, < 4.4)
Expand Down

0 comments on commit f80101f

Please sign in to comment.