Skip to content

Commit

Permalink
Update to latest gems - except rest-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Jay committed Jul 17, 2017
1 parent ceb58a3 commit e99ce54
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
50 changes: 26 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,60 +1,62 @@
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)
pry (0.10.4)
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
Expand All @@ -71,4 +73,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.13.5
1.15.1
6 changes: 3 additions & 3 deletions akamai_rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
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'
Expand Down

0 comments on commit e99ce54

Please sign in to comment.