File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ gem 'git_diff_parser'
6060# Boolean expression grammar parsing
6161gem 'citrus'
6262
63- # Use this to_json method to avoid encoding errors
64- # gem 'activesupport-json_encoder'
65-
6663gem 'sinatra' , '>= 2.0.0.beta2' , require : nil
6764
6865group :development , :test do
Original file line number Diff line number Diff line change 1515=end
1616
1717require 'git_diff_parser'
18- require 'activesupport/json_encoder'
1918
2019require_relative "#{ Rails . root } /lib/audit_results_builder"
2120require_relative "#{ Rails . root } /lib/github_api"
Original file line number Diff line number Diff line change 33bundle exec rake assets:precompile --trace
44
55export SECRET_KEY_BASE=$( rake secret)
6- export COMMIT_WATCHER_DATABASE_PASSWORD=$( cat /etc/commit-watcher-secrets/mysql)
76
87bundle exec rails server -b 0.0.0.0
You can’t perform that action at this time.
0 commit comments