Sha256: 6e16e7bd82b87e8b356a60dcad3d4cd53580ad694eb841e08b0d85765645d554
Contents?: true
Size: 902 Bytes
Versions: 1
Compression:
Stored size: 902 Bytes
Contents
source "http://rubygems.org" source "https://rubygems.flydata.com" gem "rest-client", '~> 1.6', '>= 1.6.7' gem "i18n", '~> 0.6', '>= 0.6.5' gem "activesupport", '~> 4.0.0' gem "json", '~> 1.8', '>= 1.8.0' gem "highline", '~> 1.6', '>= 1.6.19' gem "fluentd", "0.10.46" gem "ruby-binlog", '~> 1.0', '>= 1.0.1' gem "fluent-plugin-mysql-binlog", '~> 0.0', '>= 0.0.2' gem "mysql2", '~> 0.3', '>= 0.3.11' gem "slop", '~> 3.4', '>= 3.4.6' gem "treetop", '~> 1.5', '>= 1.5.3' group :development do gem "jeweler", '~> 1.8', '>= 1.8.8' gem "rspec", '~> 3.0' #gem "autotest" #gem "autotest-standalone" #gem "autotest-notification" gem 'timecop', '~> 0.7', '>= 0.7.1' gem "sqlite3", '~> 1.3', '>= 1.3.9' gem 'ruby-prof', '~> 0.15', '>= 0.15.1' gem 'activemodel', '~> 4.0', '>= 4.0.0' gem 'activerecord', '~> 4.0', '>= 4.0.0' gem 'protected_attributes', '~> 1.0', '>= 1.0.8' gem 'pry' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flydata-0.2.11 | Gemfile |