Skip to content

Commit

Permalink
Merge pull request #85 from conjurinc/1739-upgrade-bundler
Browse files Browse the repository at this point in the history
Upgrade bundler to 2.2.33
  • Loading branch information
kmacinnis authored May 16, 2023
2 parents f8c5af0 + c13fd4a commit ee43a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
### Changed

- Supply debian distribution to fpm
- Bump `bundler` gem to 2.2.33.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /debify

COPY . ./

RUN gem install bundler:2.2.30
RUN gem install bundler:2.2.33
RUN gem build debify.gemspec

ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion debify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "docker-api", "~> 2.0"
spec.add_dependency "conjur-cli" , "~> 6"
spec.add_dependency "conjur-api", "~> 5.3"
spec.add_development_dependency "bundler", ">= 2.2.30"
spec.add_development_dependency "bundler", ">= 2.2.33"
spec.add_development_dependency "fakefs", "~> 0"
spec.add_development_dependency "rake", "~> 13.0"

Expand Down

0 comments on commit ee43a47

Please # to comment.