antlr4-native.gemspec in antlr4-native-1.1.0 vs antlr4-native.gemspec in antlr4-native-2.0.0

- old
+ new

@@ -12,6 +12,8 @@ s.platform = Gem::Platform::RUBY s.require_path = 'lib' s.files = Dir['{lib,spec,vendor}/**/*', 'Gemfile', 'README.md', 'Rakefile', 'antlr4-native.gemspec'] + + s.add_runtime_dependency "rice", "~> 4.0" end