mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Use the right 2.3.2.snapshot1 versions
This commit is contained in:
parent
4b98b269f3
commit
a00c333bb1
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue