aboutsummaryrefslogtreecommitdiff
path: root/ruby/pom.xml
diff options
context:
space:
mode:
authorChris Fallin <cfallin@c1f.net>2015-05-02 19:00:44 -0700
committerChris Fallin <cfallin@c1f.net>2015-05-02 19:00:44 -0700
commitdcf12136835af5239f0877aa455eabbd7b88b61e (patch)
treec40fc1f7c0c249c5d66fc6429222414cb5fcdf94 /ruby/pom.xml
parent4b2a6328bd2fe6a1d58bbe536c512c566a2673d3 (diff)
parentd55733c76ee1db702529f38f602548ffe48a4ab1 (diff)
downloadprotobuf-dcf12136835af5239f0877aa455eabbd7b88b61e.tar.gz
protobuf-dcf12136835af5239f0877aa455eabbd7b88b61e.tar.bz2
protobuf-dcf12136835af5239f0877aa455eabbd7b88b61e.zip
Merge pull request #332 from skippy/nil-out-of-bounds
ruby: return nil for out of bounds
Diffstat (limited to 'ruby/pom.xml')
-rw-r--r--ruby/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 1630fe84..01f0e16b 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-pre</version>
+ <version>3.0.0-alpha-3-pre</version>
</dependency>
</dependencies>
</project>