Skip to content

Commit

Permalink
Fixing CI: lock google-protobuf to ~> 3 version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav (Stas) Katkov authored Mar 21, 2024
1 parent ec2607d commit cdf4d1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
### Fixed
- Fixed CI by locking 3 version of google-protobuf dependency

## 0.16.2
### Added
- Add support for partial as a first argument , e.g.`pb.friends "racers/racer", as: :racer, collection: @racers`
Expand Down
2 changes: 1 addition & 1 deletion pbbuilder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- test/*`.split("\n")

spec.add_dependency "google-protobuf"
spec.add_dependency "google-protobuf", "~> 3.25"
spec.add_dependency "activesupport"
spec.add_development_dependency 'm'
spec.add_development_dependency "pry"
Expand Down

0 comments on commit cdf4d1c

Please sign in to comment.