mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 00:37:06 +02:00
Update gems to be latest
This commit is contained in:
parent
6498ad34ff
commit
0a453f15df
76
Gemfile.lock
76
Gemfile.lock
@ -15,7 +15,7 @@ PATH
|
|||||||
kramdown (> 1.0.0)
|
kramdown (> 1.0.0)
|
||||||
kramdown-haml
|
kramdown-haml
|
||||||
puma
|
puma
|
||||||
rails (= 4.1.1)
|
rails (= 4.1.4)
|
||||||
sass-rails (~> 4.0.3)
|
sass-rails (~> 4.0.3)
|
||||||
settingslogic
|
settingslogic
|
||||||
sucker_punch (~> 1.0.5)
|
sucker_punch (~> 1.0.5)
|
||||||
@ -24,27 +24,27 @@ PATH
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.1.1)
|
actionmailer (4.1.4)
|
||||||
actionpack (= 4.1.1)
|
actionpack (= 4.1.4)
|
||||||
actionview (= 4.1.1)
|
actionview (= 4.1.4)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (4.1.1)
|
actionpack (4.1.4)
|
||||||
actionview (= 4.1.1)
|
actionview (= 4.1.4)
|
||||||
activesupport (= 4.1.1)
|
activesupport (= 4.1.4)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
actionview (4.1.1)
|
actionview (4.1.4)
|
||||||
activesupport (= 4.1.1)
|
activesupport (= 4.1.4)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
activemodel (4.1.1)
|
activemodel (4.1.4)
|
||||||
activesupport (= 4.1.1)
|
activesupport (= 4.1.4)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (4.1.1)
|
activerecord (4.1.4)
|
||||||
activemodel (= 4.1.1)
|
activemodel (= 4.1.4)
|
||||||
activesupport (= 4.1.1)
|
activesupport (= 4.1.4)
|
||||||
arel (~> 5.0.0)
|
arel (~> 5.0.0)
|
||||||
activesupport (4.1.1)
|
activesupport (4.1.4)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
json (~> 1.7, >= 1.7.7)
|
json (~> 1.7, >= 1.7.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@ -125,47 +125,47 @@ GEM
|
|||||||
webrobots (>= 0.0.9, < 0.2)
|
webrobots (>= 0.0.9, < 0.2)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_portile (0.5.3)
|
mini_portile (0.6.0)
|
||||||
minitest (5.3.4)
|
minitest (5.4.0)
|
||||||
msgpack (0.5.8)
|
msgpack (0.5.8)
|
||||||
multi_json (1.10.0)
|
multi_json (1.10.1)
|
||||||
net-http-digest_auth (1.4)
|
net-http-digest_auth (1.4)
|
||||||
net-http-persistent (2.9.4)
|
net-http-persistent (2.9.4)
|
||||||
nokogiri (1.6.1)
|
nokogiri (1.6.2.1)
|
||||||
mini_portile (~> 0.5.0)
|
mini_portile (= 0.6.0)
|
||||||
ntlm-http (0.1.1)
|
ntlm-http (0.1.1)
|
||||||
polyglot (0.3.5)
|
polyglot (0.3.5)
|
||||||
pry (0.9.12.6)
|
pry (0.10.0)
|
||||||
coderay (~> 1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
puma (2.8.2)
|
puma (2.8.2)
|
||||||
rack (>= 1.1, < 2.0)
|
rack (>= 1.1, < 2.0)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.1.1)
|
rails (4.1.4)
|
||||||
actionmailer (= 4.1.1)
|
actionmailer (= 4.1.4)
|
||||||
actionpack (= 4.1.1)
|
actionpack (= 4.1.4)
|
||||||
actionview (= 4.1.1)
|
actionview (= 4.1.4)
|
||||||
activemodel (= 4.1.1)
|
activemodel (= 4.1.4)
|
||||||
activerecord (= 4.1.1)
|
activerecord (= 4.1.4)
|
||||||
activesupport (= 4.1.1)
|
activesupport (= 4.1.4)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.1.1)
|
railties (= 4.1.4)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0)
|
||||||
railties (4.1.1)
|
railties (4.1.4)
|
||||||
actionpack (= 4.1.1)
|
actionpack (= 4.1.4)
|
||||||
activesupport (= 4.1.1)
|
activesupport (= 4.1.4)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (10.3.2)
|
rake (10.3.2)
|
||||||
rspec-collection_matchers (0.0.4)
|
rspec-collection_matchers (1.0.0)
|
||||||
rspec-expectations (>= 2.99.0.beta1)
|
rspec-expectations (>= 2.99.0.beta1)
|
||||||
rspec-core (2.99.0)
|
rspec-core (2.99.1)
|
||||||
rspec-expectations (2.99.0)
|
rspec-expectations (2.99.1)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-mocks (2.99.0)
|
rspec-mocks (2.99.1)
|
||||||
rspec-rails (2.99.0)
|
rspec-rails (2.99.0)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activemodel (>= 3.0)
|
activemodel (>= 3.0)
|
||||||
|
@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
|
|
||||||
spec.add_dependency "fluentd", "~> 0.10.51"
|
spec.add_dependency "fluentd", "~> 0.10.51"
|
||||||
spec.add_dependency 'rails', '4.1.1'
|
spec.add_dependency 'rails', '4.1.4'
|
||||||
spec.add_dependency 'sucker_punch', "~> 1.0.5"
|
spec.add_dependency 'sucker_punch', "~> 1.0.5"
|
||||||
spec.add_dependency 'i18n_generators', '1.2.1'
|
spec.add_dependency 'i18n_generators', '1.2.1'
|
||||||
spec.add_dependency 'bcrypt', '~> 3.1.5'
|
spec.add_dependency 'bcrypt', '~> 3.1.5'
|
||||||
|
Loading…
Reference in New Issue
Block a user