Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Omicron7 committed Apr 6, 2020
2 parents 355885c + d39f3e3 commit a03cc74
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 349 deletions.
44 changes: 0 additions & 44 deletions .rubocop.yml

This file was deleted.

203 changes: 0 additions & 203 deletions .rubocop_todo.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.4
2.6.5
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ before_script:
script:
- bundle exec rspec spec
- bundle exec standardrb
- bundle exec bundle audit check
- bundle exec bundle audit check --update
- bundle exec brakeman --ensure-latest -A -q --no-pager
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "2.6.4"
ruby "2.6.5"

gem "rails", "~> 5.2.3"
gem "puma", "~> 3.11"
Expand All @@ -10,7 +10,6 @@ gem "bootsnap", ">= 1.1.0", require: false

gem "active_model_serializers", git: "https://github.com/rails-api/active_model_serializers.git"
gem "newrelic_rpm"
gem "rails-api-newrelic"
gem "versionist"
gem "rack-cors", require: "rack/cors"
gem "rollbar"
Expand All @@ -28,6 +27,7 @@ gem "assignable_values"
gem "global_registry"
gem "ddtrace"
gem "dogstatsd-ruby"
gem "awesome_print"

group :development, :test do
gem "brakeman"
Expand All @@ -42,7 +42,6 @@ group :development, :test do
gem "pry-rails"
gem "pry-byebug"
gem "http_logger"
gem "awesome_print"
end

group :development do
Expand Down

0 comments on commit a03cc74

Please sign in to comment.