|
|
|
@ -52,9 +52,9 @@ end
|
|
|
|
|
|
|
|
|
|
group :development do |
|
|
|
|
# Access an interactive console on exception pages or by calling 'console' anywhere in the code. |
|
|
|
|
gem "web-console", ">= 4.1.0" |
|
|
|
|
gem "listen", "~> 3.3" |
|
|
|
|
gem "overcommit", ">= 0.37.0" |
|
|
|
|
gem "web-console", ">= 4.1.0" |
|
|
|
|
# Display performance information such as SQL time and flame graphs for each request in your browser. |
|
|
|
|
# Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md |
|
|
|
|
gem "rack-mini-profiler", "~> 2.0" |
|
|
|
@ -68,10 +68,10 @@ group :test do
|
|
|
|
|
gem "capybara", require: false |
|
|
|
|
gem "capybara-lockstep" |
|
|
|
|
gem "factory_bot_rails" |
|
|
|
|
gem "rspec-rails", require: false |
|
|
|
|
gem "selenium-webdriver", require: false |
|
|
|
|
gem "simplecov", require: false |
|
|
|
|
gem "webmock", require: false |
|
|
|
|
gem "rspec-rails", require: false |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
|
|
|
|