diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-06-28 17:43:36 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:41:03 -0500 |
commit | 012fe6a76224a61d4c575cd457880f59dcadf326 (patch) | |
tree | 496494d42fbacb3cb2cbaaefadad589c771a6761 | |
parent | 4908883f9cedc24e6fc9f06ec2e07cd303e4ce65 (diff) |
[Ruby, Dev] Add reek gem to development group
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 93f79d496..4b74a1f73 100644 --- a/Gemfile +++ b/Gemfile @@ -161,3 +161,5 @@ end gem 'concurrent-ruby', require: false gem 'connection_pool', require: false + +gem "reek", "~> 6.0", :group => :development diff --git a/Gemfile.lock b/Gemfile.lock index 4a18726b7..c7c1372ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -312,6 +312,7 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) + kwalify (0.7.2) launchy (2.5.0) addressable (~> 2.7) letter_opener (1.7.0) @@ -417,6 +418,7 @@ GEM pry (~> 0.13.0) pry-rails (0.3.9) pry (>= 0.10.4) + psych (3.1.0) public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) @@ -492,6 +494,11 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.9.0) redis (>= 4, < 5) + reek (6.0.1) + kwalify (~> 0.7.0) + parser (>= 2.5.0.0, < 2.8, != 2.5.1.1) + psych (~> 3.1.0) + rainbow (>= 2.0, < 4.0) regexp_parser (1.7.1) request_store (1.5.0) rack (>= 1.4) @@ -751,6 +758,7 @@ DEPENDENCIES redis (~> 4.2) redis-namespace (~> 1.7) redis-rails (~> 5.0) + reek (~> 6.0) rqrcode (~> 1.1) rspec-rails (~> 4.0) rspec-sidekiq (~> 3.1) |