diff --git a/Gemfile b/Gemfile index fb04640..cdd41d9 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ group :development, :test do gem 'rspec' gem 'rspec-mocks', '~> 3.12.5' gem 'simplecov', '< 0.18' - gem 'simplycop', '< 1.12.24' + gem 'simplycop', '< 1.12.25' end diff --git a/Gemfile.lock b/Gemfile.lock index 4dcb2ab..e3337a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) - i18n (1.14.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) jwt (2.7.1) @@ -27,15 +27,17 @@ GEM faraday (>= 1, < 3) sawyer (~> 0.9) parallel (1.23.0) - parser (3.2.2.1) + parser (3.2.2.3) ast (~> 2.4.1) + racc pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) + racc (1.7.0) rack (3.0.7) rainbow (3.1.1) - regexp_parser (2.8.0) + regexp_parser (2.8.1) rexml (3.2.5) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -50,10 +52,10 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.51.0) + rubocop (1.52.1) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -85,7 +87,7 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - simplycop (1.12.23) + simplycop (1.12.24) rubocop (~> 1.42) rubocop-rails (~> 2.17) rubocop-rspec (~> 2.16) @@ -104,7 +106,7 @@ DEPENDENCIES rspec-mocks (~> 3.12.5) semantic simplecov (< 0.18) - simplycop (< 1.12.24) + simplycop (< 1.12.25) BUNDLED WITH 2.4.12