Skip to content

Commit

Permalink
refactor(deps): simplify google-protobuf gem versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed Jul 31, 2024
1 parent 512aaba commit 3fa7de2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ gem 'rspec-rails'
gem 'pry-byebug'
gem 'rubocop'
gem 'ruby-lsp'

if RUBY_VERSION >= '3.0.0'
gem 'google-protobuf'
elsif RUBY_VERSION >= '2.7.0'
gem 'google-protobuf', '~> 3.25.0'
else
gem 'google-protobuf', '< 3.25.5'
end

0 comments on commit 3fa7de2

Please sign in to comment.