Skip to content

Commit

Permalink
pin bundler to match other gems
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed May 3, 2024
1 parent 3c60cad commit daf9afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Version 0.8.0 (Unreleased)
## Version 0.8.0
* BCLXML validation: adjust schemas
* removed staging, pushing, updating of components
* removed login
Expand Down
2 changes: 1 addition & 1 deletion bcl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'yamler', '0.1.0'
spec.add_dependency 'zliby', '0.0.5'

spec.add_development_dependency 'bundler', '>= 2.5.5'
spec.add_development_dependency 'bundler', '2.4.10'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.9'
end

0 comments on commit daf9afc

Please sign in to comment.