Use the right 2.3.2.snapshot1 versions

This commit is contained in:
Suyog Rao 2016-04-20 15:57:24 -07:00
parent 4b98b269f3
commit a00c333bb1

View file

@ -2,9 +2,9 @@
# If you modify this file manually all comments and formatting will be lost.
source "https://rubygems.org"
gem "logstash-core", "2.3.1"
gem "logstash-core-event", "2.3.1"
gem "logstash-core-plugin-api", "1.8.0"
gem "logstash-core", "2.3.2.snapshot1"
gem "logstash-core-event", "2.3.2.snapshot1"
gem "logstash-core-plugin-api", "1.9.0"
gem "file-dependencies", "0.1.6"
gem "ci_reporter_rspec", "1.0.0", :group => :development
gem "simplecov", :group => :development