From e99ce542828a29cdaad04f6ae00f48b13c3cbb07 Mon Sep 17 00:00:00 2001 From: Philip Jay Date: Mon, 17 Jul 2017 11:45:15 +1000 Subject: [PATCH] Update to latest gems - except rest-client --- Gemfile.lock | 50 +++++++++++++++++++++++--------------------- akamai_rspec.gemspec | 6 +++--- 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b94f25c..42537ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,27 @@ PATH remote: . specs: - akamai_rspec (1.2.2) - json (>= 1.8) + akamai_rspec (1.2.3) + json (~> 2.1) rest-client (~> 1.8) - rspec (>= 3.2) + rspec (~> 3.6) GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.5.1) + public_suffix (~> 2.0, >= 2.0.2) byebug (9.0.6) coderay (1.1.1) crack (0.4.3) safe_yaml (~> 1.0.0) - diff-lcs (1.2.5) - domain_name (0.5.20161021) + diff-lcs (1.3) + domain_name (0.5.20170404) unf (>= 0.0.5, < 1.0.0) - hashdiff (0.3.0) + hashdiff (0.3.4) http-cookie (1.0.3) domain_name (~> 0.5) - json (2.0.2) + json (2.1.0) method_source (0.8.2) mime-types (2.99.3) netrc (0.11.0) @@ -28,33 +29,34 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - pry-byebug (3.4.0) + pry-byebug (3.4.2) byebug (~> 9.0) pry (~> 0.10) - rake (11.3.0) + public_suffix (2.0.5) + rake (12.0.0) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-mocks (3.5.0) + rspec-support (~> 3.6.0) + rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) safe_yaml (1.0.4) slop (3.6.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) - webmock (2.1.0) + unf_ext (0.0.7.4) + webmock (3.0.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -71,4 +73,4 @@ DEPENDENCIES webmock BUNDLED WITH - 1.13.5 + 1.15.1 diff --git a/akamai_rspec.gemspec b/akamai_rspec.gemspec index 561a25b..ae8e489 100644 --- a/akamai_rspec.gemspec +++ b/akamai_rspec.gemspec @@ -2,15 +2,15 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'akamai_rspec' - s.version = "1.2.2" + s.version = "1.2.3" s.authors = ['Bianca Gibson', 'Daniel Heath'] s.email = 'cobweb@rea-group.com' s.files = Dir['lib/*'] s.summary = 'Test your akamai configuration with rspec' s.description = 'Test your akamai configuration with rspec' s.add_runtime_dependency('rest-client', '~> 1.8') - s.add_runtime_dependency('json', '>= 1.8') - s.add_runtime_dependency('rspec', '>= 3.2') + s.add_runtime_dependency('json', '~> 2.1') + s.add_runtime_dependency('rspec', '~> 3.6') s.files = `git ls-files lib`.split($RS) s.require_paths = ['lib'] s.licenses = 'MIT'