Match Gemfile to reflect version change to 3.0.0.dev

Fixes #3864
This commit is contained in:
Suyog Rao 2015-09-03 12:51:29 -07:00 committed by Jordan Sissel
parent bdacba71e3
commit cfc147b611

View file

@ -2,7 +2,7 @@
# If you modify this file manually all comments and formatting will be lost.
source "https://rubygems.org"
gem "logstash-core", "2.0.0.dev", :path => "."
gem "logstash-core", "3.0.0.dev", :path => "."
gem "file-dependencies", "0.1.6"
gem "ci_reporter_rspec", "1.0.0", :group => :development
gem "simplecov", :group => :development