Skip to content

Commit d5cfe4f

Browse files
authored
Remove the Gemfile.lock from the gem files (#12)
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.
1 parent 92007b1 commit d5cfe4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws_lambda_ric.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
2424
README.md
2525
Gemfile
2626
NOTICE
27-
Gemfile.lock
2827
aws_lambda_ric.gemspec
2928
bin/aws_lambda_ric
3029
] + Dir['lib/**/*']

0 commit comments

Comments
 (0)