Browse Source

Rubocop

pull/184/head
baarkerlounger 3 years ago
parent
commit
9c04121d4c
  1. 4
      Gemfile
  2. 6
      Gemfile.lock

4
Gemfile

@ -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

6
Gemfile.lock

@ -222,7 +222,7 @@ GEM
iniparse (~> 1.4)
rexml (~> 3.2)
parallel (1.21.0)
parser (3.0.3.2)
parser (3.1.0.0)
ast (~> 2.4.1)
pg (1.2.3)
postcodes_io (0.4.0)
@ -321,7 +321,7 @@ GEM
rubocop-rails (= 2.12.4)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.6.0)
rubocop-performance (1.13.0)
rubocop-performance (1.13.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.12.4)
@ -389,7 +389,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.2)
zeitwerk (2.5.3)
PLATFORMS
arm64-darwin-21

Loading…
Cancel
Save