Skip to content

Commit

Permalink
Remove simplecov (it doesn't know how to run these tests) and save th…
Browse files Browse the repository at this point in the history
…e updated Gemfile.lock generated from the Docker container
  • Loading branch information
Michael Toppa committed Jul 27, 2022
1 parent 9930494 commit e2fb522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ gem 'libxml-ruby', "2.8.0"

group :development do
gem 'rake', '10.4.2'
gem 'simplecov', '0.9.2'
end
19 changes: 5 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,22 @@
GIT
remote: https://github.com/flexera-public/right_http_connection
revision: e5482b9d9573a030030047e331bfd221dfb16ce1
revision: 0d28d3d43a43a9a8592bcc615707872bf3c9735a
specs:
right_http_connection (1.4.0)
right_http_connection (1.5.1)

GEM
remote: http://rubygems.org/
specs:
docile (1.1.5)
libxml-ruby (2.8.0)
multi_json (1.15.0)
rake (10.4.2)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)

PLATFORMS
ruby

DEPENDENCIES
libxml-ruby (~> 0.5.2)
rake
rcov
right_http_connection (>= 1.2.5)!
simplecov (= 0.9.2)
libxml-ruby (= 2.8.0)
rake (= 10.4.2)
right_http_connection (>= 1.5.0)!

BUNDLED WITH
1.15.1
1 change: 0 additions & 1 deletion right_aws.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Gem::Specification.new do |spec|
spec.requirements << "libxml-ruby >= 0.5.2.0 is encouraged"

spec.add_development_dependency('rake')
spec.add_development_dependency('simplecov')

spec.summary = 'The RightScale AWS gems have been designed to provide a robust, fast, and secure interface to Amazon EC2, EBS, S3, SQS, SDB, and CloudFront.'
spec.description = <<-EOF
Expand Down

0 comments on commit e2fb522

Please sign in to comment.