Skip to content

Commit

Permalink
Avoid issues with new protobuf gem
Browse files Browse the repository at this point in the history
google-protobuf 3.25.4 seems to be causing issues with the site builder.
change this to the previous version to see if build pipeline can be
fixed
  • Loading branch information
ddanielr committed Jul 31, 2024
1 parent 5fba59a commit 178456a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ gem 'jekyll', '>= 4.2.0'
gem 'jekyll-redirect-from', '>= 0.16.0'

gem "webrick", "~> 1.7"
gem "google-protobuf", "3.25.3"

0 comments on commit 178456a

Please sign in to comment.