diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-02-05 11:34:08 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-05 11:34:08 -0600 |
commit | d1323ad8b4880dc201fedc8ba5d74622c74a556d (patch) | |
tree | f19b845fe03802ab2879e6add8569f6b5622b254 | |
parent | 3631689bdb59b681d13f0443d8b60ae0d18445d8 (diff) |
add `reek` gem to `development` group
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index ddfa50ef1..e38a2edbd 100644 --- a/Gemfile +++ b/Gemfile @@ -104,6 +104,7 @@ group :development, :test do gem 'pry-byebug', '~> 3.7' gem 'pry-rails', '~> 0.3' gem 'rspec-rails', '~> 3.8' + gem 'reek' end group :production, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 7041034c0..c2cdd9eb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,10 @@ GEM aws-sigv4 (~> 1.1) aws-sigv4 (1.1.0) aws-eventstream (~> 1.0, >= 1.0.2) + axiom-types (0.1.1) + descendants_tracker (~> 0.0.4) + ice_nine (~> 0.11.0) + thread_safe (~> 0.3, >= 0.3.1) bcrypt (3.1.13) benchmark-ips (2.7.2) better_errors (2.5.1) @@ -167,7 +171,11 @@ GEM climate_control (0.2.0) cocaine (0.5.8) climate_control (>= 0.0.3, < 1.0) + codeclimate-engine-rb (0.4.1) + virtus (~> 1.0) coderay (1.1.2) + coercible (1.0.0) + descendants_tracker (~> 0.0.1) concurrent-ruby (1.1.5) connection_pool (2.2.2) crack (0.4.3) @@ -185,6 +193,8 @@ GEM rake (> 10, < 14) ruby-statistics (>= 2.1) thor (>= 0.19, < 2) + descendants_tracker (0.0.4) + thread_safe (~> 0.3, >= 0.3.1) devise (4.7.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -220,6 +230,7 @@ GEM faraday multi_json encryptor (3.0.0) + equalizer (0.0.11) equatable (0.6.1) erubi (1.9.0) et-orbi (1.2.2) @@ -307,6 +318,7 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) + ice_nine (0.11.2) idn-ruby (0.1.0) ipaddress (0.8.3) iso-639 (0.2.8) @@ -338,6 +350,7 @@ GEM activerecord kaminari-core (= 1.1.1) kaminari-core (1.1.1) + kwalify (0.7.2) launchy (2.4.3) addressable (~> 2.3) letter_opener (1.7.0) @@ -447,6 +460,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) + psych (3.1.0) public_suffix (4.0.3) puma (4.0.1) nio4r (~> 2.0) @@ -523,6 +537,12 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.8.1) redis (>= 4, < 5) + reek (5.6.0) + codeclimate-engine-rb (~> 0.4.0) + 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.6.0) request_store (1.5.0) rack (>= 1.4) @@ -654,6 +674,11 @@ GEM unf_ext (0.0.7.6) unicode-display_width (1.6.0) uniform_notifier (1.13.0) + virtus (1.0.5) + axiom-types (~> 0.1) + coercible (~> 1.0) + descendants_tracker (~> 0.0, >= 0.0.3) + equalizer (~> 0.0, >= 0.0.9) warden (1.2.8) rack (>= 2.0.6) webmock (3.8.0) @@ -774,6 +799,7 @@ DEPENDENCIES redis (~> 4.1) redis-namespace (~> 1.5) redis-rails (~> 5.0) + reek rqrcode (~> 0.10) rspec-rails (~> 3.8) rspec-sidekiq (~> 3.0) |