diff --git a/Gemfile b/Gemfile index dd40b67..e8a2bf1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem 'activesupport' gem 'faraday', '~> 1.10' gem 'webmock' gem 'rake', '~> 13.0' -gem 'rspec', '~> 3.0' +gem 'rspec', '~> 3.11' gem 'rubocop', '~> 1.35' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index b28bb30..d10bbb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,19 +58,19 @@ GEM rake (13.0.6) regexp_parser (2.5.0) rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec (3.11.0) + rspec-core (~> 3.11.0) + rspec-expectations (~> 3.11.0) + rspec-mocks (~> 3.11.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.3) + rspec-support (~> 3.11.0) + rspec-support (3.11.0) rubocop (1.35.1) json (~> 2.3) parallel (~> 1.10) @@ -105,7 +105,7 @@ DEPENDENCIES bundler (~> 2.3) faraday (~> 1.10) rake (~> 13.0) - rspec (~> 3.0) + rspec (~> 3.11) rubocop (~> 1.35) rubocop-rspec thingsboard-ruby!