From 0a453f15df8c9fe14586683af22b3ae3151f35a4 Mon Sep 17 00:00:00 2001 From: uu59 Date: Wed, 9 Jul 2014 14:30:39 +0900 Subject: [PATCH] Update gems to be latest --- Gemfile.lock | 76 +++++++++++++++++++++++----------------------- fluentd-ui.gemspec | 2 +- 2 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86dc744..e9178f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ PATH kramdown (> 1.0.0) kramdown-haml puma - rails (= 4.1.1) + rails (= 4.1.4) sass-rails (~> 4.0.3) settingslogic sucker_punch (~> 1.0.5) @@ -24,27 +24,27 @@ PATH GEM remote: https://rubygems.org/ specs: - actionmailer (4.1.1) - actionpack (= 4.1.1) - actionview (= 4.1.1) + actionmailer (4.1.4) + actionpack (= 4.1.4) + actionview (= 4.1.4) mail (~> 2.5.4) - actionpack (4.1.1) - actionview (= 4.1.1) - activesupport (= 4.1.1) + actionpack (4.1.4) + actionview (= 4.1.4) + activesupport (= 4.1.4) rack (~> 1.5.2) rack-test (~> 0.6.2) - actionview (4.1.1) - activesupport (= 4.1.1) + actionview (4.1.4) + activesupport (= 4.1.4) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.1) - activesupport (= 4.1.1) + activemodel (4.1.4) + activesupport (= 4.1.4) builder (~> 3.1) - activerecord (4.1.1) - activemodel (= 4.1.1) - activesupport (= 4.1.1) + activerecord (4.1.4) + activemodel (= 4.1.4) + activesupport (= 4.1.4) arel (~> 5.0.0) - activesupport (4.1.1) + activesupport (4.1.4) i18n (~> 0.6, >= 0.6.9) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -125,47 +125,47 @@ GEM webrobots (>= 0.0.9, < 0.2) method_source (0.8.2) mime-types (1.25.1) - mini_portile (0.5.3) - minitest (5.3.4) + mini_portile (0.6.0) + minitest (5.4.0) msgpack (0.5.8) - multi_json (1.10.0) + multi_json (1.10.1) net-http-digest_auth (1.4) net-http-persistent (2.9.4) - nokogiri (1.6.1) - mini_portile (~> 0.5.0) + nokogiri (1.6.2.1) + mini_portile (= 0.6.0) ntlm-http (0.1.1) polyglot (0.3.5) - pry (0.9.12.6) - coderay (~> 1.0) - method_source (~> 0.8) + pry (0.10.0) + coderay (~> 1.1.0) + method_source (~> 0.8.1) slop (~> 3.4) puma (2.8.2) rack (>= 1.1, < 2.0) rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) - rails (4.1.1) - actionmailer (= 4.1.1) - actionpack (= 4.1.1) - actionview (= 4.1.1) - activemodel (= 4.1.1) - activerecord (= 4.1.1) - activesupport (= 4.1.1) + rails (4.1.4) + actionmailer (= 4.1.4) + actionpack (= 4.1.4) + actionview (= 4.1.4) + activemodel (= 4.1.4) + activerecord (= 4.1.4) + activesupport (= 4.1.4) bundler (>= 1.3.0, < 2.0) - railties (= 4.1.1) + railties (= 4.1.4) sprockets-rails (~> 2.0) - railties (4.1.1) - actionpack (= 4.1.1) - activesupport (= 4.1.1) + railties (4.1.4) + actionpack (= 4.1.4) + activesupport (= 4.1.4) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.2) - rspec-collection_matchers (0.0.4) + rspec-collection_matchers (1.0.0) rspec-expectations (>= 2.99.0.beta1) - rspec-core (2.99.0) - rspec-expectations (2.99.0) + rspec-core (2.99.1) + rspec-expectations (2.99.1) diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.99.0) + rspec-mocks (2.99.1) rspec-rails (2.99.0) actionpack (>= 3.0) activemodel (>= 3.0) diff --git a/fluentd-ui.gemspec b/fluentd-ui.gemspec index 2552893..dcd6999 100644 --- a/fluentd-ui.gemspec +++ b/fluentd-ui.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] 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 'i18n_generators', '1.2.1' spec.add_dependency 'bcrypt', '~> 3.1.5'