# Require rails
gem "rails", "6.0.3.4"
-# Require things which have moved to gems in ruby 1.9
-gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
-
-# Require things which have moved to gems in ruby 2.0
-gem "psych", :platforms => :ruby_20
-
# Require json for multi_json
gem "json"
gem "htmlentities"
gem "sanitize"
-# Load SystemTimer for implementing request timeouts
-gem "SystemTimer", ">= 1.1.3", :require => "system_timer", :platforms => :ruby_18
-
# Load faraday for mockable HTTP client
gem "faraday"
gem "annotate"
gem "better_errors"
gem "binding_of_caller"
+ gem "debug_inspector", "< 1.0.0"
gem "listen"
gem "vendorer"
end
gem "minitest", "~> 5.1"
gem "puma", "~> 5.0"
gem "rails-controller-testing"
- gem "rubocop", "~> 0.93"
+ gem "rubocop"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "rubocop-rails"