Commit dbefd64
Changed files (3)
.travis.yml
@@ -14,6 +14,7 @@ env:
- TEST_SUITE='rake spec'
- TEST_SUITE='rake teaspoon'
- TEST_SUITE='rake cucumber'
+ - TEST_SUITE='brakeman'
before_script:
- cp config/database.yml.travis config/database.yml
- psql -c 'create database app_test;' -U postgres
Gemfile
@@ -1,5 +1,6 @@
source 'https://rubygems.org' do
gem 'bcrypt', '~> 3.1.7'
+ gem 'brakeman', group: :development, require: false
gem 'bullet', group: [:development, :test]
gem 'byebug', group: [:development, :test]
gem 'capistrano', '3.4.1'
Gemfile.lock
@@ -47,6 +47,16 @@ GEM
bcrypt (3.1.11)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
+ brakeman (3.2.1)
+ erubis (~> 2.6)
+ haml (>= 3.0, < 5.0)
+ highline (>= 1.6.20, < 2.0)
+ ruby2ruby (~> 2.3.0)
+ ruby_parser (~> 3.8.1)
+ safe_yaml (>= 1.0)
+ sass (~> 3.0)
+ slim (>= 1.3.6, < 4.0)
+ terminal-table (~> 1.4)
builder (3.2.2)
bullet (5.0.0)
activesupport (>= 3.0.0)
@@ -160,6 +170,8 @@ GEM
griddler (>= 1.2.1)
groupdate (2.5.2)
activesupport (>= 3)
+ haml (4.0.7)
+ tilt
highline (1.7.8)
htmlentities (4.3.4)
i18n (0.7.0)
@@ -289,7 +301,13 @@ GEM
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
ruby-graphviz (1.2.2)
+ ruby2ruby (2.3.0)
+ ruby_parser (~> 3.1)
+ sexp_processor (~> 4.0)
+ ruby_parser (3.8.1)
+ sexp_processor (~> 4.1)
rubyzip (1.2.0)
+ safe_yaml (1.0.4)
sass (3.4.22)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
@@ -304,6 +322,7 @@ GEM
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
sequel (4.33.0)
+ sexp_processor (4.7.0)
sidekiq (4.1.1)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
@@ -313,6 +332,9 @@ GEM
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
+ slim (3.0.6)
+ temple (~> 0.7.3)
+ tilt (>= 1.3.3, < 2.1)
spring (1.7.1)
spring-commands-cucumber (1.0.1)
spring (>= 0.9.1)
@@ -336,6 +358,7 @@ GEM
railties (>= 3.2.5, < 6)
teaspoon-jasmine (2.3.4)
teaspoon (>= 1.0.0)
+ temple (0.7.6)
term-ansicolor (1.3.2)
tins (~> 1.0)
terminal-table (1.5.2)
@@ -375,6 +398,7 @@ PLATFORMS
DEPENDENCIES
bcrypt (~> 3.1.7)!
+ brakeman!
bullet!
byebug!
capistrano (= 3.4.1)!