7e3bbeda92
* fix(ruby): Fix crash when calculating Message hash values on 64-bit Windows * Better mapping for values outside the fixnum range * Simpler downcasting of hash values * Fix precedence * Fix bundle on Ruby 2.4
6 lines
95 B
Ruby
6 lines
95 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem "irb", "~> 1.1", "< 1.2.0" if RUBY_VERSION < "2.5"
|