diff --git a/Gemfile b/Gemfile index e28336453..c3f067dba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '4.0.7' +gem 'rails', '4.0.8' gem 'activeadmin', github: 'gregbell/active_admin' gem 'pg', '~> 0.17.1' diff --git a/Gemfile.lock b/Gemfile.lock index 1582bca2b..275d21d73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,25 +52,25 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.2.9) - actionmailer (4.0.7) - actionpack (= 4.0.7) + actionmailer (4.0.8) + actionpack (= 4.0.8) mail (~> 2.5.4) - actionpack (4.0.7) - activesupport (= 4.0.7) + actionpack (4.0.8) + activesupport (= 4.0.8) builder (~> 3.1.0) erubis (~> 2.7.0) rack (~> 1.5.2) rack-test (~> 0.6.2) - activemodel (4.0.7) - activesupport (= 4.0.7) + activemodel (4.0.8) + activesupport (= 4.0.8) builder (~> 3.1.0) - activerecord (4.0.7) - activemodel (= 4.0.7) + activerecord (4.0.8) + activemodel (= 4.0.8) activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.7) + activesupport (= 4.0.8) arel (~> 4.0.0) activerecord-deprecated_finders (1.0.3) - activesupport (4.0.7) + activesupport (4.0.8) i18n (~> 0.6, >= 0.6.9) minitest (~> 4.2) multi_json (~> 1.3) @@ -332,21 +332,21 @@ GEM rack (>= 1.0) rack-throttle (0.3.0) rack (>= 1.0.0) - rails (4.0.7) - actionmailer (= 4.0.7) - actionpack (= 4.0.7) - activerecord (= 4.0.7) - activesupport (= 4.0.7) + rails (4.0.8) + actionmailer (= 4.0.8) + actionpack (= 4.0.8) + activerecord (= 4.0.8) + activesupport (= 4.0.8) bundler (>= 1.3.0, < 2.0) - railties (= 4.0.7) + railties (= 4.0.8) sprockets-rails (~> 2.0) rails3-generators (1.0.0) railties (>= 3.0.0) rails3-jquery-autocomplete (1.0.12) rails (>= 3.0) - railties (4.0.7) - actionpack (= 4.0.7) - activesupport (= 4.0.7) + railties (4.0.8) + actionpack (= 4.0.8) + activesupport (= 4.0.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.2) @@ -572,7 +572,7 @@ DEPENDENCIES protected_attributes puma rack-throttle (~> 0.3.0) - rails (= 4.0.7) + rails (= 4.0.8) rails3-generators rails3-jquery-autocomplete (~> 1.0) rake