Skip to content

Commit

Permalink
Remove secret.yml, add to .gitignore and lock rake gem
Browse files Browse the repository at this point in the history
MS-1234
  • Loading branch information
farias-r7 committed Mar 11, 2016
1 parent 8262f71 commit caada9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
/spec/dummy/log/*.log
/spec/dummy/tmp/

# Secrets
spec/dummy/config/secrets.yml


2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ group :development, :test do
gem 'simplecov', :require => false
# dummy app
gem 'rails', '>= 4.1', '< 4.2'
# running documentation generation tasks and rspec tasks
gem 'rake', '~> 10.5'
# unit testing framework with rails integration
gem 'rspec-rails', '~> 3.1'
end
22 changes: 0 additions & 22 deletions spec/dummy/config/secrets.yml

This file was deleted.

0 comments on commit caada9d

Please sign in to comment.