Skip to content

Commit

Permalink
Remove the Gemfile.lock from the gem files (#12)
Browse files Browse the repository at this point in the history
The Gemfile.lock was removed in #11 but it was missed to be removed from the files being included in the released gem. This is breaking our integration tests and it is still attempting to publish the removed file as part of the gem.

`make pr` did not fail as it runs `bundler init` before running the unit and smoke tests.

On a clean branch, running `make integ-tests` reproduces the failure.
  • Loading branch information
edhzsz authored Jan 25, 2021
1 parent 92007b1 commit d5cfe4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws_lambda_ric.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
README.md
Gemfile
NOTICE
Gemfile.lock
aws_lambda_ric.gemspec
bin/aws_lambda_ric
] + Dir['lib/**/*']
Expand Down

0 comments on commit d5cfe4f

Please sign in to comment.